﻿body {
	margin: 0;
	padding: 0;
	background-color: #9999ff;
	font-family: "Times New Roman";
	color:white;
}

#top_nav {
	background-color: #ffffff;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 0.1px;
	border-bottom-color: #000000;
	text-align: right;
	height: 120px;
}

#container {
	min-width: 900px;
	min-height: 500px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

a.rollabout {
	display:inline-block;
	width: 110px;
	height: 35px;
	background: url("tababoutus.png") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rollabout {
	background-position: -110px 0;
}
a.rollcalendar {
	display:inline-block;
	width: 110px;
	height: 35px;
	background: url("tabcalendar.png") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rollcalendar {
	background-position: -110px 0;
}
a.rollcurrent {
	display:inline-block;
	width: 110px;
	height: 35px;
	background: url("tabcurrent.png") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rollcurrent {
	background-position: -110px 0;
}
a.rollcontact {
	display:inline-block;
	width: 110px;
	height: 35px;
	background: url("tabcontact.png") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rollcontact {
	background-position: -110px 0;
}

ul.links {
	left: -150px;
}

table {
	padding: 0;
	margin: 0;
}

thead {
	border: thin solid #FFFFFF;
	background-color: #9999ff;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

td.clean {
	border-style: none;
}

td {
	border-style: none solid solid none;
	border-width: thin;
	border-color: #9999ff;
}

p.copyright{
	font-family:"Times New Roman";
	font-weight:normal;
	font-size:small;
	text-align:center;
}
img {
	border-style: none;
	border-width:0px;
	border:0px
}
a {
	border-bottom-style: dashed;
	border-width: 1px;
	border-color: #9999ff;
	text-decoration: none;
	color: #9999ff;
}
a.unclassified {
}
a.confidential {
	border-color: #0000ff;
	text-decoration: none;
	color: #0000ff;
}
a.secret {
	border-color: #ff0000;
	text-decoration: none;
	color: #ff0000;
}
a.topsecret {
	border-color: #ffff00;
	text-decoration: none;
	color: #ffff00;
}
a:active {
	border-color: #99ccff;
}
a:hover {
	border-color: #99ccff;
	color: #99ccff;
}
a:link {
	border-color: #9999ff;
}
a:visited {
	border-color: #cc99ff;
}
a.nolink{
	border-style: none;
}
ul {
	list-style-image: url('dot.png');
}

h1 {
	color: #9999ff;
}
h2,h3,h4,h5,h6 {
	color: #999999;
}

hr {
	color: #9999ff;
}
input.confidential {
	background-color:#0000ff;
	color:#ffffff;
}
input.secret {
	background-color:#ff0000;
}
input.topsecret {
	background-color:#ffff00;
}