@charset "UTF-8";
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F4E8;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	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;
}
img {
border: none;
}
/*Form Styles*/
fieldset {
	border: 1px solid #aaa;
	/*background: #D9F1F5;*/
	margin: 4px;
	padding: 4px;
}
legend {
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
}
label {
	font-weight: normal;
}
.formError {
    font-weight: 700;
    margin: 15px 0;
    background-color: #fee;
    color: #000;
    border: 1px solid red;
    padding: 10px;
    clear: both;
}
/*Table styles*/
table, tr, th, td {
margin: 0;
padding: 0;
border: 0;
/*font-size: 0.9em;*/
}	
table {
margin: 5px 0;
border-bottom: 1px solid #e7e7e7;
caption-side: bottom;
}
th {
padding: 0 5px 5px 5px;
font-weight: normal;
text-align: center;
color: #999;
}
td, tbody th {
padding: 5px;
border-top: 1px solid #e7e7e7;
/*font-size: 1.2em;*/
vertical-align: top;
}
tbody th {
font-weight: bold;
color: #666;
text-align: center;
}
tfoot td {
font-weight: bold;
}
td p {
/*font-size: 1.1em;*/
}
caption {
margin: 0 0 5px 0;
text-align: left;
color: #333;
/*font-size: 1.1em;*/
}

/*---------PAGE LAYOUT STYLES-----------*/

/*BEGIN HEADER STYLES*/
#headerwrap {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
#header {
	width: 740px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	position: relative;
}
#header h1 {
	margin:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding:0;
	top:0;
	left:0;
	position: absolute;
	border:none;
}
#header img {
	border: 0;
	background: none;
}
#header a {
	border: none;
}

/*Horizontal navigation bar*/
#header #navigation {
	padding-left: 149px;
	height: 30px;
	width: 591px;
	margin: 0 auto;
	font-size: 1.4em;
	padding-top: 10px
}
#header #navigation ul {
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;/* fixes Firefox 0.9.3 */
}
#header #navigation ul li {
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
}
#header #navigation ul li a {
	padding: 10px 10px 0 10px;
	height: 40px;
	color: #aaa;
	text-decoration: none;
}
#header #navigation ul li a:hover {
	color: #fff;
}
#header #navigation #currentsection a {
	color: #6AC6D3;
}

/*BEGIN TWO COLUMN LAYOUT STYLES*/
#containerwrap {
	background-color: #fff;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/cont_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15px 0px;
}

/*Left Sidebar styles*/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 149px; /* 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 */
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
/*Right Sidebar styles*/
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 149px; /* 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 */
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

/*Section navigation menu, placed in the sidebar only*/
#sidebar1 #sectionnav {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #ddd;
	width: 149px;
}
#sidebar1 #sectionnav li {
	list-style: none;
	margin: 0;
	padding: 4px;
	border-top: 1px solid #ddd;
}
#sidebar1 #sectionnav li a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	display: block;
}
#sidebar1 #sectionnav li a:hover {
	color: #000;
}
#sidebar1 #sectionnav li li {
	display: block;
	margin: 0 0 0 -25px;
	padding: 4px;
	width: 112px;
}
#sidebar1 #sectionnav #currentpage a {
	color: #333366;
	font-weight: bold;
}

/*Main Content Styles*/
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 149px;
	padding: 25px 0px 0px 20px;
}
.thrColFixLtHdr #mainContent {
	margin: 0 149px; 
	padding: 25px 20px 0px 20px; 
}
/*text styles for main content column*/
#mainContent h1,  #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent p {
	margin:0 0 10px 0;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333366;
}
#mainContent blockquote {
	margin: 0 30px;
}
#mainContent address {
	font-style: italic;
	margin: 0 0 1em 0;
}
#container a:link, #footer a:link {
	color: #990000;
}
#container a:visited, #footer a:visited {
	color: #660000;
}

/*begin footer styles*/
#footerwrap {
	background-color: #f4f8e8;
	background-image: url(../images/bot_grad.jpg);
	background-repeat: repeat-x;
	padding: 10px 0 40px;
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #ccc;
}
#footer {
	margin: 0 auto;
	width: 740px;
	padding: 0;
	text-align: left;
}
#footer p {
	font-size: 1em;
	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 */
}
/*END TWO COLUMN LAYOUT STYLES*/


/*---CLASS SELECTOR STYLES---*/
.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;
	width: 302px;
}
.fltrt p {
	font-weight: bold;
	text-align: right;
}
.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;
	color: #fff;
}
/*Global Styles for Multi Column Lists and Elements*/
.licol2-twocollayout {
	padding:0 4px 0 4px;
}
.licol2-twocollayout li {
	list-style: none;
	background: none;
	margin:0 0 0 0;/*padding:0 10px 0 0;
*/}
/*Styles for Two Column Lists -- substitute for two-column table. FOR ONE COLUMN LAYOUT ONLY*/
div.licol2-twocollayout {
	float: left;
	width: 260px;
}
/*Style for main content photos and images*/
.imgborder {
	padding: 1px;
	border: 1px solid #aaa;
}
.textsize {
	padding-top: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.textsize img {
	vertical-align: middle;
}
.textsize a:link {
	color: #000099;
	text-decoration: underline;
}
