body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	background-repeat:repeat;
	margin: 0;
	padding:0 0 20px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.blue {
	font-size:18px;
	font-weight:bold;
	color:#004990;
	}

#wrapper {
	width:976px;
	margin:20px auto;
	padding:3px 0 3px 0;
	background:#fff;
	}

#container {
	width: 960px;
	background: #c6c6c6;
	background-image:url(images/grad.jpg);
	background-repeat:repeat-x;
	margin: 0 auto; 
	text-align: left;
	border:5px solid #004990;
}

#wrapper #container a:link, a:visited {
	text-decoration: none;
	color:#000;
	border-bottom:1px dotted #000;
}

#wrapper #container a:active, a:hover {
	text-decoration: none;
	border-bottom:1px solid #000;
}

#header {
	position:relative;
	width:960px;
	height:200px;
	padding:10px 5px 0 15px;
	color:#666;
}
	
#header a:link {text-decoration:none; border:none;}	
#header a:visited {text-decoration:none; border:none;}	
#header a:active {text-decoration:none; border:none;}	
#header a:hover {text-decoration:none; border:none;}
	
#header_list {
	position:absolute;
	top:10px;
	right:50px;
	width:15%;
	font-weight:bold;
	}
	
#header_address {
	position:absolute;
	bottom:2px;
	left:0;
	width:100%;
	margin:10px auto;
	font-weight:bold;
	text-align:center;
	}	
	
img {
	border:none;
	}

.navbox {
	position:relative;
	float:left;
	width:20%;
	height:auto;
	margin:0 0 15px 10px;
	padding:0 5px 0 12px;
	color:#c66505;
	font-weight:bold;
}

#wrapper #container .navbox a:link, a:visited {
	text-decoration: none;
	border:none;
	color:#c66505;
}
#wrapper #container .navbox a:hover, a:active {
	text-decoration: none;
	border-bottom:1px solid #c66505;
	}

#content {
	position:relative;
	float:right;
	margin:0 30px 0 0;
	width:70%;
	padding:10px 8px 10px 15px;
	background: #FFFFFF;
	font-size:.9em;
	line-height:27px;
	border:dotted 2px #bbb;
}

#wrapper #container #content a:link, a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#wrapper #container #content a:hover, a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#sub_content {
	margin:0 auto;
	width:70%;
	padding:0 8px 0 15px;
	background: #FFFFFF;
	font-size:.9em;
	line-height:27px;
	border:dotted 2px #bbb;
}

#wrapper #container #sub_content a:link {
	text-decoration: none;
	color:#000;
	border-bottom: 1px dotted #000;
}

#wrapper #container #sub_content a:visited {
	text-decoration: none;
	color:#000;
	border-bottom: 1px dotted #000;
}

#wrapper #container #sub_content a:hover {
	text-decoration: none;
	color:#000;
	border-bottom:1px solid #000;
}

#wrapper #container #sub_content a:hover {
	text-decoration: none;
	color:#000;
	border-bottom:1px solid #000;
}
	
.footer {
	height:auto;
	padding: 0 0 10px 0;
	text-align:center;
	font-weight:bold;
	clear:both;
}

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:smaller;
}

#wrapper #container .footer a:link, a:visited {
	text-decoration: none;
	border:none;
	color:#c66505;
}
#wrapper #container .footer a:hover, a:active {
	text-decoration: none;
	border-bottom:1px solid #c66505;
	}

