@charset "UTF-8";

#extborder {
	padding: 7px;
	width: 780px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
} 
#header  {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 194px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	text-decoration: none;
	margin-bottom: 15px;
	list-style-type: none;
	color: #cc6600;
}


#sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #cc6600;
	/*	text-transform: uppercase; */
	text-decoration: none;
	line-height: 10pt;
}
#sidebar1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #cc6600;
/*	text-transform: uppercase; */
	text-decoration: underline;
	line-height: 10pt;
}
#sidebar1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #cc6600;
/*	text-transform: uppercase; */
	text-decoration: none;
	line-height: 10pt;
}
#sidebar2 {
	float: right;
	width: 290px;
	padding-right: 5px;
}
#sidebar2 ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#sidebar2 li {
	text-decoration: none;
	margin-bottom: 10px;
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #cc6600;
	text-transform: uppercase;
	text-decoration: none;
}
#sidebar2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #cc6600;
	text-transform: uppercase;
	text-decoration: underline;
}
#sidebar2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #cc6600;
	text-transform: uppercase;
	text-decoration: none;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: right;
} 
#mainContent ul {
	margin: 15px;
	padding: 5px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;	
	padding-top: 0px;			
}
#mainContent li {
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;	
	padding-top: 0px;		
	list-style-type: disc;	
	}
#mainContent h1 {
	font-family: "New York", Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
	font-size: 20pt;
	line-height: 30px;
	font-weight: normal;
}
#mainContent h2 {
	font-family: "New York", Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
	font-size: 16pt;
	font-weight: normal;
}
#mainContent h3 {
	font-family: "New York", Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
	font-size: 12pt;
	font-weight: normal;
}
#box1 {
	width: 177px;
	padding: 6px;
	border: 1px solid #999999;
	height: 175px;
	float: left;
	margin-right: 0px;
	margin-bottom: 30px;
}
#box2 {
	width: 177px;
	padding: 6px;
	border: 1px solid #999999;
	height: 175px;
	float: left;
	margin-right: 0px;
	margin-bottom: 30px;
}
#box3 {
	width: 177px;
	padding: 6px;
	border: 1px solid #999999;
	height: 175px;
	float: left;
	margin-bottom: 30px;
	margin-right: 0px;
}
#box1 h1, #box2 h1, #box3 h1 {
	font-weight:normal;
	color:#7ea4c8;
	font-size:18px;
	line-height:22px;
	}
#box1 h1 a,	#box2 h1 a, #box3 h1 a {
	text-decoration:none;
	color:#7ea4c8;
}
#footer  {
	background:#7ea5c7;
	text-align: center;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
	font-size: 90%;
	color: #333333;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
	color: #FFFFFF;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	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: 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;
}
body  {
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
a {
	color: 0000ff;
	text-decoration: underline;
}
a:link {
	color: 0000ff;
	text-decoration: underline;
}
a:visited {
	color: 0000ff;
	text-decoration: underline;
}
a:hover {
	color: 0000ff;
	text-decoration: none;
}
a:active {
	color: 0000ff;
	text-decoration: underline;
}
h1 {
	font-size: 20pt;
	line-height: 24px;
	color: #cc6600;
	font-family: "New York", "Times New Roman", Times, serif;
}
h2 {
	font-size: 16pt;
	color: #cc6600;
	font-family: "New York", "Times New Roman", Times, serif;
}
h3 {
	font-size: 12pt;
	color: #cc6600;
	font-family: "New York", "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
.frontbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: #666666;
	background-color: #EAF2DD;
	border: 2px dotted #8f8bd5;
	width:190px;
	float:right;
	padding: 10px;
	margin: 10px;
}
.frontboxbig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8f8bd5;
}
.bottomtextwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
