/*Pallette
	Dk Blue     2e3192
	Md Blue     1590c8
	Lt Blue     6aaad6
	Dk Orange   f7941d
	Lt Orange   ffc20e
	Red-Orange  f26522
	Dk Red      9e251d
*/

* {
	padding:0;
	margin:0;
	}

body {
	background-color:fff;
	background:url(/images/bgPage.gif) top left repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	}
	
img {
	border:0;
	padding:0;
	margin:0;
	}
	
	
h1, h2, h3, h4, h5, {
	font-family:Arial, Helvetica, sans-serif;
	color:#1590c8;
	margin-bottom:7px;	
	}	
	
h1 {
	font-size:16px;
	padding-top:2px;
	}
	
h2 {
	font-size:14px;
	padding-top:10px;
	}	

h3, h4, h5 {
	font-size:12px;
	}	
	
optgroup {
	color:#1590c8;
	margin:5px 0 0px 0;
	font-family:16px;
	font-style:italic;
	}
	
option {
	font-size:12px;
	color:#999;
	margin-bottom:2px;
	}

#content ul {
	margin:-7px 0 10px 20px;
	}
	
#content li {
	margin-bottom:5px;
	}	
	
p, address{
	margin-bottom:10px;
	}	
	
strong {
	color:#666;
	}
		
a {
	color:#1590c8;
	}
	
a:hover {
	color:#f7941d;
	}
	
#header {
	margin-top:10px;
	height:170px;
	padding-left:20px;
	background-image:url(../images/bannerend.gif);
	background-position:right;
	background-repeat:repeat-x;
	}
	
#banner {
	/*border:5px solid #1590c8;*/
	border-left:0;
	border-right:0;
	}
	
#nav {
	width:198px;
	padding:8px 0 0 24px;
	}

	#nav h4 {
		color:#fff;
		font-size:12px;
		margin-left:25px;
		margin-bottom:0px;
		font-weight:bold;
		line-height:12px;
		}
	
	.odd {
		background-color:#1590C8;
		padding:10px 0 10px 0;
		}
		
	.even {
		background-color:#6AAAD6;
		padding:10px 0 10px 0;
		}
		
	.odd h4 a, .even h4 a {
		color: #fff;
		text-decoration:none;
		font-weight:bold;
	}
	
	.odd ul, .even ul{
		list-style:none;
		padding-left:25px;
		}
	
	.odd ul ul, .even ul ul{
		list-style:none;
		padding-left:8px;
		}
	
	.odd ul li, .even ul li{
		}
	
	.odd ul a, .even ul a{
		font-size:11px;
		line-height:13px;
		color:#fff;
		text-decoration:none;
		}
	
	.odd ul a.sel, .even ul a.sel{
		color:#9e251d;
		}
	
	.odd ul a:hover, .even ul a:hover{
		color:#9e251d;
		}
	
	.odd ul li a span, .even ul li a span {
		font-size:11px;
		line-height:12px;
		color:#fff;
		}
	

#content {
	width:490px;
	padding:8px 0 0 24px;
	}
	
#welcome{
	border:5px solid #1590c8;
	background-color:#6aaad6;
	color:#2e3192;
	font-size:11px;
	width:465px;
	}
	
#welcome p{
	margin:3px;
}

#studentMonth{
	width:465px;
	font-size:11px;
	}
	

#studentFrame{
	width:237px;
	border:5px solid #f7941d;
	}

#studentBio{
	padding-left:10px;
	}
	
#studentBio p{
	margin-bottom:0px;
}

#studentBio img{ 
	padding-bottom:1px;
	}

#studentBio span{ 
	padding-bottom:1px;
	}
	
#knowledge{
	width:204px;
	height:153px;
	background-image:url(/images/knowledgeBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:40px;
	}
	
#knowledge a{
	display:block;
	color:#2e3192;
	margin:7px 13px;
	}
	
#eventsCorner{
	width:246px;
	height:153px;
	background-color:#6AAAD6;
	}
	
#eventsCorner .date{
	font-weight:bold;
	color:#fff;
	width:85px;
	padding-bottom:5px;
	padding-left:8px;
	}
	
#eventsCorner .title {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}
	
#eventsCorner .title a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}
	
#eventsCorner .title a:hover{
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
	}

#footer {
	width:490px;
	padding:30px 0 0 24px;
	font-size:9px;
	}

#footer p {
	text-align:center;
	margin-top:-10px;
	}

.hrDotted{
	padding:15px 0;
	}
	
	