/* CSS Document */

A {text-decoration:none}
A:link { text-decoration: none; color: #003399; }	
A:visited { text-decoration: none; color: #003399; }	
A:hover { text-decoration: underline; color: #003399; }
A:active { text-decoration:	underline; color: #FF0000; }


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-color:#DFDCD8;
	background-image: url('../images/mainBG.gif');
	background-repeat: repeat-x;
	}
	
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 88px;
	background-image: url('../images/headerBG.gif');
	background-repeat: repeat-y;
	}
	
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-image: url('../images/contentBG.gif');
	background-repeat: repeat-y;
	}
	
#containerPhoto {
	float:right;
	top: 0;
	width: 800px;
	height: 233px;
	margin: 0;
	padding: 0;
	background-image: url('../images/aboutTheInstructors.jpg');
	background-repeat: no-repeat;
	}
	
#content { 
	position: relative;
	margin: 0 30px 0px 235px;
	padding: 20px 0 0 0;
	font: 83% Verdana, Arial, Helvetica, sans-serif;
	color: #514841;
	}
	
#content h1 { 
	font: 133% Verdana, Arial, Helvetica, sans-serif;
	color: #514841;
	font-weight: bold;
	}
	
#content h2 { 
	font: 112% Verdana, Arial, Helvetica, sans-serif;
	color: #514841;
	font-weight: bold;
	}
	 
#nav { 
	position: absolute;
	left:30px;
	top:10px;
	font: 83% Verdana, Arial, Helvetica, sans-serif;
	color: #514841;
	font-weight:bold;
	}
	
#nav ul {
	list-style: none;
	margin:0;
	padding:0;
	}
	
#nav li {
	line-height: 2em;
	}
	
#nav A {text-decoration:none}
#nav A:link { text-decoration: none; color: #514841; }	
#nav A:visited { text-decoration: none; color: #514841; }	
#nav A:hover { text-decoration: underline; color: #514841; }
#nav A:active { text-decoration:	underline; color: #514841; }
	
#footer {
	position: relative;
	width: 800px;
	height: 5px;
	margin: 0 auto;
	padding: 0;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	}


   
    
div#dotted
    
{border-bottom-style:dashed;border-bottom-width:1px;border-bottom-color:#514841;
margin-top:5px;
margin-bottom:5px;
}


div#frame

{background-color:#F25388;
font-family:century gothic,arial,helvetica;
font-size:11px;
text-align:center;
vertical-align:top;
width:175px;
padding:2px;
}




div#frame2

{background-color:#F25388;
font-family:century gothic,arial,helvetica;
font-size:11px;
text-align:center;
vertical-align:top;
width:265px;
padding:2px;
}




div#overnite
{
background-color:#ededed;
font-family:verdana,arial,century gothic,helvetica;
font-size:14px;color: #ff0000;
text-align:center;
vertical-align:top;
width:520px;
height:120;	
margin-left:0px;
margin-right:0px;
margin-top:20px;
margin-bottom:3px;
padding:5px;
border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#182c7b;
border-top-style:solid;border-top-width:1px;border-top-color:#182c7b;
}

#hours legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000;
	padding: 5px;
	border: 1px solid #000;
	font-size: 100%;
}
#hours fieldset {
	border: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

