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

body {
	margin: 0px;
	padding: 0;
	background-color: #1a1a1a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFC00;
	margin: 0;
	padding: 0px;
	line-height: 17px;
}
ul li{
	color: #FFFC00;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFC00;
	margin: 10px 0;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFC00;
	margin: 5px 0 10px 0;
	padding: 0px;
	font-weight: bold;
}
a {
	color: #00fdff;
	text-decoration: underline;
}
a:hover {
	color: #00ff00;
	text-decoration: none;
}
table a:hover {
	color: #00ff00;
	text-decoration: none;
}
img {
	border: none;
}
.right   {
	float: right;
	margin-left: 10px;
}
.left   {
	float: left;
	margin-right: 10px;
}
.rightb   {
	float: right;
	margin-left: 10px;
	border: 1px solid #000;
}
.leftb   {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
form label {
	color: #FFFC00;
}
#wrapper {
	width: 950px;
	margin: 10px auto 0 auto;
	padding: 0;
	border: solid 2px #FFFC00;
}
#header {
	background-image: none;
	background-repeat: no-repeat;
	height:130px;
	background-position: center bottom;
	margin: 8px 0 0 0;
}
#header .logo {
	float: left;
	background-image: url(../_images/logohc.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 255px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	position:relative;
	z-index:100;
}
#header #logos {
	float: left;
	position: relative;
	top: 0px;
	width: 450px;
	margin-left: 7px;
	background-color: #FFF;
}
#header #logos p{
	font-weight: bold;
	line-height: 52px;
	color: #000;
	padding-top: 30px;
}
#header #access {
	width: 107px;
	float: right;
	margin-right: 38px;
	height: 22px;
	position: relative;
	top: 15px;
	vertical-align: middle;
}
#header #access .high {
	float: right;
	padding-top: 2px;
	background-image: url(../_images/high-contrast-g.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 27px;
	margin-top:1px;
}
#header #access a {
	color: #00fdff;
	text-decoration:none;
}
#header #access a:hover {
	color:#00ff00;
	text-decoration:none;
}
#header #access a .small , #header #access .small{
	font-size: 10px;
	margin-right: 5px;
}
#header #access a .basic {
	font-size: 13px;
}
#header #access a .large , #header #access .large{
	font-size: 18px;
	margin-left: 5px;
}
#header #access .high span {
	display: none;
}


#menu {
	float: left;
	position: relative;
	top: 20px;
	width: 100%;
}

#menu ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	color: #00fdff;
	margin: 0 12px;
	padding: 0;
	font-weight: bold;
}
#menu ul li a:hover, #menu ul li a:active:link, #menu ul li a.active:active, #menu ul li a.active:visited, #menu ul li a.active:hover {
	color: #00ff00;
}
#admin {
	background-color: #FFF;
	margin: 20px auto;
	padding: 10px 10px 20px 10px;
	width: 950px;
}
#admin table{
	background-color: #FFF;
	width: 100%;
}
#admin table #colorview {
	width: 10px;
}

#admin table tr th{
	background-color: #336666;
	border: 1px solid #FFF;
}

#admin table tr th p    {
	color: #FFF;
	font-weight: bold;
}
#admin table a:hover {
	text-decoration: underline;
}

#content-wrapper {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
	background-color: #1a1a1a;
}
#content  {
	margin: 0;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	background-color: #1a1a1a;
}
#content #col1 {
	width: 710px;
	float: left;
	margin-right: 20px;
}
#content #col1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFC00;
	margin: 10px 0;
	padding: 0px;
}
#content #col1 .dateblog {
	color:#FFFC00;
	font-style:italic;
	text-align:right;
}
#content #col1 table h2 {
	margin: 0px;
	padding: 0px;
}
#content #col1 form  {
	width: 360px;
}
#content #col1 form label {
	float: left;
	width: 150px;
	color: #FFFC00;
}
#content #col1 form .boxes {
	float: left;
	width: 200px;
	background-color: #1a1a1a;
	color: #FFFC00;
	font-size: 14px;
	border: 2px solid #00fdff;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
#content #col1 form .area {
	width: 200px;
	float: left;
	background-color: #1a1a1a;
	color: #FFFC00;
	font-size: 14px;
	border: 2px solid #00fdff;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
#content #col1 form #submit {
	float: right;
	color: #00fdff;
	background-color: #1a1a1a;
	border: 2px solid #00fdff;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	font-size: 14px;
	font-weight: bold;
}
#content #col1 form #submit:hover {
	color:#00ff00;
}

#content #col2 {
	float: right;
	width: 200px;
	margin: 25px 0 10px 0;
}
#content #col2 a  {
	color: #00fdff;
	padding-bottom: 0px;
	display:inline-block;
	line-height: 16px;
}
#content #col2 a:hover {
	color: #00ff00;
	border-bottom: 1px dotted #00ff00;
	text-decoration: none;
}
#content #col2 .date {
	color:#00ff00;
	font-style:italic;
	padding-bottom:10px;
}
#content #upper-footer {
	width: 710px;
	margin: 0;
	padding: 0;
}

#content #upper-footer p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0px;
}
#content #upper-footer .sponsor-us{
	width: 130px;
	height: 200px;
	background-image: none;
	background-repeat: no-repeat;
	float:left;
	margin-right: 10px;
	margin-top:25px;
	margin-left:10px;
}
#content #upper-footer img {
	float: left;
	margin-right: 10px;
}

#footer {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0 10px 10px 10px;
	height: 60px;
	color: #00fdff;
	clear: both;
}
#footer p   {
	color: #FFFC00;
	text-decoration: none;
	float: right;
	position: relative;
	top: 60px;
	text-align: right;
	right: 15px;
	font-size: 12px;
}
#footer a   {
	color: #00fdff;
	text-decoration: underline;
}
#footer a:hover   {
	text-decoration: none;
	color: #00ff00;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	top: 30px;
	left: 0px;
	width: 100%;
}
#footer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
}
#footer ul li a {
	color: #00fdff;
	text-decoration: underline;
	margin: 0 1px 0 4px;
	font-size: 12px;
}
#footer ul li a:hover {
	text-decoration: none;
	color:#00ff00;
}