@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%;
	background-color: #CCC;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	background-color: #CCC;
	min-height: 100%;
}

p {
	padding: 0px;
}

table
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}
tr
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}
td
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	vertical-align: top;
}

#background {
	width: 100%;
	background-color:#CCC;
	position: absolute;
}

div#container {
	width: 1000px;
	padding: 0px;
	spacing: 0px;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	background: #CCC;
}

div#main_nav {
	width: 1000px;
	height: 32px;
	position: relative;
	padding-top: 204px;
}

div#content {
	width: 1000px;
	text-indent: 5px;
	background-color: #CCC;
	position: relative;
	top: 0px;
}
#spacer {
	height: 10px;
	background: #00F;
	position: relative;
}

div#midcontent {
	height: 100%;

}


div#maincontent {
	float: left;
	background: #FFF;
	width: 808px;
	top: 0px;
	right: 0px;
	position: relative;
	padding-left: 192px;
	bottom: 100%;
	padding-right: 0px;
	margin-right: 0px;
}
div.contentblock {
	width: 100%;
	position: relative;
	vertical-align: top;
	margin-left: 0px;
	padding-left: 5px;
}


div#footer {
	width: 1000px;
	height: 40px;
	bottom: 0px;
	float: none;
	clear: right;
	z-index: 2;
	vertical-align: bottom;
	text-align: center;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #000;
}

div#header {
	width: 1000px;
	height: 200px;
	position: absolute;
	top: 0px;
	margin-top: 5px;
	background-color: #CCC;
	padding-bottom: 0px;
}

div#sidenav {
	width: 190px;
	float: left;
	text-indent: 5px;
	height: 100%;
	vertical-align: top;
	position: absolute;
	z-index: 1;
	padding-bottom: 8px;
}
div.navblock {
	width: 100%;
	background-color: #0F0;
	margin-left: 2px;
	margin-right: 2px;
	position: absolute;
	border: solid 1px #0F0;
	height: 100%;
	margin-top: 2px;
}


div#title {
	border-width: 1px;
	border-color: #000;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	margin-right: 12px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	margin-left: 15px;
}

#sidenav a:link {
	text-decoration: none;
	color: #000;
}
#sidenav a:visited {
	text-decoration: none;
	color: #000;
}
#sidenav a:active {
	text-decoration: underline;
	color: #00F;
}
#sidenav a:hover {
	text-decoration: underline;
	color: #000;
}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}

#centered {
	text-align: center;
}

nav a:link {
	color: #000;
	text-decoration: none;
}
nav a:visited {
	color: #000;
	text-decoration: none;
}
nav a:hover {
	color: #000;
	text-decoration: none;
}
nav a:active {
	color: #000;
	text-decoration: none;
}
.footer a:link {
	color: #FFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.footer a:active {
	color: #FFF;
	text-decoration: none;
}
a:link {
	color: #609;
	text-decoration: underline;
}
a:visited {
	color: #90F;
	text-decoration: underline;
}
a:hover {
	color: #90F;
	text-decoration: none;
}
a:active {
	color: #90F;
	text-decoration: none;
}
.subtitle_link:link {
	color: #FFF;
	text-decoration: underline;
}
.subtitle_link:visited {
	color: #FFF;
	text-decoration: underline;
}
.subtitle_link:hover {
	color: #FFF;
	text-decoration: none;
}
.subtitle_link:active {
	color: #FFF;
	text-decoration: none;
}
.subtitle {
	font-size: 18px;
	text-decoration: none;
	color: #0F0;
}

.media:link  {
	color: #FF0;
	text-decoration: underline;
}
.media:visited {
	color: #999;
	text-decoration: underline;
}
.media:hover {
	text-decoration: none;
}
.media:active {
	color: #999;
	text-decoration: none;
}
.buildgroups {
	border-right-width: 5px;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	vertical-align: top;
}
.title {
	font-size: 20px;
	color: #0F0;
	font-weight: bolder;
	text-align: left;
}
.indent {
	padding-left: 5px;
	text-indent: 0px;
}
.underline {
	text-decoration: underline;
}
.small {
	font-size: 12px;
}
div#maincontentHistory {
	float: left;
	background: #FFF;
	width: 808px;
	top: 0px;
	right: 0px;
	position: relative;
	padding-left: 192px;
	bottom: 100%;
	padding-right: 5px;
	margin-right: 0px;
}
