@charset "utf-8";
/* CSS Document */
.Left-bg {
	background-image: url(../graphics/background/l-green.gif);
	background-repeat: repeat-y;
}
.Right-bg {
	background-image: url(../graphics/background/r-green.gif);
	background-repeat: repeat-y;
}
.Top-bg {
	background-image: url(../graphics/background/t-green.gif);
	background-repeat: repeat-x;
}
.Nav-bg {
	background-image: url(../graphics/background/nav-bg.gif);
	background-repeat: repeat-x;
	height: 26px;
}
#LeftBox {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 254px;
}
body {
	margin-top:0;
	margin-bottom:0;
	padding:0;
	background-color: #DBFAD1;
}
.BlueText {
	color: #0f65a2;
}
#Welcome p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#LeftBox p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	color: #666666;
	padding: 0px;
	line-height: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ServiceText {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.CopyrightText {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.CopyrightText a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.CopyrightText a:hover {
	text-decoration: underline;
}
.MainText {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 35px;
	word-spacing: 2pt;
}
.FormText {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.MainText a {
	text-decoration: none;
	color: #2490B4;
}
.MainText a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18pt;
	color: #488832;
	margin-left: 35px;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14pt;
	color: #488832;
	margin-left: 15px;
}
.SideBoxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	color: #2490B4;
	margin-left: 5px;
}
.SideBoxTitle {
	font-weight: bold;
	color: #2490B4;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.DottedLine2 {
	background-image: url(../graphics/background/dottedline2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
label {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
em {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}
.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
#myform {
	margin-left: 35px;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/ width: 180px; border: 1px solid #CCCCCC; }
.cssform textarea{
	width: 250px;
	height: 150px;
	border: 1px solid #CCCCCC;
}
.button{ color: #FFFFFF; background: #2490B4; border: 1px solid #2490B4; }
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
	margin-left: 3px;
}
/* Centering div tag style */
#centerwrap{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

/* RESOURCES */
  .resources {font:normal 12px/18px "Trebuchet MS", Arial, sans-serif; list-style:none; margin:10px 0 15px 5px; padding:0;}
  .resources li {margin:0 0 5px; padding:0 0 0 15px;}
  .resources a {color:#2490B4; margin:0; padding:0; text-decoration:underline;}
  .resources a:visited {color:#2490B4;}

/* COMMERCIAL */
.commercial {
margin-left:10px;
}

