﻿body {
	text-align: center;
	font-family: Cambria, Garamond, Times, 'Times New Roman', serif;
	color: black;
	background-color:  #DEE2C7;
	margin: 10px 0px 0px 0px;
}

div#container {
	margin: 0px auto;
	width: 730px;
	text-align: left;
}

a {
	color: black;
}

a:active {
	color: #6A5579
}

a:visited {
	color: #6A5579;
	text-decoration: none;
}

a:link {
	color: #6A5579;
	text-decoration: none;
}

a:hover {
	color: #6A5579;
	border-bottom: solid #6A5579 1px;
}

table {
	width: 95%;
	margin: 0;
	padding: 0;
	border: 0;
}

img  {
	border: 1px solid black;
}

img a:hover {
	text-decoration: none;
}

img a:visited {
	text-decoration: none;
}

img a:link {
	text-decoration: none;
}

td {
	vertical-align: top;
}



/******************************* HEADER *******************************/

div#container-header {
	background-color: #DEE2C7;
	background-image: url("images/Header.jpg");
	height: 130px;
}

div#container-header h2 {
	display: none;
}

div#container-header h1 {
	display: none;
}

div#container-middle {
	margin: 0px;
}

/******************************* LEFT SIDE / NAVIGATION / MENU *******************************/


div#container-middle-left {
	width: 150px;
	float: left;
	font-size: 120%;
	background-image: url('images/Vline.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

div#container-middle-left ul {
	width: 150px;
	padding: 10px 0 0 0;
	margin: 0;
}

div#container-middle-left li {
	list-style-type: none;
	padding: 10px 0px;
}

div#container-middle-left a {
	padding: 7px;
	position: relative;
	left: -30px;
	width: 95%;
	display: block;
	background-image: url('images/Brush3.png');
	background-position: left center;
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

div#container-middle-left a:active {
	color: black;
}

div#container-middle-left a:visited {
	color: black;
}

div#container-middle-left a:link {
	color: black;
}

div#container-middle-left a:hover {
	color:  #4E6842;
	border: none;
}

/******************************* RIGHT SIDE / CONTENT *******************************/


div#container-middle-right {
	margin-left: 150px;
	padding: 10px;
	font-size: 90%;
	background-image: url('images/watermark.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#container-middle-right p {
	line-height: 175%;
}

div#container-middle-right li {
	margin: 10px 0px;
}


div#container-middle-right h1 {
	font-size: 195%;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0.5em;
	background-image: url('images/Brush5.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#container-middle-right h2 {
	font-size: 125%;
	color: #6A5579;
}


/******************************* PHOTOS *******************************/

img.photoR {
	float: right;
	position: relative;
	margin-top: -40px;
	margin-right: -57px;
}

img.photoL {
	float: left;
	position: relative;
	margin-left: -147px;
}

/******************************* COPYRIGHT *******************************/

div#copyright {
	border-top: 1px solid gray;
	width: 730px;
	color: dimgray;
	font-size: 60%;
	margin: 0px;
}

div#copyright p {
	margin: 10px;
}

/******************************* OTHER *******************************/

table.twocolumns td {
	width: 50%;
}

ul.stars {
	margin-left: 2em;
	font-size: 90%;
	font-style:normal;
}

ul.stars li {
	list-style-image: url('images/star.jpg');
	padding: 0;
	margin-bottom: 10px;
	line-height: 130%;
	list-style-position:outside;
}

div.callout {
	width: 250px; 
	float: right;
	padding-top: 1.5em;
}

div.callout2 {
	width: 150px;
	float: left;
	padding: 0.5em;
	text-align: center;
	background-color: #4571A2;
	border: medium #003D7D solid;
	color: white;
	margin-right: 0.5em;
}

div.callout2 p {
	margin: 0;
	padding: 0;
}

div.callout2 a, div.callout2 a:link, div.callout2 a:visited, div.callout2 a:hover {
	color: white;
	text-decoration: none;
	border-bottom: none;
}

table.form th {
	padding: 0.25em;
	white-space: nowrap;
}



table.form td {
	padding: 0.25em;
}



table.form td {
	white-space:nowrap;
}

table.form th {
	text-align: left;
}




div.video {
	float: right;
	padding: 15px 0px 15px 15px;
}


