﻿
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/zmachinesm.jpg');
	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;
}

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

blockquote {
	width: 795px; 
	text-align: justify; 
	color: #09296E;
	font-family: Calibri;
	font-size: large;
	padding: 10px;
	background-color: #13bfb4;
}

ul	{
	width: 825px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 2px;
	color: #09296E;
	margin-left: 0px;
}
ul a {
	color: #990033;
	text-decoration: underline;
}
ul a:visited {
	color: #990033;
	text-decoration: underline;
}


#column_right {
	margin-left: 285px;
	color: #A6D165;
	font-size: 16px;
	background-color:  transparent;
	width:  900px;
}

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;
}


#return		{
	color: #09296E;
	font-size:	small;
	text-align:	right;
}
#return a {
		color: #09296E;
		text-decoration:  none;
}
#return a: visited {
		color: #09296E;
		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: 250px;
	width: 950px;
}

#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;
}
