body {
	font-family:Arial;
	font-size:11px;
	margin:0px;
	text-align:center;
}
html, body {
	height:100%
}
td {
	font-family:Arial;
	font-size:11px;
}
p {
	padding-left:5px;
	margin:0px;
}
h1 {
	font-size:24px;
	color:#00079F;
	margin:0px
}
h2 {
	font-size:13px;
	color:#00079F;
	padding-left:5px;
	padding-top:5px;
	margin:0px;
}
h3 {
	font-size:13px;
	color:#FFFFFF;
	margin:10px;
}
h4 {
	margin:0px;
	font-size:12px;
}
.blue {
	color:#42A1E8;
	font-weight:normal;
}
/*-------------------------divs----------------------------*/
#pageframe {
	width:750px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/img_top.gif);
	background-repeat:no-repeat;
}
#contenttopl {
	width:270px;
	float:left;
	text-align:left;
	height:100px;
}
#contenttopr {
	width:470px;
	float:left;
	text-align:left;
	height:100px;
}
#contentbutton {
	width:200px;
	height:50px;
	float:left;
	margin:5px 20px 5px 20px;
	background-image:url(images/img_button.gif);
}
#contentbox {
	width:200px;
	float:left;
	text-align:left;
	margin:5px 20px 5px 20px;
	height:200px;

}
#contentleft {
	width:200px;
	float:left;
	text-align:left;
	background-image:url(images/img_navbg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#contentbody {
	width:550px;
	float:left;
	text-align:left;
}

#contentprovide {
	width:440px;
	float:left;
	text-align:left;
	margin:5px 20px 5px 20px;
	height:200px;

}
#contentbottom {
	width:750px;
	height:20px;
	float:left;
	background-color:#00CCFF;
}
#contentlinks {
	width:750px;
	float:left;
}
/*-----------------------end divs--------------------------*/
ul {
margin:0px;
padding:20px;
list-style-type:square;
}
li { 
	padding-bottom:10px;
	color:#FF9408;
}
li a:link {
	font-weight:bold;
	color:#FFFFFF;
}
li a:active {
	font-weight:bold;
	color:#FFFFFF;
}
li a:hover {
	font-weight:bold;
	color:#FF9408;
}
li a:visited {
	font-weight:bold;
	color:#FFFFFF;
}

hr {
	border:1px solid #00079F;
	margin:0px;
	padding:0px;
}
a:link { 
	color:#000000;
}
a:active { 
	color:#000000;
}
a:visited { 
	color:#000000;
}
a:hover {
	color:#FF9900;
}
a.nav:link { 
	text-decoration:none;
	color:#FFFFFF;
}
a.nav:active { 
	text-decoration:none;
	color:#FFFFFF;
}
a.nav:visited { 
	text-decoration:none;
	color:#FFFFFF;
}
a.nav:hover {
	color:#FF9900;
}
/*-------------------------form----------------------------*/
form th {
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	text-align: left; 
	border:0px;
	padding:0px;
}
form td { 
	font-size: 12px; 
	text-align: left; 
	padding: 1px 0px 1px 2px;
	border: solid #CCCCCC; 
	border-width: 0px 0px 1px 0px;
}
input, textarea { 
   background-color: #EEEEEE; 
   padding: 0px; 
}
select { 
   padding: 0px 0px 0px 1px; 
   margin: 0px;
}
option { 
   background-color: #EEEEEE;
}
/*-----------------------end form--------------------------*/