body {
	background-color: #400000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
#container {
	background-color: #FFF7EF;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 155px;
	width: 800px;
	background-image: url(image/toplogo.png);
}

#content {
	padding: 0px;
	margin-right: 20px;
	margin-left: 160px;
        padding-bottom: 20px;
	background-color: #FFF7EF;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
#leftmenu {
	float: left;
	width: 160px;
	height: 350px;
	background-image: url(image/leftmenu1.png);
	background-repeat: no-repeat;
	background-color: #FFF7EF;
	padding: 0px;
}
#leftnav {
	float: left;
	width: 120px;
	margin-top: 35px;
	padding-left: 5px;
}
#leftnav ul, #leftnav li
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
#leftnav a
{
	display: block;
	width: 120px;
	padding-bottom: 8px;
	text-decoration: none;
}
#leftnav a:link, .navlist a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#leftnav a:visited
{
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}
#leftnav a:hover
{
	text-decoration: none;
	color: #0000ff;
}
#footer {
	background-image: url(image/footer.png);
	background-repeat: no-repeat;
        height: 20px;
	clear: both;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#subfooter {
	height: 20px;
	clear: both;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top:5px;
}
#subfooter a:link, #subfooter a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#subfooter a:hover {
	color: #FF0;
	text-decoration: underline;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #394AE1;
	line-height: 20px;
}
h3 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}
p {
	font-family: Arial;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}
a {
	color: #E82525;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #E82525;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #901BBE;
	text-decoration: none;
}
.smalltext {
	font-family: Arial;
	font-size: 10px;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}

