@charset "UTF-8";
body  {
	font: 100%/1.1 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;
}
#wrapper {
	width: 782px;
	margin: 0px auto;
	background: url(images/footer_gradient.gif) repeat-x bottom;
	padding: 0px 0px 60px;
	position: relative;
}
#container  {
	background: #FFFFFF url(images/body_bg.gif) repeat-y left;
	text-align: left;
	margin: 0px;
	padding: 0px;
} 
#subcontainer  {
	background: #FFFFFF url(images/body_sub_bg.gif) repeat-y left;
	text-align: left;
	margin: 0px;
	padding: 0px;
} 
#logo  {
	height: 40px;
	background: #FFF;
	vertical-align: middle;
}
#logo H1 {
	color: #00C;
	margin-left: 15px;
	font-size: 120%;
}
#logo a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3F61C3;
	}
#logo a:visited, a:active{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #5479D4;
	}
#logo a:hover { 
	font-weight: bold;
	text-decoration: underline; 
	color: #333366;
	}
#topnavright {
	text-align: right;
	position: absolute;
	font-size: 90%;
	left: 410px;
	line-height: 1.5em;
	top: 1px;
}
#topnavright .topnavrightbottom{
	font-size: 12px;
}
#topnavright a:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #3F61C3;}
#topnavright a:visited, a:active{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #5479D4;
	}
#topnavright a:hover { 
	font-weight: bold;
	text-decoration: underline; 
	color: #333366;
	}
#mainmenu {
	font-size: 85%;
	background: url(images/menu_gradient.jpg) repeat-x;
	height: 60px;
	text-align: center;
	width: 782px;
	vertical-align: middle;
	margin: 0px;
}
#mainmenu  ul {
	background: url(none);
	margin: 0px;
	height: 60px;
	width: 754px;
	padding: 0px 0px 0px 10px;
	list-style: url(none) none;
	vertical-align: middle;
	position: relative;
	top: 15px;
}
#mainmenu  li {
	line-height: 15px;
	display: block;
	float: left;
	width: 80px;
	border-right: thin solid #000;
	height: 30px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	font-size: 85%;
}
#mainmenu li.rightmenuitem {
	border-style: none;
}
#mainmenu a {
	font-weight: bold;
	text-decoration: none;
	font-size: 95%;
	color: #000;
}
#mainmenu a:hover  {
	color: #FF6600;
	text-decoration: underline;
}
#header  {
	background: #000 url(images/banner.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 172px;
	width: 782px;
} 
#mainContent  {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 30; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/content_top.jpg) no-repeat top;
	width: 546px;
	float: left;
	position: relative;
	top: -41px;
} 
#mainContent #mainText {
	padding-left: 22px;
	padding-right: 15px;
}
#subContent  {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/content_sub_top.jpg) no-repeat top;
	width: 782px;
	float: left;
	position: relative;
	top: -16px;
	padding: 0px 0 0 30;
} 
#subContent #subText {
	padding: 0px 45px;
	margin: 0px;
}
#mainText p {
	margin-top: 0px;
	text-align: left;
	margin-left: 4px;
	font-size: small;
	color: #555753;
	}
#mainText h1 {
	color: #FF6600;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	}
#mainText h3 { 
	font-size: 14px  ;
	margin-bottom: 0px; 
	color: #F3400F;
	letter-spacing: 0px;
	font-weight:bold;
	}

#mainText h4 { 
	margin-bottom: 0px; 
	color: #FF6600;
	font-weight:bold;	
	}
#mainText a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3F61C3;
	}
#mainText a:visited, a:active{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #5479D4;
	}
#mainText a:hover { 
	text-decoration: underline; 
	color: #333366;
	}
#mainText li
	{
	line-height:16px;
	font-size: small;
	color: #555753;
	}
#subText p {
	margin-top: 0px;
	margin-left: 4px;
	font-size: small;
	color: #555753;
	}
#subText h1 {
	color: #FF6600;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	}
#subText h3 {
	font-size: 14px;
	margin-bottom: 0px;
	color: #F3400F;
	letter-spacing: 0px;
	font-weight:bold;
	}

#subText h4 { 
	margin-bottom: 0px; 
	color: #FF6600;
	font-weight:bold;	
	}
#subText a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3F61C3;
	}
#subText a:visited, a:active{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #5479D4;
	}
#subText a:hover { 
	text-decoration: underline; 
	color: #333366;
	}
#subText li
	{
	line-height:16px;
	font-size: small;
	color: #555753;
	}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF url(images/sidebar_top.jpg) no-repeat top;
	border: thin solid #dcdcdc;
	top: 30px;
	margin: 15px 15px 0px 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	top: 30px;
	margin: 15px 15px 0px 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}
#sidebar2 h3 {
	font-size: 12px;
	margin-bottom: 0px;
	color: #000;
	letter-spacing: 0px;
	font-weight:normal;
	}
#sidebar1 p{
	color: #555753; 
	font-size: 9pt;
	}
#sidebar1 h3{
	color: #FF6600; 
	font-size: 14pt;
	font-style:italic;
	}
#subText .footer {
	font-size: 70%;
	padding-top: 20px;
	position: relative;
	top: 15px;
}
#mainText .footer {
	font-size: 70%;
	position: relative;
	top: 15px;
}
#footer  {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF url(images/body_bottom_bg.gif) no-repeat left top;
	height: 25px;
} 
#subFooter {
	background: #FFF url(images/body_bottom_sub_bg.gif) no-repeat top;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
	
#footertext {
	text-align: center;
	vertical-align: bottom;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 782px;
	font-size: 10px;
	top: 39px;
}
#footertext a {
	font-weight: bold;
	text-decoration: none;
	color: #3F61C3;
	}
#footertext a:visited,a:active{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #5479D4;
	}
#footertext a:hover { 
	text-decoration: underline; 
	color: #333366;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrtcontact {
	float: right;
	margin-top: 70px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#subText form fieldset {
	padding: 0.8em 0px 0.8em .8em;
	width: 28em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#subText form fieldset legend {
}
#subText form fieldset label {
	display: block;
	font-size: 90%;
}
#subText form fieldset input {
	border-top: thin solid #666;
	border-left: thin solid #666;
	border-right: thin solid #CCC;
	border-bottom: thin solid #CCC;
	background: #F5F5F5;
	padding: 0em;
}
#subText form fieldset textarea {
	border-top: thin solid #666;
	border-left: thin solid #666;
	border-right: thin solid #CCC;
	border-bottom: thin solid #CCC;
	background: #F5F5F5;
	padding: 0.2em;
}
#submit     {
	width: 8em;
	margin-left: 1.5em;
	float: left;
}
#contactinfo {
	display: none;
}
