html{
overflow-y:scroll;
}

body {
	margin: 0px 0px;
	padding: 0;
	background: #ffffff url(images/bg.gif) repeat top;
	font-family: Verdana, Arial, sans-serif;  
	color: #000000;
}

/* Links */
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #323232; 
	background : #abc307;
}

#bodycontainer {
	margin: 30px 15px 15px 15px;
	padding: 0;
}

.bodytitle {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #abc307;
}

.bodytextright {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

.bodytextleft {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

.bodytext2 {
	width: 445px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.floatright
{
float: right;
margin: 10px 25px 10px 25px;
padding: 0;
}

.floatleft
{
float: left;
margin: 10px 25px 10px 17px;
padding: 0;
}

p { 
margin: 10px 0px 10px 0px;
}

.inputFields {
  margin: 0px 0px 2px 0px;
	padding: 3px;
	width: 300px;
	border: 1px solid #e0e0e0;
	background: #fafafa;
}

input:hover {
background: #e0e0e0;
}

input:focus {
background: #e0e0e0;
}

.inputTextboxContact {
  width: 306px;
  height: 250px;
	border: 1px solid #e0e0e0;
  background: #fafafa;
}

.submit {
  font-family: Arial, Verdana, Trebuchet MS, GenevaHelvetica, sans-serif; 
  font-size: 9pt;
  width: 100px;
  height: 24px;
	border: 1px solid #e0e0e0;
	background: #fafafa;
	vertical-align: top;
}
