﻿body {
background-color:#123e5b;
color:#123e5b;
	
}



#container {
	width:960px; height:auto; margin-left:auto;margin-right:auto;
border-left:1px red solid;
border-right:1px red solid;

}

#header {
	width:960px; height:140px; position:relative;
}

#center {
	position:relative;width:960px;height:auto;background-color:white
}

#navColumn {
	position:relative; float:left; width:155px; height:800px; font-size: 12px;background-image:url('../Images/NavBarBG.gif');background-color:white;

}

#PageContent {position:relative;	width:800px; height:auto; float:right;background-color:white;
	

}

#footer {
	position:relative;
	clear:both; 
	width:940px;height:100px;
	border-top:1px navy solid;
	
	
	color:navy; 
	padding:10px;
	
	
}


#footerLeft {  position:relative; float:left;height:100px;width:200px;
	
}

#footerMiddle {width:640px; height:100px; position:relative; float:left;text-align:center;

	
}

#footerRight {width:80px; height:100px; position:relative; float:right;

	
}


a:link {color:black; } 
a:visited {color:black;}
a:hover {color:maroon;}


footer.a:link {
	color:white
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#003388;
	margin-top:2px
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#003388;
	

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	padding-left:160px
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	padding-left:160px;line-height:15px
}


.line {
	color:navy;width:80%;height:1px
}



#info {width:750px; height:75px; position:absolute;  left:100px; top:20px;  padding:8px; 

}

#slideshow {width:400px; height:250px; position:absolute; left:500px; top:150px; background-color:gray;

}

#classDescription {width:400px; height:600px; position:absolute;left :50px; top:120px; padding:10px; background-color:white; border:1px olive solid;

}

#admission {width:400px; height:375px; position:absolute; left:500px; top:400px; background-image:url('../Images/paperR.png');

}


#navigation {
	position:absolute;font-size:12px;color:black;top:125px;left:80px
}



ul.bullet {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-size: 16px;
	line-height:18px;
	color: #003388;
	list-style-image:url('../Images/RedArrow.png')

