﻿/*----------------------------------------------------*/
/*This area contains instructions for the basic structure of the website*/
body {
	background: #f7f4ee url('../images/background_960.jpg') repeat-y fixed center top;
    font: normal normal normal medium/normal Tahoma;
}
/*----------------------------------------------------*/
/*Alignment*/
.left {
	text-align: left;
	float: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
	float: right;
}
/*----------------------------------------------------*/
/*The container contains all other layout elements, and is the first layer*/
.container {
	width: 910px;
    margin: 0 auto auto auto;
    background: #FFFFFF url('../images/watermark.JPG') no-repeat fixed center 100px;
    
}
/*----------------------------------------------------*/
/*The header is a second layer on top of the container*/
.header {
	width: 100%;
	height: 100px;
}
/*----------------------------------------------------*/
/*This space is reserved for a horizontal navigation menu*/
.hnavigation {
	width: 100%;
	height: 32px;
}
/*----------------------------------------------------*/
/*This space contains all the content areas*/
.body {
	min-width: 600px;
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------*/
/*This space is reserved for a vertical menu, and takes up space in the body section*/
.vnavigation {
	float: left;
	padding: 0px;
	width: 152px;
	border-right: 3px #0066FF solid;
}
.vnavigationheader {
	background-color: #0066FF;
	color: #FFFFFF;
	width: 152px;
	overflow: hidden;
	text-indent: 5px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 30px;
	display: block;
	float: left;
}
.vnavigationlink {
	clear: left;
	font-size: small;
	text-align: left;
	padding-left: 2px;
	background-color: #FFFFFF;
}
.vnavigationlink a {
	color: black;
	text-decoration: none;
	font-style: italic;
}
.vnavigationlink a:hover {
	color: black;
	text-decoration: none;
	font-style: italic;
}
.vnavigationlink a:visited {
	color: black;
	text-decoration: none;
}
/*----------------------------------------------------*/
/*These tags allow for different sizes of columns & stories*/
.column1 {
	margin-left: 8px;
}
.content1 {
	padding: 5px 5px auto 5px;
	width: 902px;
}
.column3 {
	margin-left: 210px;
}
.content3 {
	width: 695px;
	border: 1px #cecece solid;
	padding: 5px 5px auto 5px;
	margin-bottom: 3px;
}
.content4 {
	width: 695px;
	border: 1px #cecece solid;
	padding: 5px 5px auto 5px;
}
/*----------------------------------------------------*/
/*This area contains instructions for the footer*/
.footer {
	clear: both;
	width: 910px;
	border-top: 1px #CCCCCC solid;
}
/*----------------------------------------------------*/