@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #BEBEBE;
}

.container sides{
	background-color: #000033;
	width:100%;
}

.content {
	background-color: #ffffff;
	width:800px;
	margin: 0px;
	padding: 0px;
}

.address {
	font-size:12px;
	margin-right: 10px;
}


#footer {
	bottom: 0;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #00ccff;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;}
			#footer p {
	color: #fffccc;
	padding-bottom: 0;
	font-size: 11px;
			}

h1, h2{
	font-size:12px;
	margin-bottom: 10px;
	margin-left: 140px;
	color: #333399;
}

p {
	font-size:10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 140px;
	color: #373177;
	text-align: justify;
	margin-right: 140px;
}

#navlist {
	width: 130px;
	float: left;
	line-height:14px;
}

#navlist ul {
	background-image: url(images/nav.bg.gif);
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	line-height:14px;
	background-position: right top;
	background-repeat: no-repeat;
	height: 300px;
}

#navlist li { font-size:10px;
line-height:12px;
}

#navlist a {
	display: block;
	
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-repeat: no-repeat;
	line-height:12px;
	border-top-color: #0033CC;
	border-right-color: #0033CC;
	border-bottom-color: #000000;
	border-left-color: #0033CC;
}

#navlist a:link, #navlist a:visited {
color: #000066;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
	background-color: #ffff00;
	color: #3300CC;
	background-image: url(images/nav.bg.on.jpg);
	background-repeat: no-repeat;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-image:  url(images/nav.bg.on.jpg);
background-repeat: no-repeat;
color: #000000;
}

