*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	font: 0.86em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #616161;
	text-align: center;
	padding:10px 0 20px 0;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

#header h1
{
	display: none;
}

h2
{
	margin:0 0 10px 37px;
	font-size: 2em;
	margin-bottom:25px;
}

h3
{
	margin-left: 37px;
	font-size: 1.3em;
	margin-bottom: 10px;
}

h2#welcome
{
	background:url(../images/welcome_h.gif) no-repeat;
	height:102px;
	text-indent:-9999px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin:0 0 18px 37px;
	font-size: 0.9em;
}

em
{
	font-weight:bold;
	font-style:normal;
}

#content p
{
	margin-right:28px;
}

/* LIST STYLES *************************/
li
{
	color: #000;
}

ul
{
	list-style:none;
}

#nav ul
{
	margin-top:254px;
}

#nav li
{
	margin:0 0 11px 26px;
}

#content li 
{
	margin:0 0 5px 37px;
	list-style:inside;
	font-size:0.9em;
}

ul#course_nav
{
	margin:15px 0 0 35px; 
}

ul#course_nav li
{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:0; 
}

ul#team_images
{
	margin-left:37px;
}

ul#team_images li
{
	display:inline;
	margin:15px 15px 15px 0;
}

#sidebar li 
{
	background:#FFF;
}

#sidebar li#last
{
	background:#F26725;
	margin-bottom:0px;
}

#sidebar li img
{
	vertical-align:top;
	margin-bottom:2px;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 1001px;
	margin: 0 auto; 
	text-align: left;
	background:#fff;
	display:block;
}

#header
{
	width: 1001px;
	margin: auto 0;
	background: #616161;
	padding-bottom:2px;
}

#nav
{
	float:left;
	display: inline;
	width: 254px;
	height: auto;
	background:url(../images/logo.gif) no-repeat;
}

#content_container
{	
	float:left;
	display:inline;
	background:url(../images/content_bg.gif) repeat-y;
	width:747px;
}

#content 
{
	float:left;
	display:inline;
	width:558px;
	background:url(../images/content_head.gif) no-repeat;
	padding-top:148px;
}

#sidebar
{
	width:189px;
	float:right;
}

#footer
{
	clear:both;
	width:100%;
}

#imgrepfoot, #sidebar_foot
{
	height:36px;
}

#imgrepfoot
{
	float:left;
	display:inline;
	width:812px;
	background: url(../images/footer.gif) repeat-x left;
}

#sidebar_foot
{
	width:189px;
	float:right;
	background:#F26725;
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #f26725;
}

a:visited
{
	text-decoration: underline;
	color: #f26725;
}

a:hover
{
	text-decoration: none;
	color: #f26725;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
}

.headerlink
{
	display: block;
	width: 100%;
	height: 30px;
	height:31px;
	background:url(../images/contact_details.gif) no-repeat 100%;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}

/* TABLES ******/

table
{
	margin-left: 38px;
	width: 85%;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

th
{
	background: #f26725;
	color: #fff;
	padding: 10px;
}

tr
{
	vertical-align: top;
	font-size: 0.9em;
	line-height: 130%;
}

td
{
	padding: 5px;
	border-top: 1px solid #eee;
}

.date
{
	width: 30%;
}