﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #926D81;
	background-image: url(images/background.gif);
	background-position: center;
	background-repeat: repeat-y
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B54482;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B54482;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B54482;
	text-decoration: underline;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B54482;
	text-decoration: underline;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B54482;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #B44480;
}

/** DESIGN **/
.center {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
.date {
	text-decoration: none;
	font-size: x-small;
	color: #666666;
	text-align: center;
	margin-top: -1.5em;
}

.green {
	font-weight: bold;
	text-decoration: underline;
	font-size: small;
	color: #006666;	
}	
.blue {
	font-weight: bold;
	text-decoration: underline;
	font-size: small;
	color: #0066FF;
}

.red {
	color: red;
}

.photo {
	color: black;
	margin-top: -.25em;
	text-align: right;
	font-size: xx-small;
}

.space {
	margin-top: -.5em;
}

.small {
	color: #666666;
	font-size: .85em;
}

.white {
	color: white;
}

.boader {
	border-width: 0;
}


/** HEADER */

#header {
	width: 970px;
	margin: 0px auto;
	padding: 20px 0px;
	background: url('images/head.jpg');
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	color: #0B499D;
}

/** MENU */

#menu {
	width: 970px;
	margin: 0px auto;
	padding: 7px 0px 7px 0px;
	background-color: #5C7922;
}	

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 7px 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #A80000;
}

/** CONTENT */

#content {
	width: 970px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h6 {
	font-weight: normal;
}

#content h5 {
	font-weight: normal;
}

#content h4 {
	font-weight: normal;
}

#content h3 {
	font-weight: normal;
}

#content h2 {
	font-weight: normal;
}

#content ol {
	line-height: 150%;
}

#content ul {
	line-height: 150%;
}

#content p {
	line-height: 150%;
}

#left {
	float: left;
	width: 310px;
	padding: 0px 15px 20px 25px;
}

#right {
	float: right;
	width: 580px;
	padding: 0px 25px 20px 15px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 970px;
	margin: 0px auto;
	border-top: 2px solid #5C7922;
	border-bottom: 2px solid #5C7922;
}

#footer p {
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 10px;
	background-color: #5C7922;
	text-align: center;
}