body {
	margin: 0px;
	padding: 0px;
	background-color: #124796;
	font-family: Arial;
}
div, h1, h2, form, label, input, textarea, img, span, p{
	margin:0; padding:0;
}
p{
	font:.8em arial;
}
p img.left{
	padding:0 5px 0 0;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.center{
	text-align:center;
}
#flash{
	width:775px;
	margin:auto;
}
#content{
	width:775px;
	margin:auto;
	background:#FFFFFF url(../images/leftbg.gif) left bottom repeat-x;
}
#leftContent{
	width:235px;
	float:left;
}
#leftContent ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
	width:235px;
}
#leftContent ul li{
	width:215px;
	list-style:none;
	background:#DEEBFF url(../images/sidemenu.gif) 5px 5px no-repeat;
	font:bold .8em arial;
	color:#1964D4;
	padding:5px 0 10px 20px;
	border-bottom: solid 1px 
}
#leftContent ul li a, #leftContent ul li a:visited{
	color:#1964D4;
	text-decoration:none;
}
#rightContent{
	width:530px;
	padding:9px 0 0 9px;
	float:right;
	background:#FFFFFF;
	border-left:solid 1px #696969;
}
#footer{
	clear:both;
	background:url(../images/bottom-bg.gif) repeat-x;
	height:60px;
	width:775px;
	margin:auto;
	font:.7em arial;
	color:#666666;
	text-align:center;
	line-height: 26px;
}
#footer a, #footer a:hover, #footer a:visited{
	color:#000;
	text-decoration:none;
	padding: 5px;
}