body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	background-image: url(images/bodybackground.jpg);
	background-repeat: repeat;
	background-position: center center;
	text-align: justify;
}
#mainTable {
	line-height: 1.5em;
	background-color: #FFFFCC;
	background-image: url(images/title2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #000000;
}
#mainTable td {
	padding: 20px; /* Pads each table cell in modern browsers */
}
#maincontent {
	vertical-align: top;
	font-size: 14px;
	font-size: 100%;
	width: 100%;
}
#maincontent a {
	color: #990000;
	text-decoration: none;
}
#maincontent a:hover {
	color: #000000;
	text-decoration: underline;
}
#maincontent img {
	margin: 5px;
}
#sidebar {
	width: 200px;
	font-size: 12px;
	vertical-align: top;
	/*/*/font-size: 85%; /* */
}
#header {
	height: 50px;
}
#footer {
	color: #FFFFCC;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(images/footerbackground.jpg);
	font-size: 75%;
}
/* td, p, ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
} */
h1: first-child {margin-top: 0;}/*starts first h1 in TD flush top */
h2: first-child {margin-top: 0;}/*starts first h1 in TD flush top */
h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 160%;
} /* Font sizes for header tags relitive to body font size */
h2 {
	font-size: 130%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC00;
}
#sidebar a {
	padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px;
	font-weight: bold;
	color: #000000;
}
#sidebar a:hover, #sidebar a:active {
	color: #000000;
	background-color: #FFCC00;
	border: 2px solid #000;
}
#current a {
	color: #FFCC00!important;
	/*/*/background-color: #000000!important;
	border: 2px dotted #999 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	margin-left: 1em;
	list-style-type: none; /* */
}
#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
dt {
	font-weight: bold;
}