body {
	font-family: "lydian bt" "gill sans mt" "lucinda sans regular" "arial";
	font-size: 20px;
	background-color: #D4D4D4;
}

#container  {
	width: 1200px;
	color: #09296E;
}			


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

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

#column_left {
	float: left;
	margin: 0 10 0 20px;
	width: 375px;
}

#column_left a  {
	color: #09296E;
	text-decoration: underline;
}

#column_left a:visited  {
	color: #09296E;
	text-decoration: underline;
}


.upperleft  {
	background-color: black;
	width: 350px;
	height: 320px;
	margin-top: 10px;
	margin-left: 20px;
}

.leftline  {
	margin-top: 15px;
 	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	width: 330px;
}

.lowerleft  {
	border: medium #09296E solid;
	background-color: #13bfb4;
	color: #09296E;
	padding-top: 25px;
	margin-left: 20px;
	margin-bottom: 15px;
	text-align: left;
	width: 345px;
	height: 250px;
}

.lowerleft h2 {
	font-size: 20px;
	color: #09296E;
	margin-top: 20px;
	margin-left: 25px;
}

.center  {
	float: left;
	background-attachment: scroll;
	background-color: #13bfb4;
	color: #09296E;
	font-family: 'Century Gothic';
	font-size: medium;
	text-align: justify;
	margin-top: 35px;
	margin-left: 30px;
	padding-left: 15px;
	border: medium #003366 solid;
	width: 400px;
	overflow: scroll;
}
.center a {
	color: #09296E;
	text-decoration: underline;
}
.center a:visited {
	color: #09296E;
	text-decoration: underline;
}

.cancel {
	color: red;
	text-decoration: line-through;
}

#column_right {
	float: right;
	margin: 15 0 0 0px;
	width: 350px;
}

#column_right a  {
	color: #09296E;
	text-decoration: underline;
}

#column_right a:visited  {
	color: #09296E;
	text-decoration: underline;
}

.upperright  {
	background-color: #13bfb4;
	color: #0C7C94;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width: 330px;
	height: 320px;
	margin-bottom: 0px;
}

.rightline  {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 320px;
}
.lowerright  {
	border: medium #09296E solid;
	background-color: #13bfb4;
	color: #09296E;
	padding-top: 25px;
	padding-left: 0px;
	margin-right: 0px;
	width: 325px;
	height: 250px;
}

.lowerright h2 {
	font-size: 20px;
	color: #09296E;
	margin-top: 20px;
	margin-left: 30px;
}



#bottom  {
	width: 1000px;
	margin-top: 10px;
	margin-left: 95px;
}
#return		{
	color: #333333;
	font-size:		small;
	text-align:		right;
	clear: left;
	vertical-align: bottom;
}
#return a {
		color: #333333;
		text-decoration:  none;
}
#return a: visited {
		color: #333333;
		text-decoration: none;
}

#footer {
	background-color: #13bfb4;
	color: #09296E;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

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


