body, tr, td, ul, li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color: #202740;
}
#header {
	height: 95px;
	background-color: #a22f2d;
	background-image: url(images/header.jpg)
}
#page {
   text-align: center;
}
#container {
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   width: 750px;
   margin-top: 20px;
   background-color: #ffffff;
   border: 1px solid #ffffff;
}
#menu {
	width: 161px;
	background-color: #e0e5e9;
	padding-top: 25px;
/*	background-image: url(images/left_corner.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
}
#menu div  {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
#menu ul {
	background-color: #e0e5e9;
}
#menu li {
	font-size: 8pt;
	list-style: none;
	padding: 5px;
	background-color: #96a5d0;
	margin-top: 1px;
	padding-left: 10px;
}
#menu li a {
	text-decoration: none;
	color: black;
}
#menu li a:hover {
	text-decoration: underline;
}
#content {
	width: 535px;
	background-color: #ffffff;
	line-height: 13pt;
	padding: 20px;
}
#content td {
	background-color: #ffffff;
	padding: 10px;
}
#content h1 {
	font-size: 14px;
	color: #202740;
	border-bottom: 1px dotted #999999;
}
#content ul, #content li {
	background-color: #ffffff;
	margin-left: 15px;
}
#content .sideInfo {
	float: right;
	clear: right;
	margin-top: 12px;
	margin-bottom: 12px;
}
#content a img {
	border: 0px;
	text-decoration: none;
}
#content a {
	color: #000000;
}
#footer {
	text-align: right;
   margin-left: auto;
   margin-right: auto;
   width: 750px;
   font-size: 7pt;
   background-color:  #a22f2d;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#footer a:hover {
	text-decoration: underline;
}
