@charset "UTF-8";

html{    
   height: 100%; 
}

body {
	background-image: url(../images/site-comps-text-back.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#site-wrapper {
	width: 100%;
/*	min-height: 40%;
	height: auto !important;
	height: 100%;*/
}


#nav-text {
	position: absolute;
	width: 126px;
	font-family: Helvetica, Arial, sans;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #FFF;
	left: 18px;
	top: 107px;
}

#nav-text a:link {
	font-family: Helvetica, Arial, sans;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}

#nav-text a:visited {
	color: #FFF;
	text-decoration:none;
}

#nav-text a:hover {
	color: #FFF;
	text-decoration:underline;
}

#nav-text a:active {
	color: #FFF;
	text-decoration:none;
}



.top-logo {
	height: 63px;
	width: 221px;
	position: absolute;
	top: 25px;
	right: 15px;
}

.clearfooter {
	clear: both;
	height: 8px;
}

#footer-bottom-archive {
	background-image: url(/images/red-band.png);
	width: 100%;
	font-family: Helvetica, Arial, sans;
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
	font-weight: bold;
	height: 100px;
	left: 0px;
	position: absolute;
	bottom: 0px;
	visibility: visible;
}

.footer-bottom-table {
	background-image: url(../pages/images/red-band.png);
}

a.footer-bottom-table link {
	color: #FFF;
	text-decoration: none;
}

a.footer-bottom-table visited {
	color: #FFF;
	text-decoration: none;
}

a.footer-bottom-table:hover {
	color: #FFF;
	text-decoration: underline;
}

a.footer-bottom:active {
	color: #FFF;
	text-decoration: none;
}


#footer-bottom {
	background-image: url(../pages/images/red-band.png);
	color: #FFF;
}



.page-header {
	font-family: Helvetica, Arial, sans;
	font-size: 19px;
	line-height: 24px;
	color: #000;
}
.page-subheader {
	font-family: Helvetica, Arial, sans;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	line-height: 14px;
}
.page-sidebar {
	font-family: Helvetica, Arial, sans;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
}
.main-content {
	float: left;
	width: 75%;
	margin-top: 120px;
	margin-left: 200px;
	font-family: Helvetica, Arial, sans;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
	background-image: url(../images/white-band.png);
}
.page-bodytext {
	font-family: Helvetica, Arial, sans;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

.page-bodytext a {
	text-decoration: none;
}
.page-bodytext a:hover {
	text-decoration: underline;
	color: #C00;
}


.hash {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
