body {
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.menu {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #445e14;
	padding: 6px;
}
.footer {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #254574;
	padding: 2px;
}
.menu a:link {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.menu a:hover {
	color: #333399;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.sitemaptext {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
}
a:link {
	font-weight: bold;
	color: #660000;
}
a:visited {
	font-weight: bold;
	color: #663300;
}
a:active {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #336600;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}
.footer a:link {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer A:hover {
	color: #333399;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodypadding {
	padding: 10px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #254574;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #254574;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #254574;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
ul {
	font-size: 12px;
	list-style-type: square;
}
td {
	font-size: 12px;
}

/* horizontal menu */
.indentmenu{
font: bold 12px Arial;
width: 100%; /* leave this value as is in most cases */
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #254574;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /* text color */
padding: 5px 11px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #FFFFFF; /*text color of selected and active item*/
background: #000000;
}

#maincontent{
	padding: 24px 12px 12px;
	width: 90%;
}
#sidebar{
	vertical-align: top;
	width: 150px;
	padding-top: 40px;
}

/* right-hand menu */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 140px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 2px solid #FFFFFF; /*light dark dark light*/
background-color: #254574;
text-decoration:none;
}

.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: white;
	background-color: #cccc99;
}
.lctableHeader {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0066CC;
}
.lcTable {
	padding: 4px;
}
.imgRight {
	float: right;
	padding-left: 12px;
}
.imgLeft {
	float: left;
	padding-right: 12px;
}
.seedaLogo {
	background-image: url(../images/seeda_logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
