@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-color: #152f67;
	background-image: url(../layout/bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#row2 p {
	font-size: small;
	text-align: left;
	padding-right: 15px;
	padding-left: 10px;
}

#row2 h2 {
	text-align: left;
	padding-right: 15px;
	padding-left: 10px;
	color: #006699;
}
#row2 ul {
	font-size: small;
	text-align: left;
}

#row3 td {
	font-size: small;
	color: #CCCCCC;
	text-align: center;
}

#row3 a {
	color: #CCCCCC;
	text-decoration: none;
}

#row3 a:hover {
	color: #FFCC00;
	
}

#row4 p {
	color: #CCCCFF;
	font-size: small;
	text-align: center;
}

#row4 a {
	color: #66CCCC;
	text-align: center;
	text-decoration: none;
}

#row4 a:hover {
	color: #FFFF00;
	text-align: center;
	text-decoration: none;
}

.style1 {font-size: x-small}


.fltrt {
	float: right;
	margin-left: 8px;
	margin-right: 12px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
	}#contactform {
	font-size: small;
	text-align: left;
	padding-right: 15px;
	padding-left: 10px;
}


#row2 .style2 {
	color: #ECE9D8;
	text-align: left;
	margin-top: 0px;
	padding-left: 80px;
}

#row2 a {
	text-decoration: none;
}

#row2 a:hover {
	text-decoration: none;
	color: #339900;
}
