@charset "UTF-8";
html{
	height: 100%;
	margin: 0px;
}body {
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer/push height */
	position: relative;
	width: 600px;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3366CC;
	border-left-color: #3366CC;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 40px;
}

.heading {
	text-align: center;
}
.logotext {
	margin-top: 10px;
}
.title {
	font-size: 250%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
li {
	display: block;
	position: relative;
	width: 100%;
}
li:after
{
	clear:both;
	content:"";
	display:block;
	height:0;
	visibility:hidden;
}
.stack {
	float: left;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.stack_5 {
	float: left;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 5%;
}
.stack_43 {
	float: right;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 42%;
}
.stack_half {
	float: left;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 49%;
}
.stack_full {
	float: left;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.description {
	font-weight: bold;
	font-size: 100%;
	color: #333333;
	display: block;
	padding-left: 1px;
	padding-top: 15px;
	padding-bottom: 2px;
}
.description2 {
	font-weight: bold;
	font-size: 100%;
	color: #333333;
	display: block;
	padding-left: 1px;
	padding-top: 25px;
	padding-bottom: 2px;
}
.sub {
	font-size: 80%;
	color: #333333;
	display: block;
	padding-left: 1px;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 2px;
}
input {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.input_full {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 98%;
}
.line_break {
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #FF9900;
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.line_break2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.menu_wide {
	width: 49%;
	margin-top: 5px;
}
.menu_wide100 {
	width: 100%;
	margin-top: 5px;
}
select {
	font-size: 115%;
}
.explanations {
	color: #333333;
	font-weight: bold;
}
.stack_button {
	margin: 0px;
	position: relative;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 0px;
	float: left;
}
.check_desc {
	color: #333333;
}
.comments_box {
	width: 100%;
}
textarea{resize: none
}
.submit_btn {
	font-weight: bold;
}
.submit_area {
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
}
.overhang_block {
	background-image: url(images/overhang.gif);
	background-repeat: no-repeat;
	display: block;
	height: 330px;
	width: 600px;
	position: relative;
}
