@charset "UTF-8";
body  {
	font: 12px 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;
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
}

form {
	margin: 0;
	display: inline;
}
.searchform {
	display: inline;
	border: solid #000000 1px;
}
img {
	vertical-align: bottom;
	display: inline;	
}
input, textarea, select {
	font-size: 10px;
	color: #333333;
	border: solid #000000 0px;
	margin: 0;		
	padding: 2px;
}
a:link, a:visited {
	color: #3e5d8b;
	text-decoration: underline;
}

a:hover {
	color: #3e5d8b;
	text-decoration: none;
}

h1, h1 a:link, h1 a:visited {display: inline; font: 16px Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; line-height: 16px; text-decoration: none;}
h1 a:hover {display: inline; font: 16px Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; line-height: 16px; text-decoration: underline;}
h2, h2 a:link, h2 a:visited {display: inline; font: 12px Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; line-height: 14px; text-decoration: none;}
h2 a:hover {display: inline; font: 12px Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; line-height: 14px; text-decoration: underline;}
h3, h3 a:link, h3 a:visited {display: inline; font: 11px Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; line-height: 12px; text-decoration: none;}
h3 a:hover {display: inline; font: 11px Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; line-height: 12px; text-decoration: underline;}


.main #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the  */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	margin: 7px 0 0 0;  /* 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. */
	padding: 0;
	background-image: url('images/headerbg.gif');
	height: 110px;	
	border: 0px solid #000000;
	font: 11px Arial, Helvetica, sans-serif;
} 

#header #search {
	float: right;
	width: 220px;
	padding: 38px 10px 5px 0; 
	border: 0px solid #000000;
	margin: 0; 
}


#header ul {
	float: right;
	width: 780px;
	text-align:right;
	color: #333333;
	font-weight: bold;
	padding: 13px 18px 0 0; 
	border: 0px solid #000000;
	margin: 0; 
	list-style-type:none;
}
#header ul li {
	padding: 0;
	border: 0px solid #000000;
	display: inline;
	margin: 0;

}	
#header ul li a:link, #header ul li a:visited {
	color: #333333;
	text-decoration: none;	
}
#header ul li a:hover {
	color: #333333;
	text-decoration: underline;	
}

#maincontent {
	float: left;
	margin: 0;  
	padding: 0;
	border: 0px solid #FFFFFF;
	background: url('images/mainbg.jpg') #fff repeat-x;
	width:900px;
} 


#navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	border: 0px solid #000000;
	min-height: 260px;
	background-image: url('images/lincolnbg.gif');
	padding: 7px 3px 0 3px;
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;

}

#navigation ul {
	width: 185px; /* 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 */
	border: 0px solid #000000;
	padding: 0 7px 0 7px;
	margin: 0;
}

#navigation ul li {
	padding: 6px 1px;
	border-top: 1px solid #baa2c6;
	display: block;
	list-style-type: none;
	font-weight: bold;
	margin: 0;

}
#navigation ul li a:link, #navigation ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
#navigation ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

#navigation ul li.navon {
	color: #6a079c;
	text-decoration: none;	
	padding: 6px 4px;
	border-top: 1px solid #ccd9e6;
	border-bottom: 1px solid #ccd9e6;
	background-image: url('images/navon.png');
	display: block;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}	
#navigation ul li.navon a:link, #navigation ul li.navon a:visited {
	color: #6a079c;
	text-decoration: none;	
}	

#navigation ul li.navon a:hover  {
	color: #6a079c;
	text-decoration: underline;	
}	


#navigation ul li.subnav {
	color: #FFFFFF;
	padding: 5px;
	border-top: 0px solid #ccd9e6;
	background-color: #99b3cc;
	display: block;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}	
#navigation ul li.subnavon {
	color: #003798;
	padding: 5px;
	border-top: 0px solid #ccd9e6;
	background-color: #CCCCCC;
	display: block;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}	
#navigation ul li a.subnavon:link,  #navigation ul li a.subnavon:visited {
	color: #003798;
	text-decoration: none;	
}
#navigation ul li a.subnavon:hover {
	color: #003798;
	text-decoration: underline;	
}

#navigation ul li.subnav2 {
	color: #003798;
	padding: 4px 10px ;
	border-top: 0px solid #ccd9e6;
	background-color: #CCCCCC;
	display: block;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}	
#navigation ul li a.subnav2:link,  #navigation ul li a.subnav2:visited {
	color: #003798;
	text-decoration: none;	
}
#navigation ul li a.subnav2:hover {
	color: #003798;
	text-decoration: underline;	
}

#navigation ul li.subnav3 {
	color: #666666;
	padding: 3px 17px ;
	border-top: 0px solid #ccd9e6;
	background-color: #CCCCCC;
	display: block;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}	
#navigation ul li a.subnav3:link,  #navigation ul li a.subnav3:visited {
	color: #666666;
	text-decoration: none;	
}
#navigation ul li a.subnav3:hover {
	color: #666666;
	text-decoration: underline;	
}







#navigationfooter {
	float: left;
	width: 200px; /* 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 */
	border: 0px solid #000000;
	padding: 0;
	margin: 0;
}

#contentarea {
	margin: 0;
	padding: 0;
	border: 0px solid #000000;
}

#contentimage {
	margin: 0 0 0 214px; /* the left margin on this div element creates the column down the left side of the  - no matter how much content the navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	margin: 0;
	padding: 0;
}


#content {
	margin: 0 0 0 208px; /* the left margin on this div element creates the column down the left side of the  - no matter how much content the navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	width: 658px;
	border: 0px solid #000000;
	background: url('images/subcontentbg.gif') no-repeat;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



#content #leftcontent {
	margin: 0;
	padding: 0;
	width: 435px;
	border: 0px solid #000000;

}
#content #rightcontent {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	border: 0px solid #000000;

}


#footer { 
	margin: -2px 0 30px 0; 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FFFFFF;
	font-weight: bold;
	line-height: 15px;
} 

#footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your . The floated element must precede the element it should be next to on the . */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your  */
	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;
}

