/* CSS Document */
body {
	background-color: #808080;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:table;
    width:100%;
}
#container {
	width: 980px;
	margin: 0 auto;
	background-color: #e9e7e7;
	border: 2px solid #d1d1d1;
}
#banner {
	background-color: #fff;
	border-bottom: 5px solid #d1d1d1;
	height: 83px;
	padding: 20px 30px 0 0;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#navigation {
	float: left;
	margin: 30px 0 0 35px;
	width: 205px;
}

#content {
	float: right;
	margin: 30px 35px 20px 49px;
	width: 656px;
}

#text {
	padding: 10px 20px;
	background-image: url(images/box_tile.gif);
	background-repeat: repeat-y;
	line-height: 18px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 20px;
	background-color: #fff;
	border-top: 5px solid #d1d1d1;
}
.header {
	font-size: 18px;
}
#navtext {
	width:205px; 
	position:relative; 
	font-size:11px; 
	padding: 0;
	background-image: url(images/nav_tile.gif);
	background-repeat: repeat-y;	
}
#navtext ul li a, #navtext ul li a:visited {
	display:block; 
	padding: 8px 19px 8px 15px;
	float: left;
	margin: 0 7px 0 3px;
	text-decoration:none; 
	color:#369;
	font-weight: bold;
	width:161px; 
	text-align: left;
	line-height:14px;
}
#navtext ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}
#navtext ul li,#navtext ul li {
	float:left; 
	position:relative;
}
#navtext ul li a:hover {
	color: #369;
	background-color: #f0f0f0;
}
#navtext ul li a:link.active, #navtext ul li a:visited.active, #navtext ul li a:hover.active {
	color: #c30;
	background-color: #f0f0f0;
}
/* CSS hacks for IE6 alignment */
* html #content {
	margin: 30px 15px 20px 29px;
}
*html #navigation {
	margin: 30px 0 0 15px;
}
*html #navtext ul li a, *html #navtext ul li a:visited {
	padding: 8px 12px 8px 12px;
}	
/*end*/
.red {
	color: #CC0000;
}
