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

body {
    background-color:#000000;
    background-repeat: repeat-x;
	background-image:url(images/top_bar_index.jpg);
            
}

a:link {
	color:#c27b02;
	text-decoration:none;
	font-size:13px;
}
a:visited {
	color:#c27b02;
	text-decoration:none;
}
#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 209px;
width: 200px;
background: url(images/corner.png) no-repeat;
text-indent: -999em;
text-decoration: none;
}

#topright:hover
{ 
    background: url(images/corner_rollover.png) no-repeat;
}

.style2 {
	font-size: 9px
}

div#SiteWrapperAligment {
    text-align:center;
}
div#SiteWrapper {
    width:950px;
    
    margin-left:auto;
    margin-right:auto; 
}
.SubmitButton {
    color: #FFFFFF; 
    background-color: #464646; 
    border: 0px;
}

.RightHandPageWrapperNavHeader {
    background-color:#222222;
}

.Nav2Header {
    background-color:#2f2f2f;
}

div.Nav2 {
    background-color:#141414;
}

a.Nav2Link {
    text-decoration:none;
}
a.Nav2Link:hover {
    color:#FFCC00;
}
.PageContent {
  background-color:#141414;    
}

.style1 {
	color: #FFFFFF;
	font-size: 12px;
}
.welcome {
	color:#FFF;
	font-family: Helvetica;
	font-size: 12px;
	padding-left:60px;
	padding-right: 70px;
	text-align:left;
	font-weight: normal;
	line-height: 18px;
}
