@charset "utf-8";
body, html {
	padding:0px;
	margin:0px;
	background:#0f2231;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height: 20px;
}
a {text-decoration:none;color: #FFFF33;}
h1, h3 {font-size:16px; padding:0px; margin:0px; color:#d19a02;}
h2 {font-size:14px; padding:0px; margin:0px;}
h3 {font-size:12px; font-weight:normal;}
#container {width:960px; margin:0px auto; background:url(images/background.gif);}
#header {width:960px; height:172px; background:url(images/header.jpg);}
#menu {width:165px; float:left;}
#maincolumn {float:left; width:470px; padding:30px;}
#contactcolumn {float:left; width:241px; padding:12px; font-weight:bold;}
#contactcolumn a, #footer a {color:#d19a02;}
#contactcolumn a:hover, #footer a:hover {text-decoration:underline;}
#footer {width:920px; clear:both; background:#000; padding:20px; text-align:center; font-size:10px;}

textarea {
	background-color:#FFFF66!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#092E02;
	width:227px; /* 5 pixles smaller than form width !important */
	height:60px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
	
select {
	background-color:#D8D5C2!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#092E02;
	width:110px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
	
input {
	background-color:#FFFFCC!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#000000;
	width:227px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:8px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
input.submit {
	width:85px;
	height:28px;
	cursor:pointer;
	padding:0;
	font-size: 18px;
	border: thin solid #092E02;
	}
input.checkbox {
	width:50px;
	height:20px;
	cursor:pointer;
	padding:0;
	}
.button-bg {
	background-color: #30516C;
}
