html, body {
	background-color:#d1d3d4;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	text-align:left;
}

* {margin:0;padding:0}

p{padding: 5px 0 5px 0;}

a{outline:none;}

#container{
	width:853px;
	background-image:url(../images/interior_background.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
}

#logo{
	position:absolute;
	top:24px;
	left:50px;
}

#log_out{
	font-size:11px;
	color:#FFFFFF; 
	padding-left:540px;
}

#log_out a{
	color:#FFFFFF;
	text-decoration:underline;
}

#log_out a:hover{
	text-decoration:none;
}

#header{
	width:845px;
	height:88px;
	background-color:#FFFFFF;
}

#navigation{
	padding-top:58px;
	padding-left:146px;
}

#masthead{
	width:845px;
	height:54px;
	background-color:#000000;
}

#masthead h1{
	color:#FFFFFF;
	font-size:18px;
	font-family:Courier New, Courier, monospace;
	padding-left:240px;
	padding-top:22px;
}

#content{
	width:845px;
	line-height:1.5em;
	font-size:12px;
}

#bread_crumb {
	color:#9ebd00;
	font-size:11px;
	padding-left:25px;
}

#bread_crumb a{
	color:#9ebd00;
	font-size:11px;
	text-decoration:underline;
}

#bread_crumb a:hover{
	text-decoration:none;
}

#left_column {
 	width:215px; 
 	float:left; 
 	position:relative;
	padding-bottom: 25px;
	padding-top:25px;
}

#left_padding {
 	padding: 0 25px 25px 25px;
}

#left_column img{
 	padding: 30px 0 0 0;
}

#two_columns {
 	width:630px;  /* Right column Width 201px + Center Column Width 429px = 630px */ 
 	float:right; 
 	position:relative; 
}
 
#right_column {
 	width:201px; 
 	float:right; 
 	position:relative; 
}

#right_column a{
 	color:#000000;
	text-decoration:none;
	font-size:11px;
	padding: 0 0 0 12px;
}

#right_column a:hover{
 	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image: url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px;
}

#right_column ul{
 	list-style:none;
}

#right_column li{
 	list-style:none;
	padding-top:8px;
}

#right_column #active a{
 	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image: url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px;
}

#main_column {
 	float: left; 
 	display:inline; 
 	position: relative; 
 	width:429px; 
	overflow:visible; /* Fixes italics bug in IE */
}

#main_column a{
 	color:#000000;
	text-decoration:underline;
}

#main_column a:hover{
 	text-decoration:none;
}

#main_column ul {
	list-style-type:square;
	margin: 0;
 	border: none;
	padding-bottom:10px;
	padding-left:20px;
	
}

#main_column li{
	padding:2px 0;
}

#border {
	border-right:1px #9ebd00 solid;
}

#center_border {
	border-left:1px #9ebd00 solid;
	margin:20px 0 20px 0;
	padding: 0 0 25px 0;	
}

.padding {
	padding: 30px 25px 25px 25px;
}

form, input {
	padding:0px;
	margin:0px;
}

fieldset{
	border:none;
	background:#e9e9e9;
	margin-bottom:60px;
}

#login form, label, input, select { 
	font-size: 13px; 
}  

#login fieldset {
	width: 25em;
	height: 12em; 
	padding: .5em 1em; 
	border:none; 
} 

#login label { 
	position: relative;
	width: 10em; 
	display: block;
	margin: .5em 0em; 
	padding-top:5px; 
} 

#login label select {
	position: absolute; 
	left: 100%; 
	top: 0px;
}

#login br { 
	display : none; 
}

#contact form, label, input, select { 
	font-size: 13px;
} 

#contact fieldset {
	width: 25em;
	padding: .5em 1em; 
	border:none; 
} 


.error {
	color:#CC0000;
	font-size:10px;
}

.errors {
	color:#CC0000;
	font-size:12px;
}

#design_by {
	background-color:#d1d3d4;
	text-align:center;
	color:#666666;
	font-size:11px;
}

#design_by a{
	color:#666666;
	font-size:11px;
	text-decoration:none;
}

#design_by a:hover{
	text-decoration:underline;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

.sub_titles {
	color:#9ebd00;
	font-family:Courier New, Courier, monospace;
	font-size:12px;
	font-weight:bold;
}

.titles {
	color:#9ebd00;
	font-family:Courier New, Courier, monospace;
	font-size:14px;
	font-weight:bold;
}

.titles a{
	text-decoration:underline;
	color:#9ebd00;
}

.titles a:hover{
 	text-decoration:none;
}

.course_titles {
	color:#FFFFFF;
	font-family:Courier New, Courier, monospace;
	font-size:14px;
	font-weight:bold;
}


/* ------- Image Replacement ---------------*/

ul#nav_main{ 
	list-style-type: none; 
	position: relative; 
	width: 671px; 
	height:22px;
	margin: 0; 
	padding: 0; 
}

ul#nav_main a { 
	display: block; 
	height:22px;
	text-decoration: none;
	overflow:visible;
}

li#nm_1 { 
	position: absolute;
	left: 0; 
	width: 202px; 
	height: 22px; 
	background: url(../images/interior_bar.gif) no-repeat 0 0; 
}

li#nm_2 { 
	position: absolute; 
	left: 202px; 
	width: 132px; 
	height: 22px; 
	background: url(../images/interior_bar.gif) no-repeat -202px 0; 
}

li#nm_3 { 
	position: absolute;
 	left: 334px; 
	width: 166px; 
	height: 22px; 
	background: url(../images/interior_bar.gif) no-repeat -334px 0; 
}

li#nm_4 { 
	position: absolute;
	left: 500px; 
	width: 63px; 
	height: 22px; 
	background: url(../images/interior_bar.gif) no-repeat -500px 0; 
}

li#nm_5 { 
	position: absolute;
 	left: 563px; 
	width: 108px; 
	height: 22px; 
	background: url(../images/interior_bar.gif) no-repeat -563px 0; 
}

li#nm_1 a:hover { background : url(../images/interior_bar.gif) no-repeat 0 -22px; }
li#nm_2 a:hover { background : url(../images/interior_bar.gif) no-repeat -202px -22px; }
li#nm_3 a:hover { background : url(../images/interior_bar.gif) no-repeat -334px -22px; }
li#nm_4 a:hover { background : url(../images/interior_bar.gif) no-repeat -500px -22px; }
li#nm_5 a:hover { background : url(../images/interior_bar.gif) no-repeat -563px -22px; }

.nav_span {display:none;}
/* --------------------------------------- */  
