html, body, ol, ul, li, dl, dt, dd, img {
  	margin: 0; 
  	padding: 0;
  	border: 0;
}

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17pt;
	text-align:center;
}
.1st_para {
	margin-top;0px;
}

.sitefont {
	font-size:12px;	
	line-height: 17pt;
}

.smallfont {
	font-size:14px;
}
.sitepadding {
	padding:20px;
	text-align:left;
}

.sitebullet {
margin-left:15px;
margin-bottom:10px;
	list-style-position: outside;
	list-style-type:circle;
	font-size:12px;	
	line-height: 15pt;
}

.divmargin {
	margin:10px 0px 10px;
}

h1{
	font-size:18px;	
	line-height:19pt;
}

h2{
	font-size:16px;
	line-height:16px;
	margin-bottom:-10px;
}

h3{
	font-size:15px;
	line-height:15px;
}

p{
	font-size:14px;
	line-height:20px;
}
/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
   clear:both;
   height:0px;
   margin:0px;
   font-size: 1px;
   line-height: 0px;
}
.brclearright { /* Use a break with this class to clear right float containers */
   clear:right;
   height:0px;
   margin:0px;
   font-size: 1px;
   line-height: 0px;
}
.brclearleft { /* Use a break with this class to clear left float containers */
   clear:left;
   height:0px;
   margin:0px;
   font-size: 1px;
   line-height: 0px;
}

.clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.maindiv {
	margin:0px auto;
	width:850px;
}

.lefttext {
	text-align:left;
	margin-top:10px;
}

.titletext {
	color:#579bc0;
	font-size:18px;
	font-weight:bold;
}
/**************** Header Rules *******************/

.headerdark {
	height:240px;
	background: url('../images/header_bkdark.jpg') repeat-y;
}

.headerdark2 {
	height:70px;
	background: url('../images/header_bkdark.jpg') repeat-y;	
}

.headerlight {
	height:230px;
	background: url('../images/header_bklight.jpg') repeat-y;	
}

.headerlight2 {
	height:60px;
	background: url('../images/header_bklight.jpg') repeat-y;		
}

.headerlogo2 {
	width:282px;
	float:left;
}

.headernav2 {
	width:518px;
	float:left;
	height:134px;
}

.headernav2align {
	padding-top:90px;
	text-align:right;
}

.herotext {
	font-size:32px;
	font-weight:lighter;
	color:white;
	margin-top:5px;
	letter-spacing:1px;
}

.herotext1 {
	font-size:32px;
	font-weight:lighter;
	color:white;
	margin-top:5px;
	margin-bottom:7px;
	letter-spacing:1px;
}

.herotext2 {
	font-size:32px;
	font-weight:lighter;
	color:white;
	letter-spacing:1px;
}

.heroimgmargin {
	margin-right:35px;
}

.buttonmargin {
	margin-right:3.8px;
}
/**************** Index Rules *******************/

.headshot {
	float:left;
	width:168px;
}

.bottomtext {
	float:right;
	width:270px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.signature {
	float:right;
	width:270px;
	margin-bottom:20px;
}

td.menu a, td.menu a:visited {
	display:block;
	background-color:#579bc0;;
	border-top:1px solid white;
	color:white;
	text-decoration:none;
	padding:4px 10px 5px 10px;
	margin-bottom:-4px;
}


td.menu a:hover {
	display:block;
	background-color:#86d5f6;
	border-top:1px solid white;
	color:white;
	text-decoration:none;
	padding:4px 10px 5px 10px;
	margin-bottom:-4px;
}

table.menu {
	font-size:12px;
	position:absolute;
	visibility:hidden;
	border-collapse:collapse;
	font-family:arial;
}

div.menu {
	text-align:left;
	margin-top:-4px;
}

.linkslist {
	list-style-type:none;
	margin-left:0px;
	text-align:center;
	padding-bottom:5px;
}

/**************** Footer Rules *******************/

.footerdark {
	background: url('../images/header_bkdark.jpg') repeat-y;
}

.footerlight {
	background: url('../images/header_bklight.jpg') repeat-y;
	text-align:center;
	color:white;
	font-size:12px;	
}

.footerwhite {
	width:100%;
	margin-top:10px;
	font-size:12px;
}

.footercopyright {
	width:250px;
	float:left;
	text-align:right;
	margin-left:50px;
	font-size:10px;
}

.footersitecredit {
	width:250px;
	float:right;
	text-align:left;
	margin-right:50px;
	font-size:10px;
}

.footerlink {
	color:white;
	text-decoration:none;
}

A.courses {
font-size: 14pt;
color: #000000;
text-decoration: none;
font-weight: bold;
}

A.courses:hover {
font-size: 14pt;
color: #0271b6;
text-decoration: underline;
}
