@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #27abe2;
	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;
}
.oneColFixCtr #container {
	width: 800px;  /* 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 */
}

.oneColFixCtr #newcontainer #mainContent #row2 td {
padding-top: 0px;
}

.oneColFixCtr #newcontainer #mainContent #row2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	color: #FFFFFF;
	text-align: left;
}

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

#row2 a {
	color: #66CC66;
	text-decoration: none;
}

#row2 a:hover {
	color: #00CCFF;
	text-decoration: none;
}
.oneColFixCtr #newcontainer #mainContent #row7 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0099FF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}

#row5 p {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	text-align: left;
}

#row5 h3 {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	color: #99CC99;
	text-align: left;
}

#row7 a {
	color: #0099FF;
	text-decoration: none;
}

#row7 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}.oneColFixCtr #newcontainer #mainContent #row5 .style1 {
	color: #666666;
}
.oneColFixCtr #newcontainer #mainContent #row5 .style2 {
	color: #0C551E;
}
#row8 p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	text-align: center;
}

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

#row5 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4;
	color: #CCCCCC;
	text-align: left;
}
#row5 blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-align: left;
}


/* style for form */

#fcf2 {
	font-family:arial;
	font-size:small;
	margin:5px;
	border:1px solid #3D5686;
	background-color:#FFF;
	width:350px;
	text-align: left;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}
/* end style for form */

#contactform {
	font-size: small;
	color: #CCCCCC;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
}
#contactform select {
	font-size: 12px;
}

