body	{
	background:	transparent;
	font-family:	arial, sans-serif;
	font-size:	small;
	margin: 0px;
	border: 0px;
	padding: 0px;
	
	}

#page	{
	width:	800px;
	min-width:	750px;
	position: relative;
	margin: 20px auto;
	
	}

#inner-page	{
	
	}


#header {		
	font-weight:	bold;
	background: url(images/headerLogoC.gif) repeat-y 100% 0;
	
	}

#header img	{
	float:	right;
	padding-top:	0px;
	margin: 0px;
}

#headerLogoA	{
	padding-top:	0px;
	margin-left:	0px;	
	font-size:	300%;	
	font-weight:	bold;
	height:	124px;	
	}

#topNav	{	
	height:	18px;
	background:	#005825;
}

#topNav	ul{
	float:	left;
	list-style-type:	none;
	padding:	0px;
	margin:	0px;
	text-decoration:	none;
	font-weight: bold;		
}

#topNav li {
	float:	left;
	display: block;
	width: 100px;
	margin:	0px;	
}

#topNav a {
	display: block;
	
	text-align:	center;
	background: 	#005825;
	text-decoration:	none;
	color: 		white;
	
}

#topNav a:hover	{
	position: relative;
	top: 1px;	
	left: 1px;
	background: 	#009933;
	border: 1px solid black;
}

#main	{
	
	width:	100%;
	height:	auto;
	background:	transparent;	
	}

#main-inner	{
	width:	600px;
	float:	left;
}


#left	{
	float:	left;
	width:	170px;	
	background: url(images/leftColumnFade1.gif) repeat-y 100% 0;	
	height:	520px;	
	}

#leftSurveillance	{
	float:	left;
	width:	170px;	
	background: url(images/leftColumnFade1.gif) repeat-y 100% 0;	
	height:	680px;	
	}

#leftContact	{
	float:	left;
	width:	170px;	
	background: url(images/leftColumnFade1.gif) repeat-y 100% 0;	
	height:	630px;	
	}

#content	{
	float:	left;
	width:	390px;
	height:	500px;
	text-align:	justify;	
	}

#contentSurveillance	{
	float:	left;
	width:	390px;
	height:	680px;
	text-align:	justify;		
	}

#content a:link	{
	color:	blue;
}

#content a:visited	{
	color:	blue;
}	

#right	{
	float:	right;
	width:	199px;
	background: grey;
	height:	510px;	
}

#rightSurveillance	{
	float:	right;
	width:	199px;
	height:	650px;
	background: grey;	
}

#rightContact	{
	float:	right;
	width:	199px;
	height:	620px;
	background: grey;
			
}


h2	{
	font-family: 	arial, sans-serif;
	margin-left:	0px;
	font-size:	20px;	
	font-weight:	lighter;
	}

h1	{
	
	text-align:	center;
	font-size:	20px;
	font-family: 	verdana, sans-serif;
	
}

h3	{
	
	text-align:	left;
	font-size:	15px;
	font-family: 	arial, sans-serif;
	
}

#headingContact	{
	margin-left:	50px;
	font-size:		15px;
}

#footer	{
	clear:	both;
	background-color: #005825;	
	text-align:	center;
	text-decoration:	none;
	border:	0px;
	margin:	0px;
	padding-top:	10px;
	color:	white;
	
}

#footer p{
	
	padding:	0px 10px 0px 10px;
	display:	inline;
	
}

#footer	a {
	color:	white;
}








