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

*{
padding:0;
margin:0;
}

a:link, a:active, a:visited{
	color:black;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:black;
}

body{
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	height:100%;
	background:black;
	padding:0;
	margin:0;
}

html{
	background:black;
	margin:0;
	padding:0;
}

h1{
	font-size:1.6em;
	padding:20px;
	font-weight:normal;
	color:black;
}
h2{
	font-size:1.6em;
	color:#444444;
}
h3{
	font-size:1.4em;
	color:#444444;
}
h4{
	font-size:1.2em;
	color:#444444;
}
h5{
	font-size:1.1em;
	color:#444444;
}

img{
	border:none;
}

input{
	background:white;
	border:1px solid black;
}

p{
	margin:10px;
	margin-left:20px;
}

.bold{
	font-weight:bold;
}
.silver{
	color:#979797;
}

a.blacklink:link, a.blacklink:active, a.blacklink:visited{
	color:black;
	text-decoration:none;
}
a.blacklink:hover{
	text-decoration:underline;
	color:black;
}

a.greylink:link, a.greylink:active, a.greylink:visited{
	color:#444444;
	text-decoration:none;
}
a.greylink:hover{
	text-decoration:underline;
	color:#444444;
}

a.click_button:link,a.click_button:active,a.click_button:visited
{
	color: #000000;
	background-color:#EEEEEE;
	padding: 0px;
	padding-left:2px;
	padding-right:2px;
	width: auto;
	height:auto;
	border:1px solid black;
	text-decoration: none;
	font-size: 1em;
}
a.click_button:hover
{
	background-color: #FFFFFF;
	text-decoration:underline;
	border:1px solid black;
}

a.next_button:link,a.next_button:active,a.next_button:visited
{
	background:url(../buttons/buttonnext0.gif) no-repeat;
	float:right;
	height:50px;
	width:200px;
}

a.next_button:hover
{
	background:url(../buttons/buttonnext1.gif) no-repeat;
	float:right;
	height:50px;
	width:200px;
}
div.center{
	width:100%;
	text-align:center;
}
div.col1{
	width:200px;
	float:left;
	margin:5px;
	text-align:left;
	font-size:1.2em;
}
div.col2{
	width:200px;
	float:left;
	margin:5px;
	text-align:center;
	font-size:1.2em;
}
div.col3{
	width:200px;
	float:left;
	margin:5px;
	text-align:right;
	font-size:1.2em;
}
div.formcenter{
	width:80%;
	min-width:300px;
	text-align:right;
	padding:5px;
	margin:0 auto;
	background:#F3F3F3;
}
div.forml{
	width:80%;
	text-align:center;
	margin:0 auto;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	background:#F3F3F3;
}

div.imgbox{
	width:200px;
	height:150px;
}

div.indexlinks{
	text-align:center;
	width:100%;
	font-weight:bolder;
	font-size:1.1em;
	float:left;
	color:#444444;
}

div.textbox{
	padding-top:10px;
	width:620px;
	float:left;
}

div.row{
	width:680px;
}

img.bio{
	height:200px;
	width:120px;
	float:right;
	margin:5px;
	border:1px black solid;
}
img.index{
	border:none;
	width:200px;
	height:150px;
	margin:0;
	padding:0;
}
img.logo{
	width:192px;
	height:135px;
	border:none;
	float:left;
	margin:0;
	padding:0;
}

input.textbox{
	margin:1px;
	margin-right:5px;
	background:white;
	border:1px solid black;
}

input.email{
	background:white;
	border:1px solid black;
	color:black;
	text-indent:5px;
	width:80%;
	margin:5px;
}

input.submit{
	background:white;
	border:1px solid black;
	cursor:pointer;
	color:black;
	margin:5px;
	padding-left:3px;
	padding-right:3px;
}
input.submit:hover{
	background:#DDDDDD;
	border:1px solid black;
	cursor:pointer;
	color:black;
}
p.indexfooter{
	font-weight:bold;
	font-size:0.8em;
	position:absolute;
	bottom:0;
	left:0;
}
span.error{
	color:red;
	font-size:0.7em;
	display:none;
}
span.required{
	color:red;
}
ul.indented{
	padding-left:40px;
}
ul.indented li{
	padding-top:5px;
}

#content{
	width:680px;
	height:100%;
	float:left;
	margin:0 auto;
	font-size:14px;
	padding-top:15px;
	color:black;
}
#contentbg{
	width:680px;
	min-height:400px;
	float:left;
	margin:0 auto;
	font-size:14px;
	padding-top:20px;
	background:white;
	color:black;
	position:relative;
}

#footer{
	width:680px;	
	text-align:left;
	font-size:0.7em;
	float:left;
	background:black;
	color:white;
	padding-top:10px;
	height:200px;
}

#footer p {
	padding-right:30px;
}

#header{
	width:100%;
	height:160px;
	float:left;
	background:black;
	text-align:center;
	margin-bottom:20px;
}

#joinletter{
	font-size:0.8em;
	text-align:center;
	color:black;
}

#main{
	width:955px;
	height:100%;
	float:left;
}
#menu{
	width:250px;
	padding:5px;
	float:left;
	font-size:14px;
	background:black;
	color:white;
	text-align:right;
	margin-top:200px;
}

#menu a:link, a:active, a:visited{
	color:white;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
	color:white;
}

#menu ul{
	margin:5px;
	margin-left:15px;
	list-style-type:none;
}

#menu li{
	margin:5px;
	padding-top:5px;
}

#sidebar{
	width:260px;
	float:left;
}

#whitebox{
	width:620px;
	min-height:300px;
	margin:25px;
	padding:5px;
	background:white;
	float:left;
	margin-bottom:30px;
	color:black;
}

#wrapper{
	width:955px;
	height:100%;
	margin:0 auto;
}
#wrapperbg{
	position:relative;
	float:left;
	width:100%;
	min-height:100%;
}