body {
	color: #000;
	background: #000;
	}

/* ======================== */
/*      Index Classes       */
/* ======================== */
#indexc {
	width: 885px;
	margin: 0px auto;
	}

	#index_top {
		background: #004644 url('../images/index_top.jpg') no-repeat;
		height: 208px;
		}
		
		#index_top h1, #index_top h2 { display: none; }
	
		#inav { padding: 165px 0px 0px 316px; }
		
			#inav ul {}
			
				#inav ul li {
					float: left;
					list-style-type: none;
					}
					
					#inav ul li img { border: none; }
	
	#index_bottom {
		background: #004644 url('../images/index_bottom.jpg') no-repeat;
		height: 392px;
		position:relative;
		}
	
		.ib_text {
			width: 379px;
			margin: 0px 0px 0px 316px;
			padding: 1px 40px 0px 84px;
			}
		
		.priv_link {
			position:absolute;
			width: 102px;
			height: 14px;
			margin: 0px;
			bottom:19px;
			right:93px;
			}
			
			.priv_link a { display: block; }




			
/* ======================== */
/*    Secondary Classes     */
/* ======================== */
#container {
	width: 885px;
	margin: 0px auto;
	}

	#header {
		background: #004644 url('../images/sindex_top.jpg') no-repeat;
		height: 174px;
		}
		
		#header h1, #header h2 { display: none; }

		#snav {
			background: #004644 url('../images/snav_bg.jpg') no-repeat;
			padding-left: 72px;
			}
		
		 #snav ul { height: 28px; }
		 
		 	#snav ul li {
				float: left;
				list-style-type: none;
				}
				
				#snav ul li img { border: none; }

	#content { background: #004944; }
		
		#c_text {
			background: #99bfbd;
			width: 685px;
			margin: 0px 29px 0px 35px;
			padding: 33px 58px 33px 77px;
			border-left: 1px solid #6e918e;
			border-right: 1px solid #ccdcdb;
			}
			
			/*.heading { background: url('../images/sec_heading_bg.gif') repeat-x left; }*/
			.heading 
			{
				width:100%;
				background-color:#FF2400;
				height:4px;
				margin-bottom:15px;
				position:relative;
			}
			.heading h2 {
				background: #99bfbd;
				display: inline;
				padding: 0px 10px 0px 5px;
				position:absolute;
				top:-8px;
				}
			
		#footer {
			background: #a4bebc url('../images/footer_bg.gif') repeat-x;
			text-align: right;
			width: 820px;
			height: 49px;
			margin: 0px 29px 0px 35px;
			border-left: 1px solid #6e918e;
			border-right: 1px solid #ccdcdb;
			border-bottom: 1px solid #6e918e;
			}
			
		.copyright {
			background: #004944;
			text-align: center;
			}