@charset "UTF-8";
/* CSS Document */

a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	text-decoration: none;
	color: #86A2BF;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}



.programs a:link {
	color: #86A2BF;
	text-decoration: none;
}
.programs a:visited {
	text-decoration: none;
	color: #86A2BF;
}
.programs a:hover {
	text-decoration: none;
	color: #ff0000;
}
.programs a:active {
	text-decoration: none;
	color: #86A2BF;
}

.bullets_a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#000;
	list-style-image:url(images/bullet.jpg);
	
}	

body {
		background-color:#86A2BF;
		background-image:url(images/blueBkgd.jpg);
		background-repeat:repeat-x;
		margin: 0;
		}
		

p.edu {	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:12px;
	color:#666666;
	}

p.body {	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#000;
	}
	
h1 {font-size:18px;
line-height:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#86A2BF;
}	
	
p.programs {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		}			
		
#header {
		width:800px;
		margin: 0 auto;
		padding: 0px;
		background-color:#ffffff;
		}
		
#main { width:800px;
		
		margin: 0px auto;
		background-color:#ffffff;
	
}	

#content {
	background-color:#ffffff;
	width: 800px;
	margin:0 auto;
	padding:0px;
}

#footer {
	width:800px;
	margin-top:10px;
	clear:both;
	border-top:30px solid #FFFFFF;
	
}

#nav {
	float:left;
	width:150px;
	height:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13.5px;
	padding-left: 30px;
	line-height:20px;
	}

#info {
	float:left;
	width:550px;
	padding-left:20px;
	border-left:1px solid #86A2BF;
}					
