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

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pagewrapper {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 486px;
}
#languageselection {
	float: right;
	margin-top: 16px;
	margin-right: 16px;
	text-align: right;
	font-size: 11px;
	color: #ffcc00;
}
#languageselection a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#languageselection a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#languageselection a:hover {
	color: #ffcc00;
	font-weight: bold;
}
#footerwrapper {
	text-align: center;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
#footerwrapper a:link {
	color: #F93232;
	text-decoration: none;
	font-weight: bold;
}
#footerwrapper a:visited {
	color: #F93232;
	text-decoration: none;
	font-weight: bold;
}
#footerwrapper a:hover {
	color: #FFCC00;
	font-weight: bold;
}
.forminstructions {
	font-size: 11px;
	font-style: italic;
	color: #CCC;
	font-weight: bold;
}
.requirednote {
	font-size: 10px;
	text-align: right;
	font-style: italic;
	padding-top: 3px;
}
.redhighlight {
	font-weight: bold;
	color: #ed1c24;
}
.submitbutton {
	text-align: center;
}
#formtable {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.formboxes {
	text-align: right;
}
#thankyouwrapper {
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
