html {
	overflow: scroll; /* show scrollbars to prevent funny page jumping between different length pages */
	}

body {
	background: #EEE;
	width: 100%;
	padding: 0 0 10px 0; /* alter this if you want to pad the site from the top or bottom */
	text-align: center;
	}

/* wrapper to locate page to centre in all browsers */
#wrapper { 
	margin: 0 auto;
	width: 960px; 
	text-align: left;
	} 

/* container needed to style containing bars */
#container { 
	float: left;
	width: 960px;
	background: #fff;
	margin: 10px 0 0 0;
	border-right: 1px #555 solid;
	border-left: 1px #555 solid;
	border-top: 1px #555 solid;
	border-bottom: 1px #555 solid;
	}

#headerBar { 
	float: left; 
	width: 960px;  
	height: 213px;
	padding: 0;
	
	}

	#headerBar h1 {
		color: #fff;
		float: left;
		font-size: 90%;
		margin: 170px 0 0 20px;
		width: 150px;
		font-weight: normal;
	}
	

				
		#headerText {
			float: right;
			width: 200px;
			margin-top: 160px
		}
	
	
			#headerText h2 {
				color: #fff;
				font-size: 200%;
				margin: 0;
				}
		
			#headerText p {
				color: #fff;
				margin: 0;
				}

#mainBar { 
	display: block;
	width: 960px; 
	float: left; 
	margin: 0;
	padding: 0 0 10px 0;
	background: #fff;
	}

#mainWrapper {
	width: 960px;
	float: left;
	background: #fff;
	}

/*MAIN CONTENT*/


#mainContentWrapper {
	width: 755px;
	float: left;
	background-image: url('/images/template/body/body_gradient.gif');
	background-repeat: repeat-x;
	margin: 10px 0 0 15px;
	}
	
	#mainContent {
			width: 450px;
			float: left;
			}
			
		#mainContent h2{
			color: #0077bd;
			font-size: 140%;
			margin: 10px 10px 0 10px;
			}
		
		#mainContent h3{
			color: #0077bd;
			font-size: 180%;
			margin: 0 10px 0 10px;
			font-weight: bold;
			}

		#mainContent li {
			list-style: circle;
			margin: 5px 10px 10px 30px;
			padding: 0;
			}
			
		#mainContent a {
			color: #000;
			text-decoration: none;
			}
			
		#mainContent a:hover {
			color: #000;
			text-decoration: underline;
			}
			
		.img {
			padding: 0 5px;
		}
	
		#mainrightBar { 
			display: block;
			width: 230px; 
			float: right; 
			padding: 0;
			margin: 10px 20px 0 0;
			}
			
		#mainrightBar li { 
			margin: 10px 0 0 -20px;
			}
		
	#leftBar { 
		display: block;
		width: 180px;
		float: left; 
		margin: 10px 0 0 10px;
		padding: 0 0 20px 0;
		background: #555;
		}

	 #leftMenu {
		background: #555;
		font-size: 105%;
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
			
		#leftMenu li {
			margin: 4px 3px 0 3px;
			padding-bottom: 4px;
			border-bottom: 1px solid #aaa;
			}
			
		#leftMenu li a {
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 3px 0 3px 10px;
			margin: 0 -3px 0 -3px;
			}
	
		#leftMenu li a:hover, .highlightItem {
			background-image: url('/images/template/leftmenu/leftmenu_gradient.jpg');
			background-repeat: repeat-y;
			}
			
		.leftImage {
		display: block;
		width: 150px;
		height: 180px;
		float: left; 
		margin: 10px 0 10px 10px;
		background-repeat: no-repeat;
		padding: 0 0 20px 0;
			
			}

	#rightBar { 
		display: block;
		width: 180px; 
		float: right; 
		padding: 0;
		margin: 10px 20px 10px 0;
		background-image: url('/images/template/rightmenu/right_gradient.png');
		background-repeat: repeat-x;
		}
	
		#rightBar h2 {
			color: #fff;
			}
			
		#rightBar h3 {
			color: #fff;
			margin-left: 10px;
			}
			
		#rightBar h4 {
			color: #fff;
			margin: 10px 0 0 10px;
			}
			
		#rightBar p {
			color: #fff;
			}
			
		#rightBar a {
			text-decoration: none;
			color: #000;
			}
			
		#rightBar a:hover {
			text-decoration: underline;
			color: #000;
			}
	

#footerBar { 
	float: left; 
	width: 960px; 
	margin: 0;
	padding: 0;
	}

	#footerBar .colOne {
		float: left;
		margin: 0 20px 0 10px;
		padding: 0;
		font-size: 80%;
		}
			
	#footerBar	.colOne span {
		color: #000;
		}
			
	#footerBar .colTwo {
		float: right;
		margin: 0 20px 0 20px;
		padding: 0;
		font-size: 80%;
		}	
		
	#footerBar .colTwo a {
		color: #000;
		text-decoration: none; 
		}	
		
		#footerBar .colTwo a:hover {
			color: #000;
			text-decoration: underline;	}	
		
