html {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FEFEFE;
	background-image: url("images/silvergrad.jpg");
	background-attachment: fixed;
	color: #000000;
	font-family: Verdana,Helvetica,Arial;
	font-size: small;
}
td {
	color: #000000;
	font-family: Verdana,Helvetica,Arial;
	font-size: small;
}
a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #FF0000; }
a.plain { text-decoration: none; }
ul.plain {
	list-style-type: none;
	list-style-position: outside;
}

#header {
	background-color: #FFFFFF;
	background-image: url("images/titlebg.jpg");
	border-bottom: 1px solid #FF7C00;
	height: 75px;
}
#content {
	background-color: #FFFFFF;
	padding: 5px;
	border-left: 1px solid #666666;
	height: 100%;
	width: 605px;
}
#sidemenu {
	width: 175px;
	background-color: #0000FF;
	background-image: url("images/bluegradbg.jpg");
	background-repeat: repeat-x;
}
.thirdcolumn {
	float: right;
	width: 175px;
	padding: 8px;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}

.smalltext, .smalltext td { font-size: small; }
.xsmalltext, .xsmalltext td { font-size: x-small; }
.xxsmalltext, .xxsmalltext td { font-size: xx-small; }
.blackoutline { border: 1px solid #666666; }
.blacktext, .blacktext td { color: #000000; }
.whitetext, .whitetext td { color: #FFFFEE; }
.orange { color: #FF7C00; }
.orange2 { color: #FDDE9A; }
.nomargin { margin: 0px; }
.textbox {
	border-style:inset;
	border-width:2px;
	font-size: xx-small;
}

ul.newsfeed {
	margin-left: 0px;
	margin-right: 0px;
}

ul.newsfeed li {
	list-style: outside none;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

.navmenu {
	font-size: x-small;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.navmenu:link, a.navmenu:visited {
	display: block;
	text-decoration: none;
	color: #000000;
}
a.navdeep0, div.navdeep0 {
	padding-left: 5px;
	font-weight: bold;
	width: 170px;
}
a.navdeep1, div.navdeep1 {
	padding-left: 25px;
	padding-right: 0px;
	width: 150px;
}
a.navdeep2, div.navdeep2 {
	padding-left: 35px;
	padding-right: 0px;
	width: 140px;
}
.navmenu:hover {
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url("images/orangegrad.jpg");
}
#currentpage {
	color: #000000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	text-decoration: underline;
}