/* CSS Document */

body{
font-family:Georgia;
font-size:10pt;
background:#666666;
top:0px;
height:100%;
color:#1A2453;
}

#educorps{
margin-left: auto;
margin-right: auto;
width:800px;
position:relative;
background-color:#98002e;
border-left: 1px solid #1a2453;
border-right: 1px solid #1a2453;
}

#index-educorps{
margin-left: auto;
margin-right: auto;
width:800px;
position:relative;
background-color:#fff;
border-left: 1px solid #1a2453;
border-right: 1px solid #1a2453;
}

#header{
top:0px;
height:94px;
background-image:url(images/bg-header.jpg);
background-color:#fff;
background-position:right;
background-repeat:no-repeat;
border-top: 1px solid #1a2453;

}

h1{
 font-family: Georgia,Arial,sans-serif;
 font-size: 120%;
 color:#1A2453;
}

h2{
 font-size: 114%;
 color:#1A2453;
}

h3{
 font-size: 100%;
 color:#1A2453;
 margin-left:5px;
 margin-right:5px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
#menu{
top:94px;
background-image:url(images/nav/bg-nav.jpg);
height:24px;
border-top: 1px solid #1a2453;
border-bottom: 7px solid #1a2453;
line-height:24px;

}

#menu a:hover{
color:#990000;
text-decoration:none;
}

#menu a{
color:#1A2453;
text-decoration:none;
}

#navBar{
background-color:#98002e;
color:#fff;
margin: 0 75% 0 0;
	padding: 0px;
	background-color:#98002e;

}
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color:#1A2453;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#fff;
	border-bottom: 1px solid #1a2453;
	border-top: 1px solid #1a2453;
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	
}



#navBar_links{
width:146px;
margin-left:auto;
margin-right:auto;
height:150px;
text-align:center;
}



#content{
background-color:#ffffff;
width:75%;
float:right;
}

#index-content{
background-color:#ffffff;
width:100%;
}

#content_bottom{
font-size:8pt;
text-align:center;
color:#1A2453;
height:78px;
width:800px;
border-bottom: 1px solid #1a2453;
background-color:#fff;
}


a.navBar{
color:#1A2453;
text-decoration:none;
}
a.navBar:hover{
color:#892034;
text-decoration:none;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color:#fff;
	display: inline; 
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	color:#fff;
	text-decoration:none;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color:#fff;
	text-decoration:none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	color:#333333;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color:#fff;
	display: inline; 
}
.relatedLinks a:link{
	padding-left: 10px;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	color:#fff;
	text-decoration:none;
}

.relatedLinks a:visited{

	padding-left: 10px;
	color:#fff;
	text-decoration:none;
}

.relatedLinks a:hover{
	padding-left: 10px;
	color:#333333;
	text-decoration:none;
	}
p{
margin-left:5px;
margin-right:5px;
}
