body {
	margin: 0;
	padding: 0;
	background: #DEDFDE;
}

p {
	text-align: justify;
}

h2, h3 {
	text-align: center;
}

a, a:link, a:active {
	font-family: "Century Gothic", "Courier New", Arial;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #2961B5;
}

a:hover {
	font-family: "Century Gothic", "Courier New", Arial;
	font-weight: normal;
	font-style: normal;
	color: #21458C;
	text-decoration: none;
}

input,option,select {
	background: #EFEBE7;
	border: 1px solid #000000;
	font-size: 10px;
}

hr {
	border-bottom: 1px solid #000000;
	border-top: none;
	border-right: none;
	border-left: none;
}

#wrapper {
	width: 775px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 775px;
	height: 170px;
	margin: 0;
	padding: 0;
	background: url(images/header.jpg) no-repeat;
}

#content_wrapper {
	background: url(images/bkgd.jpg) repeat-y;
	padding: 0 0 10px 0;
}

#content {
	clear: both;
	margin: 0 0 0 10px;
	padding: 0 5px;
	width: 745px;
}

#content_left {
	width:160px;
	float: left;
}

#clock {
	font-size: 10px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
	text-align: center;
	width: 148px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	border: 1px solid #000000;
	background: #FFFFFF;
}

#tP {
}

#left_body {
	width: 150px;
	padding: 0;
	background: #EFEFEF;
}

#left_body h1{
	width: 150px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #000000;
}

#left_body ul {
	margin: 0;
	padding: 0;
	list-style-type: circle;
	display: block;
	list-style-position: inside;
}

#left_body li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
	font-family: "Century Gothic", "Courier New", Arial;
}

#content_right {
	width: 560px;
	float: right;
	padding: 0;
	margin: 0 0 0 15px;
	background: #FFFFFF;
}

#right_body {
	width: 550px;
	margin: 0 5px;
	padding: 0;
	float: left;
	background:  url(images/content_bkgd.jpg);
}

#right_body p {
	width: 550px;
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
}

#right_body div {
	width: ;
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
	padding: 0 10px;
}

#right_body td {
	font-size: 14px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
	text-align: justify;
}

#right_body h1{
	width: 550px;
	font-size: 24px;
	color: #2955A5;
	font-family: "Century Gothic", "Courier New", Arial;
	text-align: right;
	border-bottom: 1px solid #000000;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: normal;
}

#right_body ul {
	width: 545px;
	margin: 0;
	padding: 0;
	list-style-type: disc;
	display: block;
	position:relative;
	left: 5px;
	list-style-position: inside;
}

#right_body li {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #000000;
	font-family: "Century Gothic", "Courier New", Arial;
	text-align: justify;
}

#right_body table {
	width: 550px;
}

#footer {
	clear: both;
	width: 775px;
	height: 10px;
	background: url(images/footer.jpg) no-repeat;
	text-align: right;
}

#site_nav {
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	float: right;
}

#site_nav ul {
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #EFEBE7;
	list-style-type: none;
	text-align: center;
}

#site_nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#site_nav li a:link, #site_nav li a:visited {
	margin: 0;
	padding: 10px 5px;
	display: inline;
	text-align: center;
	font-size: 10px;
	color: #2961B5;
}

#site_nav:hover, #site_nav li a:hover {
	font-size: 10px;
	color: #21458C;
}

#contact {
	clear: both;
	width: 775px;
	margin: 0;
	padding: 0;
	position: relative;
	color: #666666;
	font-family: "Century Gothic", "Courier New", Arial;
}

#contact h3 {
	font-size: 8px;
	font-family: "Century Gothic", "Courier New", Arial;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 8px;
}

/* --------------- FIX FOR DIVS WITH FLOATED CONTENT --------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*designed by jennifer johnson*/
