﻿/*////////// GENERAL RULES //////////*/

html {
height: 101%;
margin-bottom: 1px;}

body {
background: #000000 url('images/background.jpg');
color: #000000;
text-align: left;
font: normal 0.80em Verdana, Verdana, Geneva, sans-serif;
padding: 0;
margin: 20px 0 0 0;}

hr {
background-color: #88a565;
color: #88a565;
border: none;
height: 1px;}

ul {
margin: 10px 0 10px 10px;
padding: 0 0 0 10px;}

table {
padding: 0;
border-collapse: collapse;
font-size: 100%;
width: 100%;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #88a565;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #808080;
text-decoration: underline;
font-weight: bold;}

h1 {
	color: #663366;
	margin: 0 0 .8em 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h2 {
	color: #663366;
	letter-spacing: 2px;
	margin: .8em 0;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h3 {
	color: #606060;
	margin: .8em 0;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: normal;
}

h4 {
	color: #663366;
	text-align: left;
	line-height: 40px;
	letter-spacing: 1px;
	padding: 0;
	margin: .8em 0;
	border-bottom: 1px #88a565 solid;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
}

h5 {
	color: #660;
	font: bold 14px Georgia, Georgia, serif;
	margin: .8em 0;
	text-transform: uppercase;
	text-align: left;
}

h6 {
color: #606060;
margin: .8em 0;
font: bold 12px Arial, Helvetica, sans-serif;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
	/* -- The wrapper holds the header, content, sidebar areas --*/
background-color: #ffffff;
	color: #000000;
	width: 960px;
	margin: 0 auto;
	border: 2px #ffffff solid;
	text-align: left;
	font-size: 0.8em;
}

/*////////// HEADER AREA //////////*/

#header {
position: relative;
background-color: #ffffff;
width: 960px;
height: 300px;}

/*////////// GLOBAL AREA //////////*/

#global {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
	color: #ffffff;
	width: 940px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	font-size: 0.85em;
	padding: 0;
	text-align: left;}
	
#global a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;}

#global a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;}
	
/*///////// LOGO IMAGE //////////*/

#logo {
	position: absolute;
	top: 100px;
	left: 20px;
	z-index: 2;
	width: 460px;
	height: 130px;}

/*////////// MAIN MENU //////////*/

#mainnav {
	position: absolute;
	top: 250px;
	left: 0;
	z-index: 3;
	width: 960px;
	height: 40px;
	line-height: 40px;
	text-align: center;}

#mainnav a {
	color: #e0e0e0;
	text-decoration: none;
	margin: 0 25px;}

#mainnav a:hover {
	color: #ffffff;
	text-decoration: underline;}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
	float: left;
	width: 280px;
	text-align: left;
	margin: 10px;}

#sidebar li {
padding: 5px 0;}

#sidebar p {
	font-size: 12px;
	line-height: 1.5em;
}

/*////////// CONTENT AREA //////////*/

#content {
	float: right;
	width: 640px;
	margin: 10px;
	color: #000;
	font-size: 12px;
}
#contentOne {
	float: left;
	width: 940px;
	margin: 10px;
	color: #000;
	font-size: 12px;
}

/*////////// FOOTER //////////*/

#footer {
 background-color: #ffffff;
 text-align: center;
 clear: both;
	width: 960px;
	height: 50px;
	color: #404040;
	line-height: 2.2em;
	padding: 20px 0;
	margin: 0 auto;
	border-top: 3px #88a565 solid;}

#footer a{
	text-decoration: none;}

#footer a:hover {
	text-decoration: underline;}

#footer p {
	clear: both;
	font-size: 12px;
	margin: 0;
	padding: 0;
}


/*////////// IMAGES //////////*/
img {
border: none;}

.imageleft-noborder {
margin: 0 10px 0 0;
float: left;}

.imageright-noborder {
margin: 0 0 0 10px;
float: right;}

.imageleft-border {
	margin: 0 10px 0 0;
	padding: 5px;
	float: left;
	border: 3px #b9b9b9 double;
}
.frameborder {

	padding: 5px;
	
	border: 3px #b9b9b9 double;
}

.imageright-border {
margin: 0 0 0 10px;
padding: 5px;
float: right;
border: 3px #b9b9b9 double;}

/*////////// MISC. CLASSES //////////*/
.center {
text-align: center;}

.right {
text-align: right;}

.clear {
clear: both;}
.RightAlignparagraph {
	text-align: right;
}
.RightAlignh5 {
	text-align: right;
}
.link2 {
	color: #330;
}
.DIVhighlight1 {
	background-color: #CCC;
	margin-right: 5%;
	margin-left: 5%;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #333;
	text-align: center;
}

