BODY { 
	text-align: center; /* for IE */ 
	background-image: url("images/background.gif");
	width: 100%; 
	height: 100%;
} 

/* FORM Field Styles */

.openside, .opensidecontactinfo { 
	border-bottom: solid #546D85;
	border-width: 0px 0px 1px 0px;
	margin-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	font: 11px Verdana, Arial, sans-serif;
	color: #425262;
}

.openside {
	border-left: solid #546D85;
	border-width: 0px 0px 1px 1px;	
}

fieldset {
	border: 1px solid #B9C2C9;
	display: block;
	padding: 0px 10px 10px 10px;
}

fieldset div {
	display: block;
}

input {
	display: block;
}

input.submit {
	clear: both;
}

.button { 
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color: #005082; 
	border-top: solid 1px #006FB5;
	border-left: solid 1px #006FB5;
	border-right: solid 2px #004059;
	border-bottom: solid 2px #004059;
	color: #FFFFFF; 
}

label {
	color: #183E62;
	font: normal 12px Verdana;
	float: left;
	display: block;
	margin: 0px 15px 10px 0px;
}

.radio {
	clear: both;
	float: left;
	width: auto;
}

.checkbox {
	clear: both;
	float: left;
	width: auto;
}

legend {
  padding: 0.2em 0.5em;
  color: #183E62;
  font-size:90%;
  text-align:right;
}

select {
	display: block;
}

textarea {
	display: block;
}

/* /END FORM Field Styles */

div#main { 
	text-align: left; /* reset text alignment */ 
	width: 780px;
	height: 100%;
	margin: 0 auto; /* for the other browsers */ 
	background-image: url("images/inner_bg.gif");
}

#websiteBody {
	width: 780px;
	text-align: left; /* reset text alignment */	
	background: url("images/inner_bg.gif");
	
}

div.bttmpad_text {
	color: #183E62;
	font: normal 12px Verdana;
	margin: 0px 18px 3px 18px;
}

div.toppad_text {
	color: #183E62;
	font: normal 12px Verdana;
	margin: 5px 18px 11px 18px;
}

div#menubar { 
	text-align: center;
	width: 780px;
	margin: 4px 0px 4px 0px;
}

div#contentContainer1 {
	width: 766px;
	margin: 0px 7px 0px 7px;
}

div#content1 { 
	text-align: left;
	background-image: url("images/div_bg.gif");
	width: 378px;
	float: left;
}

div#content2 { 
	text-align: center;
	background-image: url("images/div2_bg.gif");
	width: 388px;
	float: right;
}

div#content3 { 
	text-align: left;
	background-image: url("images/div3_bg.gif");
	width: 766px;
	margin: 0px 7px 0px 7px;
}

div#content4 { 
	text-align: left;
	background-image: url("images/div4_bg.gif");
	width: 766px;
	margin: 3px 7px 0px 7px;
}

div#content_stnd { 
	text-align: left;
	background-image: url("images/div4_bg.gif");
	width: 766px;
	margin: 0px 7px 0px 7px;
}

.heading	{
	margin-bottom: 5px;
	font: bold 110% 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 16px;
}

.indent_10 {
	margin-left: 10px;
}

/* Links *********************/
a:link, a:active {
	color: #426D94;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #426D94;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #183E62;
	background-color: transparent;
	text-decoration: underline;
}

a img, a:hover img{
	border-width: 0px;
}