body {
	background-position: center top;
	background: #000066 url('images/background.gif') no-repeat 50% 0%;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	color: #222222;
}

#container {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;

}

a {
color: #000066;
text-decoration: underline;
}

a:hover, a:visited {
text-decoration: none;
color: #222222;
}

.containertop {
	background-image: url('images/containertop.gif');
	background-position: center top;
	background-repeat: no-repeat;
	height: 14px;
}

#header {
    padding-bottom: 10px;
}

#header .logo {
	border: none;
	float: left;
	margin: 0 0 0 20px;
}

#header h1 {
    text-align: right;
    padding: 0px;
    margin: 0px;
    margin-right: 30px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 210%;
    color: #000066;
       
}

#header h2 {
    text-align: right;
    padding: 0px;
    margin: 0px;
    margin-right: 30px;
}

#content {
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('images/containerbackground.gif'); 
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#navigation {
width: 200px;
padding-right: 10px;

font-size: 90%;
text-align: left;
float: right;
}

#navigation ul {

}

#navigation ul li {
	margin: 8px 0px;
	list-style-image: url('images/bullet.gif');
	list-style-position: outside;
}

#navigation ul li:hover {
	list-style-image: url('images/bullethover.gif');
}



#footer {
clear: both;
padding: 0 0 10px 20px;
font-size: 98%;

margin: 0;
text-align: left;
background-image: url('images/containerbackground.gif'); 
	background-repeat: repeat-y;
	background-color: #ffffff;
}

.containerbottom {
	background-image: url('images/containerbottom.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 14px;
}

#footer address {
font-size: 80%;
font-style: normal;

}