@charset "utf-8";
/* CSS Document */
:focus {outline:0;}
body	{
	margin:20px 0;
	padding:0;
	background:#000066 url(../images/2.png) bottom left repeat-x;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#container	{
	width:800px;
	background:white;
	margin:0 auto;
	padding:0;
	padding-bottom:10px;
	border:8px solid white;
	}
#header	{
	width:100%;
	height:117px;
	background:white url(../images/22.jpg) top right no-repeat;
	cursor:pointer;
	}
#title {
	width:577px;
	background:#fff url(../images/21.png) top left no-repeat;
	height:80px;
	text-indent:-9999px;
	cursor:pointer;
	}
#nav	{
	width:577px;
	background:#464646 url(../images/4.png) top left no-repeat;
	height:37px;
	}	
#title h1, #nav ul	{
	margin:0;
	padding:0;
	}
#nav ul	{
	width:37px;
	position:relative;
	}
#nav ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
#nav ul li, #nav a	{
	height: 37px;
	display: block;
        overflow:hidden;
	}
#nav ul li a	{
	text-indent: -9999px; 
	text-decoration: none;
	}
#n1 {left: 0; width: 160px;}
#n2 {left: 160px; width: 117px;}
#n3 {left: 277px; width: 103px;}
#n4 {left: 380px; width: 100px;}
#n5 {left: 480px; width: 97px;}

#n1 a:hover {background: transparent url(../images/4.png) 0 -74px no-repeat;}
#n2 a:hover {background: transparent url(../images/4.png) -160px -74px no-repeat;}
#n3 a:hover {background: transparent url(../images/4.png) -277px -74px no-repeat;}
#n4 a:hover {background: transparent url(../images/4.png) -380px -74px no-repeat;}
#n5 a:hover {background: transparent url(../images/4.png) -480px -74px no-repeat;}

#dropout #n1, #dropout #n1 a:hover {background: transparent url(../images/4.png) 0 -37px no-repeat;}
#success #n2, #success #n2 a:hover {background: transparent url(../images/4.png) -160px -37px no-repeat;}
#program #n3, #program #n3 a:hover {background: transparent url(../images/4.png) -277px -37px no-repeat;}
#support #n4, #support #n4 a:hover {background: transparent url(../images/4.png) -380px -37px no-repeat;}
#contact #n5, #contact #n5 a:hover {background: transparent url(../images/4.png) -480px -37px no-repeat;}

#body	{
	width:800px;
	margin:0;
	padding: 0;
	}
#content	{
	width:470px;
	margin:0;
	padding:15px;
	float:left;
	}
#rail	{
	margin-left:500px;
	padding:15px 10px;
	border-left:1px dotted #464646;
	}
#footer	{
	width:100%;
	border-top:1px dotted #464646;
	clear:both;
	}
	
/* S U B N A V I G A T I O N */

#subnav	{
	margin:0;
	padding:8px;
	border-bottom:1px dotted #464646;
	background:#83B5D1;
	}
#subnav ul	{
	margin:0;
	padding:0;
	list-style-type:none;
	}	
#subnav ul li	{
	display:inline;
	}
#subnav ul li a	{
	padding-right:20px;
        text-decoration:none;
        color:black;
	}
#subnav ul li a:hover {
        text-decoration:underline;
        }
	
/* T E X T   F O R M A T T I N G */	
		
#content h2	{
	color:#000033;
	font-size:1.3em;
	margin:0;
	padding:0;
	}
#content h3	{
	font-size:1.2em;
	color:#000033;
	}	
#content p	{
	line-height:21px;
	}
#content ul	{
	list-style-type:square;
	}
#content li	{
	line-height:19px;
	}	

#content table {
        clear:right;
        padding-top:10px;
        }

#rail h3	{	
	background:#83B5D1;
	color:#0F034E;
	margin:0;
	padding:5px;
	clear:right;
	}
#rail p	{
	width:95%;
	margin:10px auto;
	line-height:18px;
	}	
#footer p	{
	color:#666666;
	font-size:.9em;
	width:95%;
	margin:0 auto;
        padding: 5px 0;
        text-align:center;
	}	
.center	{
	margin:0 auto;
	text-align:center;
	}
img	{
	border:0;
	}
.right	{
	float:right;
	margin:0px 0px 10px 5px;
	}
.superscript	{
	font-size:.7em;
	}
p.indent	{
	padding:0 0 0 30px;
	margin:0;
	line-height:7px;
	}	
#content table	{
	width:80%;
	margin:0 auto;
	padding:0;
	}	

p.center {margin:0 auto; text-align:center;}
	
/* M A I L   C H I M P */
.container {background-color:#FFFFFF; border:1px dotted #464646; border-top:0;padding:5 5 15 5; margin-left:auto; margin-right:auto;font-size:.9em;}
.pageTitle {background-color:#DDDDDD; padding:8px; font-size:16px; font-weight:bold; color:#000000; text-align:left;}
.pageTitleAlert {background-color:#FF0000; padding:8px; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:left;}
.pageTitleSuccess {background-color:#33CC00; padding:8px; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:left;}
.error {color:#FF0000; font-weight:bold; font-size:11px;}
