body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #666666;
	margin: 6px 0 0 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 780px; 
	background: #FFF;
	margin: 0 auto; 
	text-align: left; 
}

/* FONTS */

h1{ font-size:36px; color:#ad0f30; font-weight:bold;}

h2, tr.tablehead td{ font-size:24px; color:#ad0f30; font-weight:bold;}
#sub-header h2 {color: #696969;}

h3, tr.tablehead td{ font-size:18px; color:#696969; font-weight:normal; padding-bottom: 10px;}
#sidebar h3 {color:#fff; font-size: 16px; font-weight: bold; padding-bottom: 6px; border-bottom: 1px dashed #fff;}

h4 {font-size:16px; color:#696969; font-weight:normal;}
#sub-header h4 {font-style:italic; margin-left: 10px;}

p, td { font-size:12px; color:#696969; font-weight:normal;}
#sidebar p {color: #fff; line-height: 12px;}
#sidebar table {font-size:12px; color:#fff; font-weight:normal;}

a {color: #525252; font-weight: bold; text-decoration: none;}
a:hover {text-decoration:underline;}
#footer p {color:#fff;}
#footer a {color: #fff;}
#sidebar a {color: #fff; text-decoration: none;}
#sidebar a:hover {text-decoration: underline;}

/* NAV TABS */
#nav
{
	margin: 0; padding: 0;
	height: 41px;
	background: #666666;
}

#nav ul
{
	margin: 0;	padding: 0;
	list-style-type: none;
	float:right;
	width:585px;
}

#nav ul li
{
	display: block;
	float: left;
	text-align: center;
	padding:0 0 0 3px;
	margin: 0;
	width:114px; height:41px;
}

#nav ul li a
{
	display: block;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: normal 18px/41px Arial, Helvetica, Verdana,sans-serif;
	border:none;
	background: url("images/tab-down.gif") no-repeat;
		
}
#nav ul li a:hover {color: #ccc;}
#nav a.current
{
	background:url("images/tab-active.gif") no-repeat;
	color:#002651;
}

/* HEADERS */

#header { 
	margin: 0; padding: 0;
	position: relative;
	width: 780px; height: 235px;
	overflow: hidden;
}
#header span {
	display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:780px; height:235px;
    margin:0; padding:0;
    background:url("images/header.jpg") top left no-repeat;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#sub-header { 
	width: 755px; height: 219px;
	padding: 0 10px 0 20px;
	margin: 0;
} 

#sub-header.mission {background: url("images/subheader-mission.jpg") top center no-repeat;}
#sub-header.students {background: url("images/subheader-students.jpg") top center no-repeat;}
#sub-header.mentors {background: url("images/subheader-mentors.jpg") top center no-repeat;}
#sub-header.news {background: url("images/subheader-news.jpg") top center no-repeat;}
#sub-header.support {background: url("images/subheader-support.jpg") top center no-repeat;}

#sub-header #holder {
	margin: 0;
	padding: 10px 280px 0 30px;
}
#sub-header h1, #sub-header h3 {margin:0; padding:6px 0;}
#sub-header #holder img {margin-left: 8px; vertical-align: middle;}
#sub-header h4 {margin:0px; padding:0 30px;}

/* SIDEBAR */

#sidebar {
	float: right;
	width: 236px; 
	background: none;
	padding: 10px;
	margin:0 6px;
}
#sect1_links  {	background: #ad0f30; border: 1px solid #666; margin:10px 0; padding:10px;}
#sect2_calendar {background: #002651;  border: 1px solid #666; margin:10px 0; padding:10px;}
#sidebar h3 {margin:0;}	
#sidebar td {vertical-align: top; color:#FFFFFF; padding-bottom: 5px;}

/* MAIN CONTENT */

#mainContent { margin: 0 250px 0 0; padding: 0 20px 30px 20px; line-height: 110%;} 
#mainContent.one-col {margin: 0;}

#mainContent img {float: left; padding: 2px; margin: 6px; border: 1px solid #696969;}

/* FOOTER */

#footer { 
	padding: 0 10px 0 20px; 
	background:#666; 
} 
#footer p {	margin: 0; 	padding: 10px 0; }

/* FLOATS */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}