	body {  
		font-family: Verdana, Geneva, sans-serif;
		color: #333;
		margin: 0; padding: 0;
		text-align: left;
		background: #F2EEE6 url(images/bg_body_tile.jpg) 0 0 repeat-x;
	}
	
	body.inside {
		background: #F2EEE6 url(images/bg_body_tile_inside.jpg) 0 0 repeat-x;
	}
	
	h1, h2, h3 {
		margin-top: 0;
	}
	
	h1 {
		font-size: 140%;
	}
	
	h2 {
		font-size: 120%;
		clear: both;
	}
	
	h3 {
		font-size: 100%;
	}
	
	p, li {
		line-height: 1.5em;
		font-size: 75%;
	}
	
	a {
		color: #06c;
		text-decoration: underline;
		outline: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	#wrapper {
		position: relative;
		text-align: left;
		width: 990px;
		margin: 0 auto 0 auto;
		padding: 0;
		min-height: 800px;
	}
	
	* html #wrapper {
		height: 800px;
	}			
	
	#header {
		width: 990px;
		height: 148px;
		overflow: hidden;
	}
	
	#logo {
		position: relative;
		float: left;
		width: 220px; height: 148px; 
		margin: 0; padding: 0;
	}
	
	#logo h1 {
		margin: 0; padding: 0;
		position: relative;
		width: 220px; height: 148px; 
		overflow: hidden;
	}
	
	#logo h1 a {
		display: block;
		cursor: pointer;
	}
		 
		#logo h1 span {
			display: block;
			position: absolute; left: 0; top: 0; z-index:1;
			width: 220px; height: 148px; 
			margin: 0; padding: 0;
			background: url(images/bg_logo.jpg) top left no-repeat; 
		}
		
		#navigation {
			position: relative;
			width: 756px;
			height: 80px;
			margin: 0; padding: 0;
			float: left;
		}
		
		#navigation ul {
			position: relative;
			width: 756px;
			height: 80px;
			margin: 0; padding: 0;
			float: left;
		}
	
		#navigation li {
			float: left;
			list-style: none;
		}

		#navigation li a {
			display: block;
			height: 80px;
		}
		
		#navigation li.bt1 a {
			background: url("images/menu1.jpg") 0 0 no-repeat;
			width: 107px;
		}
		
		#navigation li.bt2 a {
			background: url("images/menu2.jpg") 0 0 no-repeat;
			width: 97px;
		}
		
		#navigation li.bt3 a {
			background: url("images/menu3.jpg") 0 0 no-repeat;
			width: 113px;
		}
		
		#navigation li.bt4 a {
			background: url("images/menu4.jpg") 0 0 no-repeat;
			width: 121px;
		}
		
		#navigation li.bt5 a {
			background: url("images/menu5.jpg") 0 0 no-repeat;
			width: 107px;
		}
		
		#navigation li.bt6 a {
			background: url("images/menu6.jpg") 0 0 no-repeat;
			width: 111px;
		}
		
		#navigation li.bt7 a {
			background: url("images/menu7.jpg") 0 0 no-repeat;
			width: 100px;
		}
		
		#navigation li a:hover {
			background-position: 0 -80px;
		}

		#navigation li a.selected {
			background-position: 0 -80px;
		}

		#navigation li a span,
		#navigation li span span {
			display:none;
		}
	
	#strapline {
		float: left;
		padding: 12px 0;
	}
	
	#strapline p {
		font-size: 90%;
		color: #ccc;
		margin: 0;
	}
	
	#search {
		float: right;
		width: 220px;
		margin: 12px 10px 0 0;
		text-align: right;
	}
	
	
	#sliderwrapper {
		display: block;
		width: 990px;
		height: 302px;
		overflow: hidden;
		margin: 0 0 15px 0; padding: 0;
	}
	
		#sliderwrapper h1 {
			font-size: 180%;
		}
	
	#leftintro {
		float: left;
		margin-left: 15px;
		width: 470px;
	}
	
	* html #leftintro {
		margin-left: 8px;
	}
	
		#leftintro h1 {
			font-weight: 100;
		}
		
		#leftintro h1 span {
			color: #c00;
		}
		
		#leftintro p {
			font-size: 100%;
		}
	
	#rightintro {
		float: right;
		margin-right: 15px;
		width: 470px;
		margin-right: 15px;
	}
	
	* html #rightintro {
		margin-right: 8px;
	}
	
	#rightintro h2 {
		margin: 0; padding: 0;
		background: url(images/bg_tab_news.jpg) 0 0 no-repeat;
		width: 108px; height: 37px;
		z-index: 1;
		position: relative;
		top: 1px;
	}
	
	#rightintro h2 span {
		display: none;
	}
	
	#rightintro #news {
		width: 450px;
		padding: 10px;
		border: 1px solid #E7DFCF;
		border-bottom: 3px solid #E7DFCF;
		background: #fff;
		overflow: hidden;
	}
	
	.newsitem {
		display: block;
		overflow: hidden;
		margin-bottom: 10px;
		clear: both;
	}
	
	.newsdate {
		float: left;
		background: url(images/bg_news_date.jpg) 0 0 no-repeat;
		width: 48px; height: 48px;
		overflow: hidden;
		text-align: center;
		color: #fff;
	}
	
	.newsdate p {
		margin: 0; padding: 0;
		font-size: 60%;
		font-weight: bold;
	}
	
	.newsdate p span {
		display: block;
		font-size: 180%;
		font-weight: bold;
		color: #333;
		margin-top: 7px;
	}
	
	.newscontent {
		float: right;
		width: 390px;
	}
	
	.newscontent p {
		margin-top: 0;
	}
	
		
	
	#panelcontainer {
		clear: both;
		display: block;
		overflow: hidden;
		width: 960px;
		padding: 15px 15px 0 15px;
	}
	
	.panelwrap {
		float: left;
		width: 232px;
		margin-right: 9px;
		position: relative;
		padding-bottom: 25px;
		background: url(images/bg_panel_footer.jpg) left bottom no-repeat;
	}
	
	.panelwrap.off {
		margin-right: 0;
	}
	
	.panelwrap .corner {
		position: absolute;
		top: 1px; right: 0;
		width: 8px; height: 36px;
		background: url(images/bg_panel_rcorner.jpg) 0 0 no-repeat;
	}
	
	.panelinfo {
		float: left;
		width: 223px;
		background: #fff;
		border: 1px solid #E7DFCF;
		border-bottom: none;
		min-height: 350px;
	}
	
	* html .panelinfo {
		height: 350px;
	}
	
	.panelinfo h3 {
		font-size: 90%;
		background: #D30000;
		color: #fff;
		margin: 0;
		padding: 5px;
		display: block;
	}
	
	.panelinfo p, .panelinfo li {
		margin-top: 0;
		line-height: normal;
		font-size: 85%;
	}
	
	.panelinfo p.img {
		text-align: center;
	}
	
	.panelinfo span {
		display: block;
		padding: 8px;
	}
	
	.panelinfo img {
		margin-bottom: 5px;
		border: none;
	}
	
	.panelinfo ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.panelinfo li {
		line-height: 2em;
		padding-left: 15px;
		background: url(images/bg_bullet_list.jpg) 0 1em no-repeat;
	}
	
	#breadcrumb {
		display: block;
		padding: 20px;
	}
	
	#breadcrumb p {
		margin: 0;
		color: #fff;
	}
	
	#breadcrumb a {
		color: #fff;
	}
		
	
	#content-wrapper {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		overflow: hidden;
		position: relative;
	}
	
	.content {
		float: left;
		width: 700px;
	}
	
	.content.wide {
		width: 960px;
	}
		
		.content h1, .content h2 {
			font-size: 140%;
			font-weight: 100;
			margin-top: 0;
		}
	
	.submenu {
		float: right;
		width: 230px;
	}
	
	.submenu-list-wrapper {
		width: 230px;
		background: url(images/bg_submenu_footer.jpg) left bottom no-repeat;
		padding-bottom: 40px;
	}
	
	.submenu-list {
		width: 230px;
		background: url(images/bg_submenu_body.jpg) 0 0 repeat-y;
	}
	
	.submenu-list h3 {
		display: block;
		width: 210px; height: 15px;
		padding: 10px;
		overflow: hidden;
		color: #fff;
		font-weight: 100;
		background: url(images/bg_submenu_heading.jpg) 0 0 no-repeat;
	}
	
	.submenu-list ul {
		margin: 0;
		padding: 0;
		margin-left: 10px;
		margin-right: 10px;
		list-style: none;
	}
	
	.submenu-list li {
		line-height: normal;
		padding: 10px 0 10px 20px;
		margin-bottom: 5px;
		background: url(images/bullet_submenu.jpg) 0 0.9em no-repeat;
		border-bottom: 1px dotted #ccc;
	}
	
	.submenu-list li.last {
		margin-bottom: 0;
	}
	
	.submenu-list li a {
		text-decoration: none;
		color: #666;
	}
	
	.submenu-list li a:hover {
		text-decoration: none;
		color: #333;
	}
	
	.submenu-list li.selected a {
		color: #C00;
	}
	
	

	#footer-wrapper {
		clear: both;
		width: 100%;
		background: #444 url(images/bg_footer_bottom_tile.jpg) left bottom repeat-x;
		border-top: 5px solid #777;
		padding: 10px 0;
		text-align: center;
	}
	
	#footer {
		display: block;
		position: relative;
		width: 960px;
		text-align: left;
		margin: 0 auto;
		overflow: hidden;
		color: #ccc;
	}
	
	#footer a {
		color: #ccc;
	}
	
	#footer h4 {
		display: block;
		margin-top: 0;
		font-weight: 100;
		padding-bottom: 2px;
		border-bottom: 1px solid #ccc;
	}
	
	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#footer li {
		line-height: 2em;
		padding-left: 15px;
		background: url(images/bg_bullet_list_footer.jpg) 0 1em no-repeat;
	}
	
	.ft-section {
		float: left;
		margin-right: 10px;
		width: 230px;
		margin-bottom: 10px;
	}
	
	.ft-section.wide {
		width: 470px;
		margin-right: 15px;
	}
	
	.ft-section.off {
		margin-right: 0;
	}
	
	#footer-bottom {
		clear: left;
		display: block;
		width: 960px; height: 50px;
		overflow: hidden;
	}
	
	#footer-bottom ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#footer-bottom li {
		display: inline;
		padding: 0;
		background: none;
	}
	
	#footer-bottom li img {
		border: 1px solid #ccc;
		padding: 1px;
	}
	
	#footer-bottom .left {
		float: left;
		width: 470px;
	}
	
	#footer-bottom .left p {
		margin-top: 0;
		font-size: 70%;
		color: #999;
	}
	
	#footer-bottom .right {
		float: right;
		width: 470px;
		text-align: right;
	}
	
	.invalid,
	.required {
		color: red;
	}
	
	.articles,
	.prevnext {
		font-size: 67.5%;
	}
	
	.skip {
		display: none;
	}
	
	#forms {
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
	}
	
	#forms fieldset {
		display: block;
		width: 90%;
		margin: 0 0 3em 0;
		padding: 0 1em 1em 1em;
		border: 1px dashed #ccc;
	}

	#forms legend {
		font-size: 140%;
	}
	
	#forms label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 75%;
	}

	#forms input,
	#forms textarea {
		display: block;
		width: 25em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: normal;
		border: 1px solid #ccc;
		padding: 3px;
	}
		
	#forms select {
		display: block;
		border: 1px solid #ccc;
	}
	
	#forms textarea {
		height: 150px;
	}
	
	#forms input.submit {
		width: auto;
		background: #eee;
		border: 2px solid red;
		padding: 3px;
		font-size: 100%;
	}
	
	#forms input.hidden {
		border: none;
		display: none;
	}	
	
	#forms input.checkbox {
		display: inline;
		width: auto;
		margin-right: 1em;
		border: none;
	}
	
	#forms label.checkbox {
		display: inline;
	}
	
	#forms label.first {
		padding-top: 1em;
	}
	
	#forms fieldset fieldset {
		float: left;
		border: 1px solid #ccc;
	}
		
	#forms fieldset fieldset legend {
		font-size: 100%;
	}
	
	#forms fieldset fieldset label {
		float: left;
		padding-top: 1em;
		margin-right: 15px;
	}
	
	#forms .spacer {
		margin: 0; padding-top: 1em;
	}
	
	#forms fieldset.radio {
		margin: 1em 0 2em 0;
		border: 1px solid #ccc;
	}
	
	#forms fieldset.radio input {
		clear: both;
		float: left;
		width: auto;
		border: none;
	}
	
	#forms fieldset.radio label{
		font-weight: normal;
	}

	.clearer {
		clear: both;
		height: 1px;
	}
	
	/********* CMS STYLES ********/
	
	.errors {
		font-size: 75%;
		color: #CC0000;
	}
	
	.ditto_wrapper .ditto_link {
		text-align: right;
	}

	.ditto_wrapper a, .ditto_wrapper a:visited, .ditto_wrapper a:hover {	
		border: 0;
	}
	
	.ditto_pages .ditto_currentpage {
		border: 1px solid #000;
		padding: 1px 5px 2px;
		margin-right: 1px;
		background-color: #ccc;
		color: #666;
	}
	
	.ditto_pages .ditto_off {
		border: 1px solid #999;
		padding: 1px 5px 2px;
		margin-right: 1px;
		color: #ccc;
	}
	
	.ditto_pages a, .ditto_pages a:link, .ditto_pages a:visited {
		border: 1px solid #0066CC;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ditto_pages a:hover {
		background-color: #fff;
		color: #000;
	}
	
	
		.searchTerms {
		font-size: 75%;
		padding: 10px 0;
	}
	
	.ajaxSearch_highlight1,
	.ajaxSearch_highlight2,
	.ajaxSearch_highlight3,
	.ajaxSearch_highlight4,
	.ajaxSearch_highlight5 {
	}
	
	.ajaxSearch_result,
	.ajaxSearch_resultDescription {
		font-size: 100%;
	}
	
	.ajaxSearch_paging {
		font-size: 75%;
		margin: 15px 0;
	}
	
	.ajaxSearch_paging a, .ajaxSearch_paging a:link, .ajaxSearch_paging a:visited {
		border: 1px solid #A71E3A;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ajaxSearch_paging a:hover {
		background-color: #fff;
		color: #000;
	}
	
	.ajaxSearch_output {
		border: 1px solid black;
		position: absolute;
		left: 0;
		top: 0;
	}


	/********* EDITOR SELECTORS ********/
	.image-right {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	.image-left {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.left {
		text-align: left;
	}
	
	.center {
		text-align: center;
	}
	
	.right {
		text-align: right;
	}
	
	.justify {
		text-align: justify;
	}
	
	
	/******** AJAX SEARCH V1.8.4************/
	
	#ajaxSearch_form {
			display:inline;
	}
	#ajaxSearch_input {
			width: auto;
			display: inline;
			height: 17px;
			border: 1px solid #ddd;
			border-left-color: #c3c3c3;
			border-top-color: #7c7c7c;
			background: #fff url(images/input-bg.gif) repeat-x top left;
			margin: 0 3px 0 0;
			padding: 3px 0 0;
			vertical-align: top;
	}
	#ajaxSearch_submit {
			display: inline;
			height: 22px;
			line-height: 22px;
	}
	#ajaxSearch_output {
			border: 1px solid #444;
			padding: 10px;
			background: #fff;
			display: block;
			height: auto;
			vertical-align: top;
	}
	.ajaxSearch_paging {
		margin:0;
		display: block;
		padding-bottom: 10px;
	}
	.AS_ajax_result {
			color: #444;
			margin-bottom: 3px;
	}
	.AS_ajax_resultLink {
			text-decoration: underline;
	}
	.AS_ajax_resultDescription{
			color: #555;
	}
	.AS_ajax_more {
			color: #555;
	}