body {
    margin: 50px 0px;
    padding: 0px;
    text-align: center;
	background-color: #0000FF;
	font-size: 12px;
	font-family: arial, sans-serif;
}

div#container {
    width: 720px;
    margin: 0px auto;
    text-align: left;
    border: 1px solid #000000;
	background-color: #0B1C64;
	height:100%;
}

div#left {
	float: left;
    width: 185px;
	margin:0px;
    text-align: left;
	padding: 5px;
	height:375px;
}

div#center {
	float: left;
	width: 335px;
	margin:0px;
	text-align: left;
	height:375px;
}

#right {
	float: left;
    width: 180px;
	margin:0px;
    text-align: left;
	padding: 5px;
	height:375px;
}

#right img { float:right; padding:5px; }
#right div { width:180px; height:100px; background-color:#8CC63E; }
#right a { text-decoration:none; color:white; }
#right a:hover { color: #44f; }

.rightheader { 
margin-top:0px;
margin-left:10px;
font-size: 14px;
font-weight:bold;
}

.righttext {
font-size: 10px;
font-weight:bold;
margin-top:-10px;
margin-left:10px;
}

#menu {
width: 720px;
margin: 0px;
padding: 0px;
}

#menu ul {
list-style: none;
margin: 0px;
padding: 0px;
width: 120px;
float: left;
}

#menu a {
display: block;
margin: 0px;
padding: 0px;
height:40px;
color: #fff;
background: #2D3597;
text-decoration: none;
font-weight: bold;
}

#menu a:hover {
color: #2D3597;
background: #fff;
}

#menu li {position: relative; text-align: center; vertical-align: middle; line-height: 40px; margin: 0px; padding: 0px;}

#maillistblock {
float:right;
width: 200px;
position:relative;
z-index:20;
}

#maillistblock a {
	text-decoration:none;
	color:white;
	overflow: auto;
	white-space: nowrap;
}

#maillistblock a:hover { color: #8AD3F4; }

#footer {
	width: 720px;
	height: 50px;
	position: relative;
	clear: both;
	background: #8cd2f4;
	color: #113F7B;
	text-align: center;
	font-weight: bold;
}

#footer a { text-decoration: none; color: #113F7B; }
#footer a:hover { color: white; }
