@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: #8aa9d3;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 900px;  /* 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. */
}


#row5 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

#row5 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

.style1 {
	font-size: x-small;
	color: #CCCCCC;
}

#greyfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#row7 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #99CCFF;
	text-align: center;
}

#row7 a {
	text-decoration: none;
	color: #99CCFF;
}

#row7 a:hover {
	text-decoration: none;
	color: #00CC00;
}
#row8 p {
	font-size: small;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#row8 a {
	color: #999900;
	text-decoration: none;
}

#row8 a:hover {
	color: #0099CC;
	text-decoration: none;
}

.style2 {font-size: x-small}#row5 ul {
	font-size: small;
	text-align: left;
}
#row5 h3 {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
}

#greyfont h3 {
	color: #00CC99;
	text-align: left;
	text-indent: -15px;
}

#greyfont a {
	color: #00FF66;
	text-decoration: none;
}

#greyfont a:hover {
	color: #66FFFF;
	text-decoration: none;
}

#greyfont ul {
	font-size: x-small;
	text-align: left;
}

#greyfont li {
	text-align: left;
	list-style-position: inside;
}

#greyfont .hrstyle1 {
	text-align: center;
	border: thin dotted #00CCFF;
}

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

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

#contactform {
	font-size: small;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	
}

#greyfont1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#greyfont1 a {
	color: #00FF66;
	text-decoration: none;
}

#greyfont1 a:hover {
	color: #66FFFF;
	text-decoration: none;
}

#greyfont1 ul {
	font-size: x-small;
	text-align: left;
}

#greyfont1 li {
	text-align: left;
	list-style-position: inside;
}

#greyfont1 .hrstyle1 {
	text-align: center;
	border: thin dotted #00CCFF;
}
