body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    line-height:157%;
    color: #CCCCCC;
    font-size: 13px;
    letter-spacing:0px;
    min-width:960px;
}
body h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 120%;
}
body h2 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
}
body h3 {
    color: #5F5F5F;
    font-size: 20px;
    font-weight: normal;
    line-height: 120%;
}
body p {
    font-size:13px;
    color: #666666;
    line-height:157%;
}
.main_wrapper {
    clear: both;
    min-height: 600px;
    width: 960px;
    margin: 10px auto 0 auto;
}

#headerWrapper {
	width: 960px;
	height: 115px;
	background-image: url(top-logo_opt.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #25476C;
	border-radius: 5px;
}
#header {
	font-family: Verdana;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding-top: 75px;
	float: right;
	margin-right: 25px;
}
.innerwrapper {
	clear: both;
	background-color: #FFF;
	width: 100%;
	}
	
#LeftBlock {
	padding: 10px;
	float: left;
	width: 45%;
	margin-top: 25px;
	border: thin dotted #CCC;	
	}
#RightBlock {
	padding: 10px;
	float: right;
	width: 45%;	
	margin-top: 25px;
	border: thin dotted #CCC;	

}

.MyButton {
	-moz-box-shadow: 4px 5px 7px 0px #ffffff;
	-webkit-box-shadow: 4px 5px 7px 0px #ffffff;
	box-shadow: 4px 5px 7px 0px #ffffff;
	background-color: #FFFFFF;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	text-indent: 0;
	display: inline-block;
	color: #25476B;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 65px;
	line-height: 65px;
	width: 131px;
	text-decoration: none;
	text-align: center;
}.MyButton:hover {
	background-color:#dfdfdf;
}.MyButton:active {
	position:relative;
	top:1px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
