/* CSS Document */

body{
background-image:url(images/b_bg.jpg);
background-repeat:repeat;
padding:0px;
margin:0px;
}

.content_bg{
background-image:url(images/content_bg.jpg);
background-repeat:repeat-x;
background-color:#E9F5FC;
}
.left_side{
background-image:url(images/left_bg.jpg);
background-repeat:repeat-y;
}
.right_side{
background-image:url(images/right_bg.jpg);
background-repeat:repeat-y;
}
.shadow_bar_bg{
background-image:url(images/shadow_bar_bg.jpg);
background-repeat:repeat-y;
}
.mail_box_bg{
background-image:url(images/mail_box_bg.jpg);
background-repeat:no-repeat;
}


.footer_bg{
background-image:url(images/footer_bg.jpg);
background-repeat:no-repeat;
}
.menu_box_bg{
background-image:url(images/menu_box_bg.jpg);
background-repeat:repeat-x;
background-color:#92C6FA;
}
.footer_text {
font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_text a{
font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_text a:hover{
font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
.content_text {
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
.heading_text {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #012F84;
	text-decoration: none;
}
.link_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.more_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.more_text a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.more_text a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
.black_bold_text {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.blue_bold_text {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.form_text {
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	text-decoration: none;
}


li {width:100%;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration: none;
	list-style-type:none;
}
li a{
background-image:url(images/arrow.png);
background-repeat:no-repeat;
height:25px;
	width:100%;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:15px;
	padding-right:40px;
	padding-top:7px;
	padding-bottom:7px;
		list-style-type:none;
	text-decoration: none;
}
li a:hover{
height:23px;
	width:100%;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-left:15px;
	padding-right:40px;
	padding-top:7px;
	padding-bottom:7px;
	list-style-type:none;
	text-decoration: none;
}
.active{
background-image:url(images/li_bg.jpg);
background-repeat:no-repeat;
height:25px;
	width:213px;

}