/* CSS Document */

#container {
	width: 800px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	background-color:#ffffff;
}

#header {
	width:800px;
	height:100px;
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
	

#content {
	position:relative;
	width:800px;
	height:auto;
}

#footer {
	width:800px;
	height:25px;
}

#copyright {
	width:800px;
	height:25px;
}

#w3 {
	width:800px;
	height:35px;
	background-color:#cecece;
}

#date {
	width:800px;
	height:40px;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#fff;
	background-color:#000;
}

hr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:90%;
	text-align:center;
	color:#000;
}

h1 {
	font-size: 18px;
	text-align:center;
	color:#ff0000;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	color:#ff0000;
	text-align:left;
	font-weight:bold;
}

h4 {
	font-size: 12px;
	color:#000000;
	text-align:left;
	font-weight:bold;
}

h5 {
	font-size: 11px;
	color:#ff0000;
	text-align:left;
	font-weight:bold;
}

.date {
	font-size:10px;
	color:#000;
	background-color:#cecece;
}

.date a:link {
	text-align:center; 
	color:#0000ff; 
}

.date a:visited {
	text-align:center; 
	color:#990000; 
}

.date a:hover {
	color:#ff0000;
	font-size:11px;
}

.content {
	font-size:12px;
	text-align:left;
	color:#000;
	padding-top:5px;
	background-image: url(/images/contentbg.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.content a:link {
	text-align:center; 
	color:#0000ff; 
}

.content a:visited {
	text-align:center; 
	color:#990000; 
}

.content a:hover {
	color:#ff0000;
	font-size:14px;
}

.copyright {
	font-size: 11px;
	color: #000;
	text-align:center;
	background-color:#cecece;
}

.footer a:link {
	text-align:center; 
	color:#0000ff; 
}

.footer a:visited {
	text-align:center; 
	color:#990000; 
}

.footer a:hover {
	color:#ff0000;
	font-size:12px;
}

.footer {
	font-size:11px;
	color:#000;
	text-align:center;
	background-color:#cecece;
	padding-top:3px;
}

.header {
	font-size:12px;
	color:#000;
	text-align:center;
	vertical-align:top;
}

.sitemap {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#fff;
}

div.scroll {
	height: 450px;	
	width: 673px;	
	overflow: auto;	
	padding: 0px;
}

.mapsection {
	font-family: Tahoma;
	font-size: 14px;
}

.mapitem {
	font-family: Tahoma;
	font-size: 12px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#FF0000
}

.image {
	padding:5px;
}