/*default style properties for the entire page*/
body {
	background-color: #780000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	}
banner {
	padding: 5px;
	}
/*controls the size of the web page*/
.maintable {
	width: 992px;
	border: 0px;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	}
	
.right-border {
	background: transparent url(/images/bg_main_right_border.gif) left repeat-y;
	width: 27px;
	}
.maintable td {
	padding: 0px;
	}
/*this controls the banner properties, from the image to the positioning*/
.topbanner {
	width: 700px;
	xxxheight: 125px;
	vertical-align: center;
	text-align: center;
	background: transparent url(/images/bg_banner_area.jpg) left repeat;
	}
/*this is for the stuff you will put on the main body of the page*/
.maincontent {
	vertical-align: top;
	width: 719px;
	text-align: left;
	background-color: #dedede;
	}
/*you can use this class within any table tag, and it will have the same look as the one on the news table*/
.news-table {
	width: 100%;
	border: 1px solid #780000;
	}
.news-table td {
	padding: 0px 0px 0px 0px;
	}
.news-header {
	color: white;
	background-color: #780000;
	font-size: 14px;
	font-weight: bold;
	}
	
/*remember that welcome on the first page?*/
.header {
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
	}
/*images all have zero border*/
img {border: 0px;}
/*standard links*/
a:link {color: #000099; text-decoration: none;}

a:hover {color: #0000ee;}
a:active {color: #0000ff; text-decoration: underline;}
/*Stuff for left menu*/
.leftnav-outside {
	width: 246px;
	text-align: center;
	background: transparent url(/images/bg_leftnav.gif) repeat-y;
	vertical-align: top;
	}
	
.leftnav {
	width: 210px;
	text-align: left;
	}
.leftnav td {
	height: 21px;
	padding-left: 25px;
	}
.leftnav-header {
	color: #bbb;
	text-align: left;
	font-face: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;

	}
	
.leftnav a {font-size: 13px;font-weight: bold; color: #FFFFFF; text-decoration: none;}

.leftnav a:link {text-decoration: none; color: #FFFFFF;}

.leftnav a:hover {color: #ddaaaa; text-decoration: underline; }

.leftnav a:active {color: #ddaaaa; text-decoration: underline;}

/*the bottom copyright thingy*/
.footer {
	background: transparent url(/images/bg_bottom.gif) left no-repeat;
	text-align: center;
	font-size: 12px;
	height: 49px;
	}