.rightalign {
	text-align: right;
	margin-top: -1.5em;
	}
.centeralign {
	text-align: center;
	}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
	}
#header {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
body {
	text-align: center;
	background-color: #9ec7A0;
}
#tblmenu table{
	float: left;
	margin-right: 5px;
	margin-top: 15px;
	width: 85px;
	/*clear: both;*/
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
}
#tblmenu tr td{
	list-style-type: none;
	padding: 5px 5px 5px 5px;
	}
/*remove color & underline*/
#tblmenu tr td a { 
	color: #000000;
	text-decoration: none;
}
/*remove auto centering*/
 #tblmenu tr { 
	margin: 0px;
	padding: 0px;
} 
#tblmenu tr td a:hover {
	color: #ffffff;
}
#tblmenu table tr :hover {
	background-color: #333333;
}

#menu {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	width: 80px;
	/*clear: both;*/
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

#menu ul li{
	list-style-type: none;
	padding: 5px 5px 5px 5px;
	}
/*remove color & underline*/
#menu ul li a { 
	color: #000000;
	text-decoration: none;
}
/*remove auto centering*/
 #menu ul { 
	margin: 0px;
	padding: 0px;
} 
#menu ul li a:hover {
	color: #990000;
}
#menu ul li:hover {
	background-color: #c8e1a0;
}
#content {
	float: left;
	width: 590px;
	background-repeat: repeat-x;
	background-image: url(gif/bgfade.gif);
	padding: 15px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	}
/*
#content {
	float: left;
	width: 590px;
	background-image: url(QuadRule3.gif);
	padding: 15px;
	}
*/
#sidebar {
	float: right;
	width: 200px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin-top: 15px;
	margin-right: 15px;
}
 
#footer {
	clear: both;
	width: 830px;
	padding-top: 10px;
	border-top: 1px solid #000000;
	margin-left: 105px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;

	}
/* remove bullets */
#footer ul li { 
	list-style-type: none;
	margin-right:20px;
}
/*remove color & underline*/
#footer ul li a { 
	color: #000000;
	text-decoration: none;
}
/*remove auto centering*/
 #footer ul { 
	margin: 0px;
	padding: 0px;
} 

/* #footer1 {
	clear: both;
	float: left;
	width: 620px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;

	}
#footer2 {
	clear: both;
	text-align: right;
	float: right;
	width: 200px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
	}
 */
#widemenu ul li { /*remove bullets*/
	float: left;
	list-style-type: none;
	padding: 5px 30px 5px 5px;
	font-family: Comic Sans MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#widemenu ul li a { /*remove color & underline*/
	color: #000000;
	text-decoration: none;
}
#widemenu ul li a:hover {
	color: #990000;
}
#widemenu ul li:hover {
	background-color: #cccccc;
}
#widemenu {
	background-color: #aaaaaa;
	margin-top: 10px;
	height: 30px;
}
#widemenu ul {
	margin: 0px;
	padding: 0px;
}