/*-------------------------- General Styles --------------------------*/

* {
	-moz-box-sizing: border-box;
}

body{
	margin:15px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: 14px;
	background-color: #FFFFFF;
	text-align:center;
}

tr {
	vertical-align:top;
}

H1 {
	font-size:20px;
	margin-top:5px;
	margin-bottom:8px;
}
H2 {
	font-size:13px;
	margin-bottom:8px;
}

.headerTop{
	margin-left: auto;
	margin-right: auto;
	width:744px;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
}

.mainLinks{
	margin-left: auto;
	margin-right: auto;
	width:748px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
}
.mainLinks td{
	width:149px;
	text-align:center;
	border-left: 0px solid #888888;
	border-right: 1px solid #FFFFFF;
}
.normMainLink{
	display:block;
	color:#FFFFFF;
	width:100%;
	background-color:#020271;
	font-size:14px;
	text-decoration:none;
	
}
.normMainLink:hover{
	color:#FFFFFF;
	background-color:#00009F;
}

.altMainLink{
	display:block;
	color:#FFFFFF;
	width:100%;
	background-color:#A59779;
	font-size:14px;
	text-decoration:none;
	
}
.altMainLink:hover{
	color:#FFFFFF;
	background-color:#BFAF8E;
}
.middleTable{
	margin-left: auto;
	margin-right: auto;
	width:748px;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
}
.middleTableLeft{
	width:36px;
	background-image: url("sideNEW2.gif");
}
.middleTableRight{
	width:24px;
	background-image: url("rightSideNEW2.gif");
}
.middleTableMiddle{
	width:688px;

}

.resourcemenu{
	width:100%;
	background-color:#BFAF8E;
	font-weight:bold;
	border-bottom: 3px solid #020271;
}
.resourcemenu td{
	padding:10px;
	font-size:14px;
}
.resourcemenu a{
font-size:11px;
font-weight:normal;
}
.resourcemenu ul{
	margin:0px;
}
.resourcemenu li{
	margin:0px;
}

.maincontent{
	width:100%;

}
.maincontent TD{
	font-size:11px;
	padding: 5px;
	
}

.welcomeProcess{
	display:float;
	border: 1px solid #000000;
}
.welcomeProcess TD{
	font-size:11px;
}

.adtable{
	width:100%;
	background-color:#020271;
	text-align:center;

}

.footerTable{
	margin-left: auto;
	margin-right: auto;
	width:748px;
	height:70px;
	background-image: url("bottomFade.gif");
	text-align:center;
	padding:10px;
}

.footerTable a{
	color:#000000;
	font-size: 14px;

}
.sitemaptable td{
font-size: 11px;
}

/*-------------------------- Single Page Styles --------------------------*/

.pressReleaseTable{
	width:100%;
}