/*default style properties for the entire page*/

body {

	background-color: #A9A59F;

	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;

	height: 125px;

	vertical-align: center;

	text-align: center;

	background: transparent url(/images/bg_banner_area.jpg) left no-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: #dd0000;}

a:active {color: red; text-decoration: underline overline;}



/*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: 240px;

	text-align: left;

	}



.leftnav td {

	height: 21px;

	padding-left: 15px;

	}



.leftnav-header {

	background: transparent url(/images/leftnav_header.gif) 5px no-repeat;

	color: white;

	text-align: left;

	font-face: Arial;

	font-size: 14px;

	font-weight: bold;

	}

	

.leftnav a {font-size: 12px;font-weight: bold; color: #FFFFFF; text-decoration: none;}

.leftnav a:link {text-decoration: none; color: #FFFFFF;}

.leftnav a:hover {color: #dd0000; text-decoration: underline overline; }

.leftnav a:active {color: #dd0000; text-decoration: underline overline;}


/*the bottom copyright thingy*/

.footer {

	background: transparent url(/images/bg_bottom.gif) left no-repeat;

	text-align: right;

	font-size: 12px;

	height: 49px;

	}