@charset "utf-8";
/* CSS Document */

html {
 min-height:100%;
 margin-bottom:1px;
}

body {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0efec;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 70%;
}

/* FLASH CONTENT STYLES */

#flashcontent h1{
	display: none;
}

#flashcontent {
	text-align: left;
}

#flashcontent p{
	display: none;
}

#sidenav {
	width: 75px;
	padding: 24px 0 0 18px;
}
#sidenav ul {margin: 0; padding: 0;}
#sidenav ul li {
	list-style: none;
	text-align: left;
	font-size: 95%;
	margin: 10px 0 0 0;
	color: #CCCCCC;
	width: 80px;
}

#sidenav .sidenav_nolink{
	padding-left: 9px;
	background-image: url(../images/sidenav-bkgd-highlight-off.gif);
	background-repeat: no-repeat;}

#sidenav a {
color: #666666;
padding-left: 9px;
}

#sidenav a:hover {
	text-decoration: none;
	color: #8bb2dd;
	background-image: url(../images/sidenav-bkgd-highlight.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* FORMATTING STYLES */

img, table, div, td, tr, h1, h2, h3, h4, h5, form{
	margin: 0;
	padding: 0;
}

table {border: 0; border-collapse: collapse; border-spacing: 0;}
table td {padding: 0; vertical-align: top;}
p {margin: 0 0 12px;}

#textcontentimage {
	float: left;
	text-align: left;
	margin-top: 68px;
	width: 149px;
}

#textcontentimage img {
	margin-bottom: 4px;
}

#homeimage {
	float: left;
	margin-top: 40px;
	width: 265px;
}

#homeimage img {
	padding: 0 18px 14px 0;
}

h1{
	font-weight: bold;
	font-size: 120%;
	color: #4877a6;
	margin: 0 0 4px 0;
}

h2{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: -10px;
}

p{
	margin: 0 0 16px 0;
	line-height: 17px;
	font-size: 12px;
}

img {
	border: none;
}

#textcontent {
	margin-top: 68px;
	margin-left: 170px;
	margin-right: 60px;
	background-image: url(../images/text-div-bkgd.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	text-align: left;	
}

#textcontent a {
	font-weight: bold;
}

#textcontenthome {
	margin-top: 40px;
	margin-left: 270px;
	margin-right: 20px;
	background-image: url(../images/text-div-bkgd.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	text-align: left;	
}

#textcontenthome a {
	font-weight: bold;
}

#footer {
	background-image: url(../images/footer-bkgd.gif);
	padding: 30px 15px 15px 15px;
	color: #6e8088;
	font-size: 90%;
	text-align: left; 
}

#footer a, a:visited {
	text-decoration: none;
	color: #6e8088;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.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: 18px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
	margin-bottom: 9px;
}
.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;
}

a:link, a:visited  {
  color: #5978A6;
	text-decoration: none;
}

a:hover {
	color: #A91930;
	text-decoration:underline;
}
