body {
	background-color: #C3C229;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 135px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(images/side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 750px;
}
#mainTable {
	border: 1px solid #000000;
	line-height: 1.5em;
	background-color: #9CEBAD;
}		
#maintable td {
		padding: 5px;/*pads each cell in modern browsers*/
}
#maincontent {
	border-left: 2px dotted #006B4A;
	font-size: 100%;
	font-size: 100%;
	background-color: #FFFFFF;
	color: #006600;
}
#sidebar {
	width: 100px;
	font-size: 100%;
	vertical-align: top;
	font-size: 85%;
	background-color: #006600;
	background-image: url(images/greengrad.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#sidelow {
	fontsize: 12px;
	background-color: #006600;
	background-image: url(images/greengrad.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#header {
	color: #cccccc;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #C3C229;
}
#footer {
		background-color: #006B4A;
		color: #cccccc;
		
}
td, p, ul {
	font-family: Tahoma, Arial, Georgia, Verdana;
	line-height: 1.1em;
}
h1 { font-size: 160%; }
h2 { font-size: 140%; }

#sidebar a {
	padding: 3px;
	display: block;
	border: 2px solid #FAC37B;
	text-decoration: none;
	line-height: 1em;
	width: 170px;
	background-color: #006B4A;
	color: #FFFF00;
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
}
#sidebar a:hover, #sidebar a:active {
		color: #006B4A;
		background-color: #9CEBAD;
		border: 2px solid #FAC37B;
}
#sidebar ul {
		list-style-type: none; /* */
}
#sidebar li {
		/*/*/margin: 0px 0px 6px 0px; /* */
}
#footer a {
	color: #00CC00;
	font-family: Tahoma, Arial, Georgia, Verdana;
	font-size: 12px;
	font-weight: bold;
}
#footer a:hover, #sidebar a:active {
		color: #FFFFFF;
		
}
#maincontent a {
	color: #006B4A;
	font-family: Tahoma, Arial, Georgia, Verdana;
	font-size: 12px;
	font-weight: bold;
}
#maincontent a:hover, #maincontent a:active {
		color: #FFFF00;
		
}
#sidelow a {
	color: #9CEBAD;
	font-family: Tahoma, Arial, Georgia, Verdana;
	font-size: 12px;
	font-weight: bold;
}
#sidelow a:hover, #sidelow a:active {
		color: #00CC00;
		
}
