
body{
	background: #00133a url(../images/bg.jpg) center top repeat-x ;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #00133A;
	margin: 25px;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	}

#header_wrapper{
	width: 900px;
	w/idth: 900px;
	/width: 900px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/top.gif) top no-repeat;
	}

#header h1{
	width: 880px;
	height: 178px;
	margin: 0;
	padding: 10px 10px;
	background: url(../images/header.gif) center center no-repeat;
	text-indent: -9000px;
	}
	
	#header h1 a{
		width: 880px;
		height: 178px;
		display: block;
		margin: 0;
		padding: 0;
		border: none;
		}

#navigation ul{
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font: bold 14px "Times New Roman", Times, serif;
	text-transform: uppercase;
	}
	
	#navigation li{
		list-style-type: none;
		none; display: inline;
		margin: 0; 
		padding: 0 20px;
		}

	#navigation a:link, #navigation a:visited, #navigation a:active{
		color: #dfd8bd;
		text-decoration: none;
		background: url(../images/bullet.gif) no-repeat left center;
		padding-left: 20px;			
		}
		
	#navigation a:hover{
		color: #fff;
		}

#content_wrapper {
	width: 900px;
	w/idth: 900px;
	/width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #F6F1DC;
}
	#content_wrapper .bottom {
		clear: both;
		background: #F6F1DC url(../images/bottom.gif) bottom no-repeat; 
		height: 28px;
		}
		
		#content {
			padding: 5px 20px 0 20px;
		}

#navigation_home {
	text-align: center;
	font: bold 14px "Times New Roman", Times, serif;
	text-transform: uppercase;	
	margin-left: auto;
	margin-right: auto;
	padding-left: 6px;
	}
#navigation_home ul{
	margin: 0;
	padding: 0;
	}
	
	#navigation_home li{
		list-style-type: none;
		display: inline;
		text-align:center;
		margin: 0;
		}

	#navigation_home a:link, #navigation_home a:visited, #navigation_home a:active{
		color: #dfd8bd;
		text-decoration: none;
		padding: 270px 0 9px 0;
		display: block;
		width: 209px;
		opacity: 0.9;
			filter:Alpha(opacity=90);
		float: left;
		margin: 15px 9px 0px 5px;
		}
		
	#navigation_home a:hover{
		color: #fff;
		opacity: 1;
			filter:Alpha(opacity=100);
		}
		#navigation_home li.govt a:link, #navigation_home li.govt a:visited, #navigation_home li.govt a:active{ 
			background: url(../images/buttons/govt.gif) no-repeat bottom center;
			}
		#navigation_home li.industry a:link, #navigation_home li.industry a:visited, #navigation_home li.industry a:active{ 
			background: url(../images/buttons/industry.gif) no-repeat bottom center;
			}
		#navigation_home li.general a:link, #navigation_home li.general a:visited, #navigation_home li.general a:active{ 
			background: url(../images/buttons/general.gif) no-repeat bottom center;
			}
		#navigation_home li.members a:link, #navigation_home li.members a:visited, #navigation_home li.members a:active{ 
			background: url(../images/buttons/members.gif) no-repeat bottom center;
			}

#footer{
	clear: both;
	color: #F6F1DC;
	font-size: 11px;
	text-align: center;
	}

img.middle { display: block; margin: 0 auto; }
img.border { padding: 10px; border: 1px solid #cccccc; } 
