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 10px;
	width: 400px;
}

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

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


.upperleft  {
	font-family: "Gill Sans MT Condensed";
	background-color: #13bfb4;
	color: #09296E;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
	border: medium #09296E solid;
	padding-top: 20px;
	width: 375px;
	height: 600px;
	overflow: scroll;
}

h2 {
	font-size: 24px;
	color: #09296E;
	margin-top: 20px;
	text-align: center;
	text-decoration: underline;
	font-family: Calibri;
}

.center  {
	float: left;
 	margin-top: 30px;
	margin-left: 60px;
	border: medium #003366 solid;
	width: 250px;
}

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

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

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

.upperright  {
	font-family: "Gill Sans MT Condensed";
	float: left;
	background-color: #13bfb4;
	color: #09296E;
	margin-top: 20px;
	margin-left: -25px;
	margin-bottom: 15px;
	border: medium #09296E solid;
	padding-top: 20px;
	width: 375px;
	height: 600px;
	overflow: scroll;
}
li {
	list-style-image:url('bullet.png');
	margin-bottom: 15px;
}
.date	{
	color:	black;
}

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



