﻿@charset "UTF-8";
@import url("header.css");
@import url("navigation.css");
@import url("body.css");
@import url("footer.css");
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
}
div#wrapper {
	width: 938px;
	margin: 0 auto;
}
img {
	border: none;	
}
h1 {
	position: absolute;
	font-size: 250%;
	margin-top: 150px;
	margin-left: 40px;
	text-shadow: #ffffff 2px 2px 6px;
	font-weight: normal;
}
h2 {
	color: #5B768F;
	font-size: 100%;
	margin-bottom: 10px;
}
li {
	list-style-image:url(../images/marker2.gif);
	margin-left: 1.5em;
	line-height: 1.25em;
}
a {
	color: #5b768f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
	margin-bottom: 10px;
	line-height: 1.25em;
}
div.whole {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
div.two_thirds {
	width: 590px;
	margin-top: 20px;
	margin-bottom: 40px;
}
div.one_third {
	width: 290px;
	margin-top: 20px;
	margin-bottom: 40px;
}
div.one_quarter {
	width: 	230px;
	margin-top: 20px;
	margin-bottom: 40px;
}
div.inner_one_third_left {
	float: left;
	width:200px;
}
div.inner_one_third_left {
	float: right;
	width: 200px;
}
p {
	line-height: 1.5em;
	margin-bottom: 20px;
}
.fleft {
	float: left;	
}
.fright {
	float: right;
}
.center_text {
	text-align:center;
}
.clear {
	clear: both;	
}
.gutter_left {
	padding-left: 20px;
}
.gutter_right {
	padding-right: 20px;	
}
.border-left {
	border-left: 1px solid #728498;
	padding-left: 10px;
}
