@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #162b70;
	font-weight: bold;
	padding-left: 10px;
}
.menutxt
{
	background-image:url(../images/menubg.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	height:40px;
	line-height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.normal_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
}
.header_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.head_white {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	
}
.footer_txt
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 18px;
	padding-left: 25px;
}
.head_blue
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #162b70;
	font-weight: bold;
	padding-left: 10px;
}

.listitems
{
	color:#FFFFFF;
	list-style-type:square;
	list-style-position:inside;
	line-height:20px;
	font-size: 13px;
	
}
.sidebar
{
	list-style-type:square;
	color:#333333;
	
}
.sidebar ul
{
	list-style-type:square;
}
.sidebar ul li
{
	height:20px;
	background-image:url(../images/listsep.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:8px;
	padding-top:8px;
	
}
.txtbox
{
	font-family:Arial, Helvetica, sans-serif;
	width:185px;
	border:0px;
	color:#333333;
	padding-left:5px;
	font-size:12px;
}
.txtarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:185px;
	height:62px;
	border:0px;
	color:#333333;
	padding-left:5px;
}
a:hover 
{
text-decoration: underline;
}
a:link 
{
text-decoration: none;
} 
a:visited 
{
	text-decoration: none;
	text-align: center;
}
