﻿/* CSS Document */
/* RESET BROWSER DEFAULTS*/
/*----------------------------------------------------------------*/
html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input {
	text-align: center; /* Hack for stoopid IE 5 */ /*height:100%; /* Mozilla and Firefox interpret this as to the bottom of the screen. IE interprets this as the WHOLE screen height hence the 101px padding above. */;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	padding: 0px;
	margin: 0px;
	/*max-height:100%; /* fixes the display height in Mozilla and Firefox */
}
#container {
	width: 1000px!important;
	background-color: #ffffff;
	color: #333333;
	border: thin solid #cccccc;
	height: 100%;
}
#topstrip {
	background-color: #FFC726;
	border-bottom: 1px solid gray;
	clear: both;
	height: 2ex;
}
#topcontainer {
	padding: 5px;
	border-bottom: 1px solid #646464;
	height: 126px;
}
#logo {
	width: 195px;
	height: 126px;
	float: left;
}
#topmiddle {
	float: left;
	text-align: center;
	color: #003698;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	vertical-align: middle;
	padding-top: 1em;
	padding-left: 2em;
	width: 700px;
}
#leftnav {
	float: left;
	width: 210px;
	background-color:#CCCCFF
}
#leftnav ul {
	list-style-type: disc;
	text-align: left;
	font-size: 14px;
	padding-top: 1em;
	}
#leftnav li {
	padding-top: 6px;
	text-transform: uppercase;
}
#leftnav a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
#leftnav strong {
	color: #333;
	background-color: #CCCCCC;
}
#page {
	border-width: thin;
	border-color: black;
	float: right;
	padding: 1em;
	width: 740px;
	border-left-style: solid;
}
div#col_leftouter {
	float: left;
	width: 49%;
	border-right: 2px solid #444;
}
div#col_leftinner {
	width: auto;
	padding-right: .5em;
}
div#col_rightouter {
	float: left;
	width: 49%;
}
div#col_rightinner {
	width: auto;
	padding-left: .5em;
}
a {
	text-align: left;
	text-decoration: none;
	display: inline;
}
#page p {
	text-align: left;
	line-height: 1.5em;
}
#page h1 {
	font-size: 1.5em;
}
#page h3 {
	border-color: #000000;
	font-size: 1em;
	text-align: left;
	background-color: #FFFF99;
	border-top-style: solid;
	border-top-width: thin;
	vertical-align: bottom;
	line-height: 1.4em;
}
#page table strong {
	color: red;
}
#page table {
	text-align: left;
}
#page table td {
	text-align: left;
	line-height: 1.3em;
}
#page table caption {
	font-weight: bolder;
	padding-top: .5em;
	padding-bottom: .2em;
}
#footer {
	background-color: #646464;
	clear: both;
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
