
* {
    padding: 0;
    margin: 0;
} 

body{ 
	background: #7b92c5 url(images/bodyBG.gif) top repeat;
}

a {
	text-decoration:none;
	color: #00529c;
	font-weight:bold;
}
				
a:hover{
	text-decoration: underline;
	color: #3f6ccb;
	}

.wrapper{
	overflow:hidden;
	width: 988px;			
	vertical-align: top;
	border: 0px solid #818181;
	font-family : "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif ;
	font-weight : normal ;
	font-size:9pt;
	margin:auto;
}

.frameTop{
	width: 988px;
	height: 32px;
	background: transparent url(images/frame-top.gif) bottom center no-repeat ;
	
	float:left;
}

.frameMiddle{
	padding: 20px;
	width: 900px;
	background: #fff;
	border:16px solid #224182;
	margin:20px auto;
	text-align:center;
	min-height:720px;
}

.frameBottom{
	width: 988px;
	height: 21px;
	background: transparent url(images/frame-bottom.gif) top center no-repeat ;
	float:left;
	clear:left;
	
}

.leftColumn{
	background: transparent url(images/leftColFill.gif) top center repeat-y;
	margin: 0px;
	float: left;
	width: 220px;
}

.rightColumn{
	margin: 0px;
	float: right;
	width: 720px;
	background: transparent;
}

.innerLeft{
	margin: 80px 0px 0px 0px;
	float: left;
}

.innerRight{
	float: right;
}

.logo{
	padding: 0px;
	margin: 0px;
	width: 214px;
	height: 111px;
	background: transparent url(images/logo.gif) bottom center no-repeat ;
}

.footerBox{
	margin: auto;
	width: 778px;
	padding: 0px;
	text-align: center;
	
}

.footerData{
	margin-top:5px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.footerLegal{
	margin-top:20px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.footerLinks{
	text-align:center;
	margin-top:40px;
	font-size: 11px;
}

.footerLinks ul li.page_item {
	display:inline;
	margin:10px 0px 10px 10px;
	padding-right:10px;
	border-right:1px solid #FFFFFF;
}

.leftColNav{
	text-align:right;
	margin-top:30px;
	font-size: 20px;
	font-family: "Arial Black";
	padding-bottom:100px;
}

.bottomNavCap{
	width: 220px;
	height: 50px;
	background: transparent url(images/bottomNavCap.gif) bottom center no-repeat ;
}
.leftColNav ul li.page_item {
	color: #676767;
	list-style-type: none;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}

.leftColNav ul li.page_item a {
	color: #676767;
}

.leftColNav ul li.current_page_item {
	color: #ac252c;
}

.pageTitle{
	width: 400px;
	font-family: "Arial Black";
	font-size: 3.6em;
	color: #999999;
}

.pageContent{
	width: 400px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.notFound{
	margin: auto;
	padding: 100px 0px 0px 20px;
}

.alignnone{margin:15px;}
.alignright{margin: 0px 0px 15px 15px;}
.alignleft{margin:0px 15px 15px 0px;}

a img{border:none;}
a:hover img{border:none;}

p {margin: 10px 0px 8px 0px;}


.footerLinks ul li a, .footerLinks ul li a:visited {
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}

.footerData a, .footerData a:visited {
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}
.footerData{font-weight:bold;}

.sfData{
	text-align: center;
	margin: 20px auto 5px auto;
	width: 380px;
	font-family: arial;
	font-size: 9px;
	color: #fff;
	border-top:0px solid #fff;
	padding-top:15px;
}

.sfData a, .sfData a:visited, .sfData a:hover{
	font-family: arial;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}


h2{margin-top:12px;
	margin-bottom:6px;
	font-size:1.7em;
	color:#5175b2;
	font-weight:normal;
	text-align:center;}

h3{margin-top:9px;
	margin-bottom:9px;
	font-size:1.5em;
	color:#f15c2b;
	font-weight:normal;
	text-align:center;}

.notFound h2{margin-top:12px;
	font-size:3.6em;
	color: #999999;}

input[type="button"]{background-color:#404040;
			color:#fff;
			border:0px;
			font-weight:bold;
			font-size:.8em;
			padding:3px;}

textarea, input, select{	font-family : "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif ;
			padding:3px;
			font-size:9pt;}

h1 {color: #f15c2b;
text-align:center;
margin-top:30px;
font-weight:normal;
}

p{margin-top:8px; margin-bottom:8px;}
ul { padding-left:50px;
	list-style-position:inside;}

ul li {margin-left:30px;}

em {color:#f15c2b;
	font-weight:bold;}