html, body {
	min-height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	}
#pageContainer {
	min-height: 100%;
	}
	
	table {
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

table.menu a {
	border-width: 0px;
	width:150px;
	display: block;
}

div.menu	a{
	font-weight: bold;
	color: #000000;
	background: #d6d7d9;
	text-decoration:none;
	font-size: 13px;
	line-height:16px;
	padding: 2px 5px;
	font-family: Arial, Helv, sans-serif;
}	

div.menu (position:absolute;top:0; left:0;) /*fixes IE slowness?? */
					
div.menu	a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: #D6D7D9;
}
	
div.menu	a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: #D6D7D9;
}
	
div.menu	a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: #D6D7D9;
}

div.menu	a:hover {
	border-width: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #CB0722;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	color: #0082D0;
}

.pageheading {
	text-align: center;
	font-weight: bold;
	color: #0082d0;
	font-family: Arial, sans-serif;
	font-size: 24px;
}

.smallcopy {
	font-style: normal;
	font-weight: normal;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.copyheading {
	color: #CB0722;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, sans-serif;
}

.copysubheading {
	color: #004066;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

a:link {
	font-weight: bold;
	color: #0082d0;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #0082d0;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #0082d0;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #0082d0;
	text-decoration: underline;
}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index:1; 
}

.opaque {
	position: relative;
	color: #000000;
	position:relative; 
	z-index:2;
}

.results {
	color: #06222c;
	border-spacing: 0px 0px;
	font-size: 0.8em;
	padding: 3px;
	background-color: #c2cbcf;
	-webkit-border-radius: 6;    /* for Safari */
    -moz-border-radius: 6;  
}

.results th{
	text-align: center;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
	font-weight: bold;
	background-color: #85989f;
}

.results td{
	background-color: #e1e6e8;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
}

.odd td{
	background-color: #e1e6e8;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
}

.even td{
	background-color: #D0D7Da;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
}

.found td{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CB0722;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
	text-decoration: blink;
}

.notice {
	margin-right: 8px;
	color: #000000;
	border-spacing: 0px 0px;
	font-size: 1em;
	padding: 3px;
	background-color: #cc6674;
	-webkit-border-radius: 6;    /* for Safari */
    -moz-border-radius: 6;  
}

.notice th{
	color: #FFFFFF;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
	font-weight: bold;
	background-color: #CB0722;
}

.notice td{
	background-color: #cc99a0;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
}

.notice a{
	color: #CB0722;
	font-weight: bold;
}

.e-odd td{
	background-color: #e5cace;
}

.e-even td{
	background-color: #e5d8da;
}

.found a{
	color: #FFFFFF;
}

.leftside{
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(images/left_blue.gif);
	width: 100px;
	background-color: #0082d0;
	
}

.rightside{
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(images/right_green.gif);
	width: 100px;
	background-color: #a6cc28;
}

.middle{
	background-color: #CB0722;
	min-width: 900px;
}

.padded {
	padding: 3px;
}

.whitetext {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.4em;

}

.centered {
text-align: center;
margin-left: auto;
margin-right: auto;
}