﻿body {
	font-family: "lydian bt" "gill sans mt" "lucinda sans regular" "arial";
	font-size: 20px;
	background-color: #D4D4D4;
}
/* Styles for DIV tags */

#container  {
	width: 1200px;
}

.backimage  {
	background-image: url('../images/bg2.gif'); 
	background-repeat:  repeat;
	background-position:  left;
	background-attachment: scroll;
	width: 1100px;
	margin: auto;
}

.leftimage {
	background-image: url('../images/arclight.png');
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: scroll;
	width: 250px;
}

#header  {
	background-image: url('../images/header with selections2.gif');
	background-color: #417c93;
	margin:  0 0 0  50px;
	height: 150px;
	width: 1100px;
}

#header img  {
	border: #000000 none;
	margin-top: 0px;
	margin-left: 130px;
}

#navigation {
	background-color: #13bfb4;
	width: 1000px;
	color: #09296E;
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 95px;
	border: 1.5px solid black;
}
html>body #navigation {
	overflow: hidden;
	height: 30px;
}

#navigation a {
	color: #09296E;
	text-decoration: none;
	padding: 5px;
}
#navigation a:visited {
	color: #09296E;
	text-decoration: none;
}

/* Styles for Navigation */

#column_right {
	margin-left: 250px;
	font-size: 18px;
	background-color:  transparent;
	width:  900px;
}

#text  {
	width: 850px; 
	margin-left:  15px;
	padding: 10px; 
	text-align: justify; 
	color: #800000; 
	background-color: #13bfb4;
}

.decorate {
	color: #FFCC00;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bolder;
}

#column_right a {
	color: #09296E;
	text-decoration: none;
}
#column_right a:visited {
	color: #09296E;
	text-decoration: none;
}
/* Styles for Left Column */
h1 {
	font-size: 25px;
	font-weight: bolder;
	text-decoration:  underline;  
	text-align: center;
	margin-top: 10px;
	width: 900px;
	color: #09296E;
	font-family: "Lydian BT";
}
h2 {
	font-size: 20px;
	color: #022A8E;
	text-align: center;
	margin-top: 0px;
}
h3 {
	color: #09296E;
	font: italic normal bolder 100% "Lydian BT";
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
}
h4 {
	font: medium "Berlin Sans FB";
	color: #000000;
	text-align: center;
}

#return		{
	color: #DB8A96;
	font-size:	small;
	text-align:	right;
}
#return a {
		color: #DB8A96;
		text-decoration:  none;
}
#return a: visited {
		color: #DB8A96;
		text-decoration: none;
}

/* Styles for Footer */
#footer {
	background-color: #13bfb4;
	color: #09296E;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-left: 200px;
	width: 1000px;
}

#footer p {
	margin: 0;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
	width: 945px;
}
#footer a {
	color: #09296E;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #09296E;
	text-decoration: none;
}

