/* CSS Document */

body {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bkg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #c8d7dc;
	margin: 0px;
	float: left;
}
.clear{
	clear: both;
}
#wraper{
	background-color: #c8d7dc;
	background-image: url(../images/bkg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;

}
#wraper_header{
	height: 125px;
}
.div_logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 30px top;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	width: 790px;
	padding-top: 50px;
	padding-right: 10px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #ff7e03;
}
h2{
	font-family:"myriad Pro Light", "Myriad Web", Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #0b106d;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B106D;
	padding-bottom: 5px;
}
h2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0b106d;
	text-decoration: none;
}
.div_nav_up {
	background-image: url(../images/nav_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 59px;
}
.div_right_side {
	background-image: url(../images/bkg_repeat_right_side.png);
	background-repeat: repeat-y;
	background-position: 577px top;
}
.div_right_side_main {
	background-image: url(../images/bkg_right_side.png);
	background-repeat: no-repeat;
	background-position: 577px top;
}
.div_left_side {
	background-image: url(../images/bkg_content_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 527px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
}

p{
	line-height: 20px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: justify;
}.text_georgia_W {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #0B0E6B;
}
.text_tahoma_12_blue {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0A0D6A;
}
.border_image {
	border: 4px solid #018ff8;
}
.ol_1 {
	margin-top: 0px;
	line-height: 20px;
}

#ul_1 ul{
	line-height: 20px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ul_1 li{
	line-height: 20px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	list-style-type: disc;
}
.text_red_tahoma {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.navigation_btns {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #0b0d6a;
	padding-top: 15px;
	padding-left: 15px;
	width: 564px;
	float: left;
	text-align: center;
}
.div_title_right_side {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #0B0D6A;
	text-align: center;
	width: 220px;
	float: left;
	padding-top: 5px;
}
.div_content_right_hand_side {
	float: left;
	width: 220px;
	color: #0B0D5B;
	text-align: center;
}


.navigation_btns a{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #0b0d6a;
	text-decoration:none;
}
.navigation_btns a:hover{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}
#navigation_btns ul{
	margin: 0px;
	padding: 0px;
}
#navigation_btns li {
	display:inline;
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left: 15px;
	padding-right: 15px;
}
.image_align_left {
	float: left;
}
