body { 
	background-color: #335577;
}

h1 {
	font-family: Tahoma;
}

p,tr,td {
	font-family: Tahoma;
	font-size: 8pt;
}

a:link {
	text-decoration: underline;
	color: blue;
}

a:visited {
	text-decoration: underline;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: blue;
}

/* classes */

.masthead {
	background-image: url(images/masthead.gif);
	background-repeat: no-repeat;
}

.masthead p {
	padding: 20 20 0 600;
	text-align: right;
	color: silver;	
}

.announcement {
	position: relative;
	top: 35;
	left: 230;
	font-size: 10pt;
	color: white;	
	font-family: Tahoma;
	margin: 0 450 0 0;
}


.nav {
	background-image: url(images/nav_background.gif);
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
}

.nav a:link {
	color: #335577;
	text-decoration: none;
}

.nav a:visited {
	color: #335577;
	text-decoration: none;
}

.nav a:hover {
	color: #335577;
	text-decoration: underline;
}

.nav ul {
	list-style: none outside;
	margin-left: 0;
	padding-left: 0;
}

.nav li {
	padding: 5 5 5 10;
	width: 100%;
	border-top: 1px solid green;
	font-weight: bold;
	color: #335577;
}

.sub {
	font-weight: normal;
	margin-left: 5;
	border: 0;
	padding: 2 10 2 0;
}

.sub a:link {
	color: #335577;
	text-decoration: none;
}

.sub a:visited {
	color: #335577;
	text-decoration: none;
}

.sub a:hover {
	color: #335577;
	text-decoration: underline;
}



.main {
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-color: #e2eed8;
	font-family: Tahoma;
	font-size: 10pt;
}

.interior_main {
	background-image: url(images/interior_main_background.jpg);
	background-repeat: no-repeat;
	background-color: #e2eed8;
	font-family: Tahoma;
	font-size: 10pt;
	/*padding: 5 20 5 20;*/
}

.interior_main h1 {
	padding: 0 0 0 20;
	font-size: 11pt;
	font-weight: bold;
	font-family: Tahoma;
}

.interior_main p {
	padding: 0 20 0 20;
	font-size: 10pt;
	font-weight: normal;
	font-family: Tahoma;
	/*line-height: 1.6em;*/
}

.right_gutter {
	background-image: url(images/gutter_right.gif);
	background-repeat: repeat-y;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

.footer p {
	padding: 20 20 10 0;
	text-align: right;
	color: silver;
}

.footer a:link {
	color: silver;
	text-decoration: underline;
}

.footer a:visited {
	color: silver;
	text-decoration: underline;
}

.footer a:hover {
	color: silver;
	text-decoration: none;
}