@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:11px;
}
#wrapper{
	width:900px;
	margin:0px auto;
}
ul, li, p, form{
	margin:0;
	padding:0;
}
a, a:hover, img a:hover, img a{
	cursor:pointer;
	outline:none;
}
h1, h2, h3, h4, h5{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
td{
	vertical-align:top;
}
p{ 
	line-height:19px;
}
.topMid{
	background:url(../images/topMid.gif) repeat-x;
	height:133px;
}
h1{
	font-size:16px;
}
h2{
	color:#363581;
	font-size:20px;
}
h3{
	color:#474487;
	font-size:14px;
}
h4{
	color:#3d3d73;
	font-size:12px;
	background:#ecf2fe;
}
.nav li{
	background:url(../images/nav.gif) no-repeat;
	height:30px;
	width:120px;
	line-height:30px;
	text-align:center;
	float:left;
	list-style:none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:4px;
}
.nav li a{
	text-decoration:none;
	color:#455d99;
}
.nav li a:hover{
	color:#000000;
}	
.header{
	padding:2px 24px;
}
.content{
	padding:5px 24px;
}
.contentLeft{
	padding-right:10px;
}	
.crvMid{
	background:url(../images/MidCurve.gif) repeat-y;
	width:556px;
	padding:0 5px;
}
.cubeMid{
	background:url(../images/MidCube.gif) repeat-y;
	width:283px;
	padding:10px 15px;
	color:#9494c6;
}
.cubeMid th{
	background-color:#ecf2fe;
	padding:5px;
	text-align:left;
	font-weight:normal;
}
.cubeMid td{
	background-color:#f7faff;
	padding:5px;
	text-align:left;
}
.headingBg{
	background:url(../images/headingBg.gif) no-repeat;
	width:233px;
	height:28px;
	text-align:center;
	line-height:28px;
	color:#000000;
	margin-left:10px;
	margin-bottom:10px;
}
.footer{
	height:25px;
	background-color:#d8dfef;
}