@charset "UTF-8";
body {
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFEF;
	line-height: 16px;
}
.oneColFixCtrHdr #container {
	width: 917px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #35833F;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* 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. */
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #35833F;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0;
	text-align: center;
	width: 917px;				/* <-- use this for a set width */
	background-color: #fff;
	margin-bottom: 15px;
	}
 	
#content
	{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: none;
	}
#content .tagline {
	font-size: 18px;
	font-style: normal;
	text-align: right;
	float: right;
	position: absolute;
	top: 26px;
	right: 15px;
	color: #35833F;
	line-height: 26px;
}
.tagline_text {
	font-size: 18px;
	line-height: 26px;
	color: #35833F;
}
#content #menubar {
	color: #35833F;
	clear: both;
	float: left;
	height: 24px;
	width: 100%;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #35833F;
	position: relative;
	margin-bottom: 5px;
}
#content a.menubar:link, a.menubar:visited {
	color: #35833F;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
#content a.menubar:hover {
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;

}
#content .toplogo {
	clear: both;
	float: left;
	height: 58px;
	width: 289px;
	position: relative;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#content h1
	{
	color:#35833F;
	font-weight: bold;
	font-size: 24px;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
#content .central {
	width: 763px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	text-align: left;
}
#content a.central:link, a.central:visited {
	color: #35833F;
	text-decoration: none;
}
#content a.central:hover {
	color: #003300;
	text-decoration: underline;
}
#content .column {
	float: left;
	height: auto;
	width: 370px;
	padding-right: 10px;
	position: relative;
	text-align: left;
}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/tlc.png);
	background-position: 0% 0%;
	}
#callout {
	background-color: #AEEDA2;
	padding: 10px;
	float: left;
	width: 365px;
	border: 1px solid #999999;
}

#trc
	{
	background-image:url(../images/trc.png);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/blc.png);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/brc.png);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/tb.png);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/bb.png);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/r.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #FFF;
	background-image:url(../images/l.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
.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;
}
.fieldprompt {
	text-align: right;
	clear: left;
	float: left;
	width: 200px;
	padding-right: 5px;
	position: relative;
	padding-top: 5px;
}
.fieldcontent {
	float: left;
	width: 400px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;
}
.fieldbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #35833F;
	width: 150px;
	border: 1px solid #666666;
	cursor:pointer;
}
.smallHead {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}