html {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0;
	background-color: #FEFEFE;
	color: #000000;
	background-image: url(images/gradbg.jpg);
	background-attachment: fixed;
	font-family: Verdana,Arial;
	font-size: x-small;
}
td {
	color: #000000;
	font-family: Verdana,Arial;
	font-size: x-small;
}
a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #CC00CC; }

h1 {
	color: #0000FF;
	font-size: large;
	font-weight: bold;
}

h2 {
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
}

h3 {
	color: #880088;
	font-size: x-small;
	font-weight: bold;
}

h3.problem {
	color: #FF0000;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
}

h3.solution {
	color: #0066FF;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.title {
	color: #880088;
}

.pes {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

.blue {
	color: #0000FF;
}


#headerright {
	background-image: url(images/header2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#sidebar {
	width: 175px;
	background-image: url(images/sidegrad.jpg);
	background-repeat: repeat-x;
	background-color: #0000FF;
}

#content {
	width: 600px;
	padding: 5px;
}

.smalltext, .smalltext td { font-size: 10px; }
.xsmalltext, .xsmalltext td { font-size: 8px; }
.blackoutline { border: 1px solid #000000; }
.blacktext, .blacktext td { color: #000000; }
.whitetext, .whitetext td { color: #FFFFEE; }

div.navmenu, a.navmenu:link, a.navmenu:visited {
	display: block;
	width: 175px;;
	border-top: 1px solid #666666;
	padding-left: 8px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #FFFFFF;
}
a.navmenu:hover {
	display: block;
	width: 175px;;
	color: #000000;
	background-color: #FFFFFF;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
}
#currentpage {
	text-decoration: underline;
	font-weight: bold;
}