@charset "UTF-8";
/* CSS Document */


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 4px;
	}
	
#maintenance {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}

#translatebar {
	position:relative;
	float: right;
	width: 100px;
	clear: left;
	}

#container {
	position:relative;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	overflow: auto;
	top:-80px;
	}
	
img#banner {
	top:48px;
	left:7px;
	}
	
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	position:relative;
	width:860px;
	height:359px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	top:-60px;
	}
	
#header h5 {
	color: #330000;
	position:relative;
	float: right;
	clear: both;
	}
	
#banner {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
	margin-right:auto;
	clear:both;
	}

#mainnavigation {
	position:relative;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	top:98px;
	height: 50px;
	font-size:14px;
	}
		
#mainnavigation li {
	font-weight: bolder;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	top:12px;
	width:94px;
	text-align: center;
	vertical-align: middle;
	}
	
#mainnavigation a {
	color: #FFCC33;
	text-decoration: none;
	}
	
#mainnavigation a:hover {
	color:#FFCC33;
	text-decoration: underline;
	}
	
#content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position:relative;
	float:right;
	width:570px;
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	overflow: auto;
	min-height:500px;
	}
	
#content h1 {
	text-align: center;
	font-variant: small-caps;
	}
	
#content a {
	text-decoration:none;
	color:#006600;
	}

#content a:hover {
	text-decoration:underline;
	}
	
#content h2 {
	text-align: center;
	font-variant:small-caps;
	}
	
#content table {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	width:90%;
	}

#content p {
	text-indent:1.5em;
	}

#skyline {
	margin-top: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	}
	
#fadeshow1 {
	background-color:#FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	}
	
#secondarynavigation {
	padding: 10px;
	float:left;
	width: 250px;
	overflow:auto;
	background-image: url(../images/secondarynav.png);
	background-repeat: no-repeat;
	color:#CCCCCC;
	min-height: 370px;
	}

#secondarynavigation h4 {
	color:#FFCC33;
	text-align:center;
	font-variant: small-caps;
	}		
#secondarynavigation p {
	text-align:center;
	}
	
#secondarynavigation a {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#secondarynavigation a:hover {
	color:#CCCCCC;
	text-decoration: underline;
	}
	
		
ul.navlist {
	font-size:small;
	list-style-type: square;
	}
		
#footer {
	position:relative;
	width: 860px;
	padding: 10px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	top:-110px;
	background-color:#FFFFFF;
	}
		
.footerimage {
	margin-left: 5px;
	margin-right: 5px;
	}
	
#footerimage {
	position:relative;
	float:left;
	border: 0px;
	}
	
#footeraddress {
	text-align:right;
	position:relative;
	float:right;
	width: 260px;
	top: -145px;
	}
	
#disclaimer {
	padding: 10px;
	font-size:x-small;
	position:absolute;
	text-align: center;
	width: 840px;
	}
		
#disclaimer li {
	display: inline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	}
