@charset "UTF-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin: 30px 0px 30px 0px;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
	background-color:#000000;
}
a:link, a:visited{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.container{
	margin: 0 auto;
	width:820px;
}
.container .hd{
	background: transparent url(images/top.png) no-repeat;
	height:20px;
}
.container .bd{
	background: transparent url(images/mid.png) repeat-y;
}
.container .bd .c{
	margin-left: 20px; margin-right:20px;
}
.container .ft{
	background: transparent url(images/bot.png) no-repeat;
	height:20px;
}
.hspacer{
	height:10px;
	background-color:#FFFFFF;
}

div#navBar{
	background-image:url(images/navBg.jpg);
	height:27px;
}
div#navBar table{
	margin-top:5px; text-align:center;
}
.star{
	color:#FF0000;
}
.top{
	background-image:url(images/top.jpg);
	height:27px;
	width:192px;
}
.top span{
	position:relative;
	top:5px;
	color:#FFFFFF;
	padding:8px;
	margin:8px;
}
div.content{
	background-color:#FFFFFF;
	background-position:center;
	margin-left:8px;
	margin-right:8px;
}
div.content table{
	margin:20px 16px 25px 12px;
}
div.alert{
	background-color:#13523B;
	color:#FFFFFF;
}
img{
	border:none;
}
div.content a:link, div.content a:visited{
	color:#666666;
	text-decoration:underline;
}
.copyright{
	color:#999999;
	text-align:center;
	font-size:10pt;
}
ul{
list-style:none;
}
div#map{
	width:400px; height:400px;
}