body {	
	background: url(images/banner.jpg) repeat-x;
	width: 900px;
	margin: 0 auto;
	background-color:#fefafa;
	text-align:center;	
}

#container {
	text-align:left;
}

#banner {
	width: 900px;
	height: 132px;
	text-align: center;		
}

#banner ul {
	list-style:none;
	margin:0px;
}

#banner h1 {
	font:  60px "Arial", Arial, serif;
	margin:0px;
	padding-top:30px;
}

#banner h2 {
	font:  24px "Arial", Arial, serif;
	color:#FFFFFF;
	margin:0px;
	padding-top:5px;
}

#menubar {
	width: 900px;
	height: 41px;
	font:  bold 14px "Arial", Arial, serif;
	text-align: center;	
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding-top: 13px;
}

#menubar li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;	
}

#menubar li a {
	color: #fefafa;
	text-decoration: none;
}

#menubar li a:hover {
	text-decoration: underline;
}


#introduction {
	width: 542px;
	height: 140px;
	font: Bold 16px "Arial", Arial, serif;
	color:#000000;
	padding-top: 10px;
}

#leftsidecontentbackground {
	width: 179px;
	height: 687px;
	background: url(images/leftsidecontentbackground.jpg);
	padding-top:0px;
	margin-top:0px;
	float:left;
}

#leftsidecontentbackground h4 {
	font: Bold 18px "Arial", Arial, serif;
	color:#000000;
	margin:0px;
	margin-top:: 0px;
	margin-bottom:0px;
	padding-top: 15px;
	padding-left: 2px;
}

#leftsidecontentbackground h5 {	
	margin-top:: 0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-left: 2px;
	text-decoration: none;
}

#leftsidecontentbackground h5 a {
	font: Bold 14px "Arial", Arial, serif;
	color:#000000;
	text-decoration: none;
}

#leftsidecontentbackground ul {
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-left:6px;
}

#leftsidecontentbackground li a {
	font: Bold 12px "Arial", Arial, serif;
	color: #324bcb;
	margin:0px;
	text-decoration: none;
}

#leftsidecontentbackground li a:hover {
	text-decoration: underline;
}

#centrecontentbackground {
	width: 527px;
	height: 687px;
	background: url(images/contentbackground.jpg);
	margin:0px;
	position:relative;
}

#centrecontentbackground img {
	text-align:center;
	margin-top:20px;
}

#rightsidecontentbackground {
	width: 194px;
	height: 687px;
	background: url(images/rightsidecontentbackground.jpg);
	padding-top:0px;
	margin-top:0px;
	float:left;
}

#rightsidecontentbackground h4 {
	font: Bold 18px "Arial", Arial, serif;
	color:#000000;
	margin:0px;
	margin-top:: 0px;
	margin-bottom:0px;
	padding-top: 25px;
	padding-left: 15px;
}

#rightsidecontentbackground ul {
	list-style: none;
	margin: 0;
	padding-top: 10px;
	padding-left:15px;
}

#rightsidecontentbackground li {
	padding-top:10px;
}

#rightsidecontentbackground li a {
	font: Bold 16px "Arial", Arial, serif;
	color: #324bcb;
	margin:0px;
	text-decoration: none;
}

#rightsidecontentbackground li a:hover {
	text-decoration: underline;
}




#maintext {
	width: 890px;
	height: 1040x;
	font: Bold 16px "Arial", Arial, serif;
	color:#000000;
	padding-top:20px;
}

#maintext h3 {
	font: Bold 18px "Arial", Arial, serif;
}


#footer {
	width: 900px;
	height: 9px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;	
}

#footer ul {
	list-style: none;
	margin: 0;
	padding-top: 10px;
}

#footer li {
	display: inline;
}

#footer li a {
	color: #000000;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}


/*remove border from linked images*/
img {
	border-style:none;
}








