﻿#contenthome 
{
    width:600px;
    margin:120px auto 5px auto;
}
#contenthome h1
{
    text-align:center;
    font-size:2em;
    color:#FFFFFF;
}
body 
{
	background-color: #151515;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:White;

}
h1 
{
	font-size:20px;
	color: #3366FF;

}



h2 
{
	font-size:12px;
}


ul li 
{

}

ul li a img
{
    border:none;
}

#headerbg 
{
	background-image:url(img/headerbg.jpg);
	height:40px;
	background-repeat:no-repeat;
}

a:visited {
	color: #3366FF;	
}

a:link {

	color: #3366FF;	
}

#container 
{
	width:955px;
	background-color: #000000;
	margin-left:auto;
	margin-right:auto;
}

#contentmain 
{
	width:955px;
	background-color: #000000;
	background-image:url(img/contentmain.jpg);
	background-repeat:no-repeat;

}
#confirm 
{
	height:525px;
	position:relative;
	left:15px;
}
#contentblock1 
{
	background-image:url(img/contentblock.jpg);
	background-color: #000000;
	width:655px;
	left:260px;
	top:30px;
	position:relative;
	background-repeat:no-repeat;
	border: thin solid #999999;
	padding:10px;

	
}



#register 
{
width:200px;
position:relative;
top:50px;
}



#footer 
{



}
#footerindex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	position:relative;
	top:40px;
	
}
#footerindex span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066FF;
}


.indexemail a:link {

	color:#FFFFFF;
}


.highlight 
{
	color:#f8feb2;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
}

.contactmain a:hover 
{
	color:#3366FF;
}
.contactmain a:link, .contactmain a:visited, .contactmain a:active
{
	color:White;
}

.contactmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bolder;
	
}

.navigation 
{
	color:White;
	
}

.navigation a:link 
{
	color:White;
}

.navigation a:visited
{
	color:White;
}
/* MENU CODE */

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.chromestyle ul li a:hover{

	background-image: url(chrometheme/chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	line-height:18px;
	z-index:100;
	background-color: #000000;
	width: 200px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3b3b3b;
}
