@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../layout/bg_general.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#row3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

#row3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;	
}

#row3 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #006600;
}

#row3 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
#row3 .style1 {
	font-size: x-small;
	text-align: right;
}
#row3 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #134F85;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

#row4 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-align: center;
	padding-top: 2px;
}

#row4 td a {
	color: #CCCCCC;
	text-decoration: none;	
}

#row4 td a:hover {
	color: #FF9900;
	text-decoration: none;
}
#row5 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #99CCFF;
	text-align: center;
	padding-top: 5px;
}
#row5 a {
	text-decoration: none;
	color: #33CCFF;
}

#row5 a:hover {
	text-decoration: none;
	color: #FF9900;
}

#row3 #contactform {
	font-size: small;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
	
	
	#row3 h4 {
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
}
#row3 h5 {
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
	padding-left: 5px;
}

