/* Colors Used

dark blue: 336699

green: 659A41

light blue: A5BCE2

brown: 3D1C0D



*/



@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #FFFFFF;

	margin: 0;

	padding: 0;

	text-align: center;

	color: #000000;

}

.home #container {

	width: 800px;

	background: #FFFFFF;

	margin:

	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-left: 20px;

} 

.home #header {

	background-color: #FCFCFE;

	background-image: url(images/header.jpg);

	height: 74px;

	width: 800px;

	padding-top: 121px;

	padding-right: 10px;

	padding-bottom: 0;

	padding-left: 209px;

	background-attachment: scrolling;

	background-repeat: no-repeat;

	background-position: left top;

} 

.home #header h1 {

	margin: 0;

	padding: 10px 0;

} 

.home #footer {

	background:#3D1C0D;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #A5BCE2;

	position: relative;

	height: 30px;

	width: 775px;

	padding-top: 15px;

	padding-right: 10px;

	padding-bottom: 0;

	padding-left: 20px;

	margin-top: 15px;

	margin-right: 0px;

	margin-bottom: 0px;

	left: 0px;

	bottom: 0px;

	clear: both;

	float: left;

	top: 30px;

} 

.home #footer p {

	margin: 0;

	padding: 10px 0;

}

.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;

}

#navheader {

	margin :0 auto;

	width: 340px;

	height: 30px;

	padding: 0;

	border-bottom: 1px solid #A5BCE2;

	z-index:0;}

#navheader li {

	z-index: 3;

	position: relative;

	float: left;

	padding: 0;

	margin: 0;

	list-style: none;

	font: .8em/30px verdana;}

#navheader li a {

	display: block;

	padding: 0 10px;

	text-decoration: none;

	color: #FFFFFF;}

#navheader li a:hover {

	color: #A5BCE2;}

#navheader li.current {

	z-index: 1;

	background: transparent url(current_bg.gif) repeat-x bottom;}

#slider {

	z-index: 2;

	position: absolute;

	height: 29px;

	border-bottom: 5px solid #A5BCE2;}



.col {

	float: left;

	width: 240px;

	margin: 0 30px 16px 0;

	text-align: justify;

	font-family: Georgia, "Times New Roman", Times, serif;

	color: #3D1C0D;

	top: 50px;

	position: relative;

}

.col h3{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #3D1C0D;

	display: block;

	border-top-width: 3px;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: dashed;

	border-left-style: none;

	border-top-color: #336699;

	border-bottom-width: 1px;

	border-bottom-color: A5BCE2;

	font-size: medium;

	font-weight: normal;

}

.col a {

	text-decoration: none;

	color: #3D1C0D;

}

.col ul {

	list-style-position: outside;

	list-style-type: square;

	text-indent: 0px;

	text-align: left;

}

.emph {

	color: #A5BCE2;

}

	.last {

	float: right;

	margin-top: 0;

	margin-right: 15px;

	margin-bottom: 0;

	margin-left: 0;

}

.home #highlight {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	color: #336699;

	padding: 5px;

	width: 750px;

	text-align: left;

	position: relative;

	top: 0px;

	left: 15px;

}

.summary {

	float: left;

	width: 750px;

	margin: 0 0px 16px 20px;

	text-align: justify;

	font-family: Georgia, "Times New Roman", Times, serif;

	color: #3D1C0D;

	top: 50px;

	position: relative;

}

.summary h3{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #3D1C0D;

	display: block;

	border-top-width: 3px;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: dashed;

	border-left-style: none;

	border-top-color: #336699;

	border-bottom-width: 1px;

	border-bottom-color: A5BCE2;

	font-size: medium;

	font-weight: normal;

}

.summary a {

	text-decoration: none;

	color: #3D1C0D;

}

.summary ul {

	list-style-position: outside;

	list-style-type: square;

	text-indent: 0px;

	text-align: left;

}

