/*******************************************************
Page Setup
*******************************************************/

html {margin: 0; padding: 0;} /* to get rid of opera/mozilla defaults */ 

body {
	background: repeat url(images/bg_color.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	color: #333; 
	text-align: center;
}

/*******************************************************
Link Settings
*******************************************************/

a:link {color: #000099; font-size: 100%;  }
a:visited {color: #993399; font-size: 100%;  }
a:hover{ color: #cc0000;  font-size: 100%;}	

a.blue:link {color: #333366; text-decoration: none;}
a.blue:active {color: #333366; text-decoration: none;}
a.blue:visited {color: #333366; text-decoration: none;}
a.blue:hover {color: #333366; text-decoration: underline;}

a.red:link {
	
	color: #cc0000;
	text-decoration: none;
}
a.red:active {color: #cc0000; text-decoration: none;}
a.red:visited {color: #cc0000; text-decoration: none;}
a.red:hover {color: #cc0000; text-decoration: none; text-decoration: underline;}

a.lrglink:link {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; color: #CC0000; text-decoration: none;}
a.lrglink:active {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; color: #CC0000; text-decoration: none;}
a.lrglink:visted {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; color: #CC0000; text-decoration: none;}
a.lrglink:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; color: #CC0000; text-decoration: underline;}
	
/*******************************************************
Text Formating
*******************************************************/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px; */
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.bodytextbold {font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold; color: #333333;}
.titletext {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small; font-weight: bold; text-transform: uppercase; color: #CC0000;}

.coursetitlenolink {font-weight: bold; color: #666666; text-decoration: none;}

/*******************************************************
Settings for Headers
*******************************************************/

h1, h2, h3, h4, h5, h6 {color: #333; font-weight: 600; margin-top: 0px; margin-bottom: 0px;}

/*******************************************************
Settings - DIVS
*******************************************************/

#mainbox{background-color: #fff; width:775px; height:100%; margin:0px auto; padding:0px;
		border-style: solid; border-width: 1px; border-color: #666666; border-top: 0;}

#leftbox {
	float: left;
	padding: 0px 15px 15px 15px ;
	margin: 5px;
	border-right:1px solid #000;
	width: 200px;
	text-align: left;
	/* ie5win fudge begins 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 210px;*/
	}

#rightbox{
	float: left;
	padding: 0px 15px 15px 15px ;
	margin: 5px;
	width: 475px;
	text-align: left;
	/* ie5win fudge begins 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;*/
	}
	}
