body  {
	background: url(images/bgtile.gif) repeat;
	margin: 0; 
	padding: 0; 
	color: #333399;
}
#container {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	height: auto;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(images/bodytilelineleft.gif) repeat-y left;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none;
	border-left: 1px solid #333333;
} 
.borderbox {
/*	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;*/
	padding: 0px 10px 10px;
	height: auto;
	width: 360px;
	border: 1px solid #999999;
}
#header {
	background: url(images/header.gif) no-repeat;
	height: 116px;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
}
.headerred {
	font: bold 16px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
}
.headerblack {
	font: bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.bodytext {
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 8px;
	padding-top: 0px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.leftbartext {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 180px;
	padding-right: 4px;
	padding-left: 10px;
}
.borderbox {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 6px 6px;
	height: auto;
	width: 330px;
	border: 1px solid #999999;
}
.borderbox2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 10px 6px;
	height: auto;
	width: 240px;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 70px;
}
#sidebarLEFT {
	float: left;
	width: 184px;
	padding: 12px 2px 10px 0px;
}
#sidebarRIGHT {
	float: right;
	width: 360px; 
	padding: 12px 2px 10px 4px;
}
#mainContent {
	margin: 0 360px 0 184px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContentWide {
	margin: 0 60px 0 184px;
	padding: 0 10px;
}


.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-------------regularlinks--------------*/
a:link {
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	padding-top: 0px;
	text-decoration: underline;
}
a:visited {
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	padding-top: 0px;
	text-decoration: underline;
}
a:hover {
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding-top: 0px;
	text-decoration: underline;
}
a:active {
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding-top: 0px;
	text-decoration: none;
}
/*------------------navbarlinks---------------*/
#navcontainer {
	width: 184px;
	list-style-type: none;
	font: bold 12px/34px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	color: #333333;
}

#navcontainer a:link
{
	display: block;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	padding-left: 12px;
	margin-left: 0px;
}

#navcontainer a:visited
{
	display: block;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	padding-left: 12px;
	margin-left: 0px;
}
#navcontainer a:hover
{
	background-color: #fff;
	color: #cc0000;
	background-image: url(images/rollover2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
/*------------------endnavbar------------------*/
/*------------------footer_links------------------*/
#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 1000px;
	text-align: center;
	height: 50px;
	background:url(images/botbar.gif) no-repeat bottom;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 0px;
} 
#footer a:link{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 1000px;
	text-align: center;
	height: 50px;
	background:url(images/botbar.gif) no-repeat bottom;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 0px;
}
#footer a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 1000px;
	text-align: center;
	height: 50px;
	background:url(images/botbar.gif) no-repeat bottom;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 0px;
}
#footer a:hover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	width: 1000px;
	text-align: center;
	height: 50px;
	background:url(images/botbar.gif) no-repeat bottom;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 0px;
}
.small {
	font: italic 11px/normal Arial, Helvetica, sans-serif;
	color: #666666;
}
.highlightbg {
	background: #FFF5CE;
	display: block;
	padding: 4px;
}
