/* CSS Document */

body {
color: #ffffff;
background: #333333;
margin: 0px auto 0px auto;
}

#wrapper {
width: 830px;
margin: 0px auto 0px auto;
background: transparent;
}

#header {
background: transparent;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
}

#addressbar {
background: #7287ff;
color: #ffffff;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 5px;
}

#addressbar A {
color: #990000;
font-family: Arial, Verdana, sans-serif;
font-size: 20px;
font-weight: bold;
text-decoration: none;
}

h2 {
background: transparent;
color: #ffffff;
font-family: Arial, Verdana, sans-serif;
font-size: 18px;
font-style: italic;
}

.content {
background: transparent;
color: #ffffff;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
}

.content A {
color: #CC3300;
font-weight: bold;
}

.content A:hover {
color: #cccccc;
font-weight: bold;
}

.contentwhite {
background: transparent;
color: #ffffff;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
}

.contentwhite A {
color: #ffffff;
font-weight: bold;
}

.contentwhite A:hover {
color: #cccccc;
font-weight: bold;
}

.red {
color: #FF0000;
}

.blue {
color: #0099FF;
}


#sub1{
background: transparent;
width: 140px;
margin-left: 18px;
text-align: left;
}

#sub2{
background: transparent;
width: 140px;
margin-left: 18px;
text-align: left;
}

.submenu {
background: transparent;
color: #ffffff;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
}

.submenu A {
background: transparent;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

.submenu A:hover {
background: transparent;
color: #cccccc;
text-decoration: none;
font-weight: bold;
}

#opensub{
background: transparent;
width: 140px;
margin-left: 18px;
text-align: left;
}

.opensubm {
background: transparent;
color: #ffffff;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
}

.opensubm A {
background: transparent;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

.opensubm A:hover {
background: transparent;
color: #cccccc;
text-decoration: none;
font-weight: bold;
}

#thank-you {
	background-color: #FFC;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	width: 90%;
	height: 10ems;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.5em;
	color: #000;
	
	}

#error-repeat-submit {
	background-color: #FFC;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	width: 90%;
	height: 10ems;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1em;
	color: #900;
	font-weight:bold;
	
	}
	
.clear { clear:both; }	
