﻿body {
	background-color: #036;
	font: 11px verdana, sans-serif;
	margin: 0px;
	text-align:center;
	

}



#containerPage
{ 
	width:830px; 
	background: green ; 
	margin:0 auto; 
	text-align:left;
	background-color: white;
}






/* BEGIN Layout */

#header {
	width: 600px;
	margin: auto auto;
/*	border: medium lime solid; */ 
	background: black; 
	border: medium white solid; 
}


.bye {
	FONT-FAMILY:verdana;
	color:#494949; 
	font-size:1px;
	}
	

#navigation {
	width: 600px;
	margin: auto auto;
}

#bodymain {
/*	width: 790px;  */
	width:auto;
/*ORG	height: 500px; */
	height:  740px;
/*	border: thick  solid orange;   */
}




#bodymainShort {
/*	width: 790px;  */
	width:auto;
	height: 420px; 
/*	border: thick  solid orange;   */
}













	#sidebar {
		float: left;
		background: url(images/wrapleftbg.gif) no-repeat 0 0;
		width: 30%; 
		padding-right: 20px;
		padding-bottom:-650px;
	}
	
		#nav {
			background: url(images/sidenavbg.gif) no-repeat right 0;
			padding-right: 3px;
		}
	
			.navhead {
				background-color: #ECECEC;
				padding: 6px 6px 10px 12px;
				margin: 1px 0 0 9px;
			}
		
		#news {
			background-color: #F5F5F5;
			border-bottom: 3px solid #F0F0F0;
			margin: 10px 0 0 9px;
		}
		
			.newshead {
				background-color: #F5F5F5;
				padding: 6px 10px 10px 12px;
				border-top: 3px solid #F0F0F0;
			}
	
	
	
#leftcontainer { 
	float: left;
	width:25%; 
	padding-right: 5px;
/*	border: thin fuchsia solid;   */
	background-color: white;

}

#rightcontainer { 
	float: right;
	width:70%; 
/*	border: thin green solid;  */
	padding: 10px;
	padding-right: 20px;
	background-color: white;
	
}	
	

#rightcontainer p
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: black;
//ORG 	font-size: 77%;
	font-size: small ; 
}












#leftcontainer1 { 
	float: left;
	width:29%; 
	padding-right: 5px;
/*	border: thick fuchsia solid;   */


}

#rightcontainer1 { 
	float: right;
	width:70%; 
/*	border: thick green solid;  */
	padding: 10px;
	padding-right: 20px;
	
}	
	

#rightcontainer1 p
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: black;
//ORG 	font-size: 77%;
	font-size: small ; 
}
























	
	
	
	
	#contenta {
		float: right;
		width: 70%;
		background: url(images/banner.jpg) no-repeat 0 0;
		padding-top: 15px;
		padding:20px;
	}
	
		#mainservices {
			background: url(images/listbgblue.gif) repeat-y 0 0;
			margin: 14px;
			padding: 14px 20px;
		}
		
		#otherservices {
			background: url(images/listbggray.gif) repeat-y 0 0;
			margin: 14px;
			padding: 14px 20px;
		}

	#copyright {
		float: left;
		margin: 0 7px 70px 14px !important;
		padding: 0 !important;
		border: 0 !important;
		font: 0.8em Verdana !important;
		background: none !important;
	}
	
	#designer {
		margin: 0 14px 70px !important;
		padding: 0 !important;
		border: 0 !important;
		float: right;
		font: 0.8em Verdana !important;
		background: none !important;
	}

/* END Layout */

/* BEGIN Styles */


#navigation {
	background-color: #333333;
	color: #9D9D9D;
}

	#navigation a {
		color: #FFFFFF;
		text-decoration: none;
		font: 1.15em Trebuchet MS;
		margin: 9px;
	}


#navbg{
	background-color: #E3E3D7;
	color: #E3E3D7;
}






	
#body {
	background-color: #FFFFFF;
}
	
	#sidebar h2 {
		font: 1.4em Trebuchet MS;
		float: left;
	}
	
	#sidebar ul {
		list-style-type: none;
		margin: 0 0 40px 9px;
		padding: 10px 10px;
		background: url(images/navbg.gif) repeat-x 0 0;
	}
	
		#sidebar li {
			padding: 4px 0;
			font: bold 1em Trebuchet MS;
			border-bottom: 1px dotted #CCCCCC;
			background: url(images/arrow.gif) no-repeat right center;
		}
		
		.navlink {
			padding-left: 10px;
			background: url(images/sidebullet.gif) no-repeat 0 center;
		}
		
	#sidebar a {
		text-decoration: none;
		color: #606060;
	}
	
		#news p {
			border-top: 1px dotted #7A7A7A;
			margin: 5px 0;
			padding: 10px 3px;
			font: 0.9em Arial;
		}
		
		#news a {
			color: #7AB3D8;
			font-weight: bold;
		}

	#content h2, h3 {
		font-family: Trebuchet MS;
		font-style: italic;
	}
	
	#content h2 {
		font-size: 1.6em;
		margin: 0 0 5px 14px;
	}
	
	#content p {
		margin: 10px 26px 10px 16px;
		line-height: 1.8em;
	}
	
	#content a {
		color: #00AEEF;
		font-weight: bold;
	}







		#mainservices ul {
			list-style-type: none;
			margin: 10px 0;
		}
		
			#mainservices li {
				padding: 7px 0 7px 14px;
				border-bottom: 1px dotted #A4C4D8;
				background: url(images/bullet.gif) no-repeat 2px center;
			}
		
		#otherservices ol {
			margin-left: 20px;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
			#otherservices li {
				padding: 7px 0;
				border-bottom: 1px dotted #A4C4D8;
			}

#footer {
	background-color: white;
	width: 790px;
	text-align:center;
}



			
#footer p {
	font-size: large;
	text-align: center;
	padding: 14px;
	border-bottom: 1px dashed #DBDBDB;
	margin: 0 10px 10px 10px;
	background: url(images/footbg.gif) repeat-x 0 0;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
		
	#designer a, #copyright a {
		font-weight: bold;
	}
	
	#designer, #designer a {
		color: #0072BC;
	}

/* END Styles */

/* START Classes */

.break {
	clear: both;
}

.wrapper {
	padding: 9px;
}

#newsexpand {
	float: right;
	width: 24px; height: 24px;
	background: url(images/newsexpand.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#navexpand {
	float: right;
	width: 24px; height: 24px;
	background: url(images/navexpand.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

/* END Classes */
;
	text-indent: -9999px;
	display: block;
}

/* END Classes */
