body {
 margin: 0px;
 padding: 0px;
 background-color: #1a76b7;/*#FF9966;*/
 font-family: verdana, arial, times new roman;
}

.container {
/* good vertical alignment sample: http://www.infinitywebdesign.com/research/cssverticalcentereddiv.htm */

/* this vertically and horizontally centers the div tag */
position:absolute;
top: 50%; 
left: 50%;
width: 800px;
height: 800px;
margin-top: -400px; /*set to a negative number 1/2 of your height*/
margin-left: -400px; /*set to a negative number 1/2 of your width*/
/* the stuff below is just formatting crap */

font-family: Verdana, Arial, Times New Roman;
background-color: #FFFFFF;
border-style: solid;
border-width: 2px;
border-color: red;
margin-bottom: 0px;
padding-bottom: 0px;
}


.header {
	background-image: url(/header.jpg);
	height: 181px;
	width: 800px;
	/*
	width: 800px;
	height: 181px;
	*/
}

.sidemenu a:link,a:visited {
	color: blue;
	text-decoration: none;
}

.sidemenu a:hover {
	text-decoration: bold;
	font-weight: bold;
}

.sidemenu {
	text-align: middle;
	clear: both;
	float: left;
	width: 198px;
	height: 600px;
	font-size: 10pt;
	overflow: hidden;
	border-right: 2px;
	border-right-style: solid;
	border-color: red;
}

.sidemenu ul {
	margin-left: 10px;
	padding: 0px;
	vertical-align: middle;
}

.sidemenu li {
	margin-left: 10px;
	vertical-align: middle;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	padding-bottom: 5px;
}

.content {
	margin-left: 20px;
	font-size: 10pt;
	overflow: auto;
	float: left;
	width: 570px;
	height: 600px;
}

.content h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14pt;
}

.content h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 11pt;
}

.content li {
	list-style-image: url(/check_lock_24.gif);
	font-weight: bold;
}

.footer {
	padding-top: 4px;
	clear: both;
	width: 800px;
	height: 17px;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: red;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}