@charset "utf-8";
/* CSS Document */
#outerWrapper {
	
	padding:0 15px 0 15px;
	
	width:95%;
}
#wrapper{
	background-position:bottom;
	background-image:url(images/outer_background.png);
	background-repeat:repeat-x;
	text-align:left;

	width:995px;
}
#header {
	background-image:url(images/header_background.png);
	background-position:left;
	width:982px;
	height:182px;
	text-align:left;
}
#logo{
margin-left:75px;
width:125px;
height:125px;
padding-top:20px;
}
#title{
margin-left:275px;
margin-top:-100px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#DE5253;
font-weight:600;
height: 50px;
}
#slogan{
margin-left:275px;
/*margin-top:-50px;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#3C4A88;
font-weight:600;
font-size:large;
height: 30px;

}
#contentContainer {
	border-left:2px solid #C1CDE1;
	border-right:2px solid #C1CDE1;
	width:969px;
	min-height:700px;
	display:block;
	margin-left:10px;
	background-color:#FFFFFF;
}
#nav{
width:160px;
float:left;
margin-left: 20px;
padding-bottom:15px;
/*background-image:url(images/menu_background.png);
background-repeat:repeat;*/
}

.menuitem{
/*background-image:url(images/menu_background.png);*/
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
border-bottom:2px solid #C1CDE1;
border-left:2px solid #C1CDE1;
border-right:2px solid #C1CDE1;
padding: 5px 0 15px 10px; 
text-align:left;
font-weight:bold;
color:#3C4A88;


}
.submenuitem{
/*background-image:url(images/menu_background.png);*/


font-size:small;
padding: 0 0 0 10px; 
text-align:left;
font-weight:normal;
}

.menuitem, menuBottom, submenuitem, footer, a:hover{
color:#DE5253;
text-decoration:none;
}
.menuitem, menuBottom, submenuitem, footer, a{
color:#3C4A88;
text-decoration:none;
}

.menuTop{
background-image:url(images/menu_top.gif);
background-repeat:no-repeat;
height:11px;
}
.menuBottom{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
border-left:2px solid #C1CDE1;
border-right:2px solid #C1CDE1;
padding: 5px 0 20px 10px; 
text-align:left;
font-weight:bold;
color:#3C4A88;

background-image:url(images/menu_bottom.gif);
background-position:bottom;

background-repeat:no-repeat;
/*height:11px;*/
}

#content {
	float:right;
	overflow: auto;
	width:750px;
	min-height:500px;
	text-align:left;
	padding:0 10px 20px 0;

}
#footer {
	border-left:2px solid #C1CDE1;
	border-right:2px solid #C1CDE1;
	border-bottom:2px solid #C1CDE1;
	width:970px;
	text-align:center;
	margin-left:10px;
	background-color:#FFFFFF;
	padding-bottom:5px;
	color:#3C4A88;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
}

#body{ 
    background: url("images/background.png") no-repeat center top;
    }
.nav{
	float:left;
	width:169px;
	height:389px;
	margin-top:185px;
	margin-left:30px;
	
    }
img{
    border: none;
    }

.content {
	width:1024px;
	margin:0 auto;
}

.iframe {
	width:780px;
	height:403px;
	margin-top:185px;
	margin-left:223px;

}

.footer {
	text-align:center;
	height:25px;
	width:1024px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	
}
.pTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;

}

.body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	
}

.mainheading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20pt;
	
}

.darkblueheading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20pt;
	color:#3C4A88;
	
}

.subheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
}

.pageTitle{
 text-align:center;
}
.hyperlink
{
	color:#3C4A88;
	text-decoration:underline
}

.redtext
{
	color:#DE5253;
	
}

.lightblue
{
	color:#7B95BF;
}

.darkblue
{
	color:#3C4A88;
}

.2columntable
{
	width:50%;
}
.3columntable
{
	width:33%;
}
.4columntable
{
	width:25%;
}

.table
{
	width:750px;
}


