html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	vertical-align: top;
}
body {
	background: #c2c2c2 url(images/page_bg.jpg) repeat-y center center;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin:0;
	padding:0;
}
#layout {
	height: 100%;
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #fff url(images/main_bg.jpg) repeat-x center bottom;
}
#header {
	background: #fff;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#horiz_menu {
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 760px;
	background-image: url(images/topnav_bg.jpg);
}
#horiz_menu td, #horiz_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	color: #333;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#horiz_menu a:hover {
	color: #000;
	text-decoration: underline;
}
#banner {
	background: #949494;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	color: #000;
}
#banner a:link, #banner a:visited {
	color: #000;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
#banner a:hover {
	text-decoration: underline;
}
#navbar {
	width: 170px;
	vertical-align: top;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 2px solid #FFFFFF;
	background-color: #0372C3;
	background-image: url(images/nav_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content {
	width: 582px;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 20px;
}
li {
	font: 11px Arial, Helvetica, sans-serif;
}
#contact_form, #contact_details, #requirement_details {
	width: 490px;
}
#contact_form th, #contact_details th, #requirement_details th {
	padding-top: 8px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	font-weight: bold;
}
#contact_form td, #contact_details td, #requirement_details td {
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 8px;
	color: #333;
}
p {
	margin: 0px 0px 8px;
	color: #333333;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#footer {
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	color: #333;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#anchor_links a {
	color: #333;	
}
.height100pc {
	height: 100%;
}
.text_input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333333; 
	width: 154px;
}
input.textinput {
	width: 100%;
}
textarea.textinput {
	width: 100%;
	height: 100px;
}
input.shortinput {
	width: 50px;
}
.searchbutton {
	width: 80px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	border: none;
	background: #ccc;
	padding-left: 2px;
	margin-left: 2px;
	padding-right: 2px;
	margin-right: 2px;	
}
.button {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	border: none;
	background: #ccc;
	padding: 2px;
	margin: 2px;
	white-space: nowrap;	
}