/* CSS Document */

body {	
	margin:0px;
	padding:0px;
	font:.8em verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#EBECE4;
	}

td {	
	font:.8em verdana, arial, helvetica, sans-serif;
	}

	
#Header {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 10px;
	height:120px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5E6600;
	border-right-color: #5E6600;
	border-bottom-color: #5E6600;
	border-left-color: #5E6600;
	background-image: url(images/logo.gif);
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top left;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:120px;}


#Subheader {
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 15px;
	background-color:#990000;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5E6600;
	border-right-color: #5E6600;
	border-bottom-color: #5E6600;
	border-left-color: #5E6600;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
	}
/* "be nice to Opera 5" rule. */
body>#Subheader {height:14px;}


a {
	color:#990000;
	text-decoration: none;
	font-weight:bold;

	}
a:link {color:#990000;}
a:visited {color:#990000;}
a:hover {
	background-color:#eee;
	text-decoration: underline;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1em;
	color:#666666;
	}
h2 {
	font:bold 1.2em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	background-color: #990000;
	color: #5E6600;
	}
p {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

	


.frame {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:740px;
	min-width:740px;
	margin:5px 15px 5px 15px;
	border:1px solid black;
	background-color: #FFFFFF;
	padding:8px 10px 10px 10px;
	z-index:4;
	}
	
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	padding:8px 10px 10px 10px;
	z-index:5; 
	}

.tableHeader {
	font-weight:bold;
	border-bottom: 1px solid #000000;
	background-color:#EBECE4;
	}


#navigation 
{
	margin-left:300px;
}

/* This is the footer id. For the most part, it's a copy of the content class just with different
colors, so if you change the dimensions of one, you should probably change the other too */
#footer {
	width:740px;
	min-width:740px;
	margin:5px 15px 5px 15px;
	border:1px dotted #5E6600;
	background-color:#fff;
	padding:8px 10px 10px 10px;
	z-index:4;
	font-size: x-small;
	color: #333333;
	font-weight: bold;
	}

#footer p {margin:0px;}


#footer a {
	color:#990000;
	font-size:8pt;
	text-decoration:none;
	font-weight:normal;
	font-family:verdana, arial, helvetica, sans-serif;
	}
#footer a:link {color:#990000;}
#footer a:visited {color:#990000;}
#footer a:hover {
	background-color:#eee;
	text-decoration: underline;
}


blockquote {
	background-color: #eeeeee;
	margin: 8px;
}

table {
	border:1px dotted #990000;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF
}

hr {
	color: #990000;

}

li {
	list-style: square;
}

.small {
	font-size: 9px;
}
