/* CSS Document */

* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

body, html {
color: #666; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #346ac4; 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
body {
font-size: 76%;
}
p {padding: 7px 0 7px 0;}

strong {color: #000066;}

a:link {
color: #000099;
}
a:visited {
color: #000099;
}
a:hover{
color: #006600;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #999999;
}

hr {
	width: 90%;
	border-bottom: dotted 1px #999999;
	margin-right: auto;
	margin-left: auto;
	}
	
.clear { clear: both; }

#mainContainer {
width: 900px;
margin: 10px auto; /*** Centers the design ***/
min-height: 100%;
background: #346ac4; /*** This is our faux columns ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/**************************
HEADER
**************************/

#headernav {
	color: #FFFFFF;
	float: right;
	margin: 10px 20px 7px 10px;
	}
	
#headernav a:link{
	color:#FFFFFF;
	text-decoration: none;
	}
		
#headernav a:hover {
	color:#FFCC00;
	}
	
#globalnav {
	padding: 30px 0 0 0;
	}	

/**************************
MAIN
**************************/

#maincontent {
	padding: 20px;
	}
	
#maincontent ul {
	list-style: none;
	line-height: 2em;
	}
		
#maincontent ul li:before {
	content: "\00BB \0020";
	}
	
#maincontent ul ul li{
	padding-left: 2em;
	list-style: none;
	}
		
#maincontent ol {
	padding-left: 2em;
	}
		

		
#login {
	width: 161px;
	padding: 12px;
	background-color:#003366;
	color: #4C7094;
	}

.homecallout {
	font-family:"Century Gothic";
	font-weight:bolder;
	font-size: 1.75em;
	color: #CC0000;
	line-height: 1.5em;
	}

.homecallout strong {
	color: #CC0000;
	}
	
.strongkids {
	background-color:#0033FF;
	width: 165px;
	padding: 10px;
	}
	
.whatsnew {
	color: #FFF;
	background-color:#E27230;
	width: 200px;
	}
	
.whatsnew strong{
	color: #FFF;
	}
	
	
.whatsnew ul {
	padding: 10px;
	list-style: none;
	line-height: 1.5em;
	}
	
.whatsnewsline {
	border-bottom: 1px dotted #FFF;
	}

.whatsnew ul ul {
	padding-left: 1em;
	text-indent: -1em;
	}
	
.whatsnew ul ul li:before {
	content: "\00BB \0020";
	}
		
/**************************
PAGE NAVIGATION
**************************/

#membershipnav {
	width: 185px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #FFB530;
	color: #333;
	}


#membershipnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#membershipnav li {
	border-bottom: 1px dotted #FFF;
	margin: 0;
	}


#membershipnav li a {
	display: block;
	padding: 10px 10px 10px 2em;
	background-color: #FFB530;
	color: #333;
	text-decoration: none;
	width: 100%;
	}

html>body #membershipnav li a {
	width: auto;
	}

#membershipnav li a:hover {
	background-color: #2586d7;
	color: #fff;
	}
	
	
#programnav {
	width: 185px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #4578CB;
	color: #fff;
	}


#programnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#programnav li {
	border-bottom: 1px dotted #FFF;
	margin: 0;
	}

#programnav li a {
	display: block;
	padding: 10px 10px 10px 2em;
	background-color: #4578CB;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

#programnav li li a {
	display: block;
	padding: 3px 3px 3px 30px;
	background-color: #AEB5FA;
	color: #333;
	text-decoration: none;
	width: 100%;
	}

html>body #programnav li a {
	width: auto;
	}

#programnav li a:hover {
	background-color: #2586d7;
	color: #fff;
	}
	
#programnav li li a:hover {
	background-color: #2586d7;
	color: #fff;
	}
	
	
.programhighlights {
	width: 200px;
	padding: 10px;
	background-color: #AFBFFF;
	color: #333;
	}
	

#whatsnewnav {
	width: 185px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #008B08;
	color: #fff;
	}


#whatsnewnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#whatsnewnav li {
	border-bottom: 1px dotted #FFF;
	margin: 0;
	}


#whatsnewnav li a {
	display: block;
	padding: 10px 10px 10px 2em;
	background-color: #008B08;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #whatsnewnav li a {
	width: auto;
	}

#whatsnewnav li a:hover {
	background-color: #2586d7;
	color: #fff;
	}

#whatsnewnav li li a {
	display: block;
	padding: 3px 3px 3px 30px;
	background-color: #99CC66;
	color: #333;
	text-decoration: none;
	width: 100%;
	}

#whatsnewnav li li a:hover {
	background-color: #0099CC;
	color: #fff;
	}
	
	
#givingnav {
	width: 185px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #003366;
	color: #fff;
	}
	
#givingnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#givingnav li {
	border-bottom: 1px dotted #FFF;
	margin: 0;
	}


#givingnav li a {
	display: block;
	padding: 10px 10px 10px 2em;
	background-color: #003366;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #givingnav li a {
	width: auto;
	}

#givingnav li a:hover {
	background-color: #2586d7;
	color: #fff;
	}
	
	
#employnav {
	width: 185px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #C93522;
	color: #fff;
	}
	
#employnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#employnav li {
	border-bottom: 1px dotted #FFF;
	margin: 0;
	}


#employnav li a {
	display: block;
	padding: 10px 10px 10px 2em;
	background-color: #C93522;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #employnav li a {
	width: auto;
	}

#employnav li a:hover {
	background-color: #2586d7;
	color: #fff;
	}
	

#aboutusnav {
	width: 185px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #E27230;
	color: #fff;
	}
	
#aboutusnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#aboutusnav li {
	border-bottom: 1px dotted #FFF;
	margin: 0;
	}


#aboutusnav li a {
	display: block;
	padding: 10px 10px 10px 2em;
	background-color: #E27230;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #aboutusnav li a {
	width: auto;
	}

#aboutusnav li a:hover {
	background-color: #2586d7;
	color: #fff;
	}
	
	
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px;  
}
* html .outer {
padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 30px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 900px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 3000px;
background: #fff;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

.tabledesign {
	border: 1px solid #CCCCCC;
	padding: 3px;
	}
	
.tabledesign th {
	background-color:#CCCCCC;
	padding: 3px;
	text-align: left;
	}
	
.tabledesign td {
	padding: 3px;
	color: #CC6600;
	}

/**************************
FOOTER
**************************/
#footer {
width: 900px;
color: #FFFFFF;
font-size: .9em;
height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 10px auto;
/* margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #CCCCCC;
	}
.unnamed1 {  line-height: 1mm}
a:visited  { 
	color:#000099::  #000066;
 } .formtextbox {  border: 1px solid; border-color: #666666 #CCCCCC #CCCCCC #666666; background-color: #FFFFFF}
.formtextbox2 { border: 1px #CCCCCC outset}
.alltext {  font-family: Arial, Helvetica, sans-serif; font-size: x-small}
.homecallout2 { font-family:"Century Gothic"; font-weight:bolder; font-size: 1.25em; color: #CC0000; line-height: 1.5em; }
.homecallout2blue { font-family:Arial, Helvetica, sans-serif; font-weight:bolder; color: #000066; }
.Comment {  color: #CC6600; font-weight: normal}
.ScholarshipLetter {  line-height: 25px; left: 150px; clip:   rect(   )}

