/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bg.jpg) repeat;
	margin: 15px 0px;
	padding: 0px;
	text-align: center;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
}

address {
	font: normal 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #34B982;
	margin: 30px 25px 0px 0px;
	padding: 0px;
	float: right;
	text-align: right;
}


a:link {
color: #CCCCCC;
text-decoration: underline;
}

a:visited {
color: #CCCCCC;
}

a:hover, a:active {
	color: #AC2000;
} 


h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 40px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-bottom: -20px;
	margin-top: 0px;
	margin-left: 40px;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {
	border-collapse: collapse;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}


/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	padding: 0px;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}

div#copyright {
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	background: #3F3F3F;
	margin: 0px;
	padding: 0px;
}
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	color: #CCCCCC;
	font-size: 9px;
}

div#copyright a:hover {
	color: #FFFFFF;
}



/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/*  Navigation	- Horizontal */

ul#mainnav {
	background: #000000; float: left; width: 100%; margin: 0px; padding: 0px; list-style-type: none;
	}
ul#mainnav li {
	display: inline; float: left; margin: 0px auto; padding: 0px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #990000;
}


ul#list {
	float: none;
	width: auto;
	margin: 15px 0px 0px 100px;
	padding: 0px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}
ul#list li {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	color: #CCCCCC;
	font: normal 12px/20px "Trebuchet MS";
}
ul#list li a:link, ul#list li a:visited, ul#list li a:active {

	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	display: block;
	width: auto;
	margin: 0px;
	border-right: 0px none #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul#list li a:hover, ul#list li a.current:link, ul#list li a.current:visited {
	color: #7B98C6;
	text-decoration: underline;
}

td#background {
	vertical-align: top;
	background: url(images/bodybg.gif) no-repeat;
	height: 432px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #080800;
	border-bottom: 1px solid #080800;
	border-left: 1px solid #080800;
}


div#center {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto;
	width: 770px;
	background-position: center;
}
td#header {
	vertical-align: top;
	background: url(images/header.jpg) no-repeat;
	height: 168px;
	width: 770px;
	border: 1px solid #080800;
}

