/*	HTML ELEMENTS	*/

	html {
		margin: 0px;
		padding: 0px;
		background-color: #D1C9BB;
		background-image: url(../images/html_bg.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}
	body {
		margin: 0px;
		padding: 0px 0px 50px 0px;
		font-family: Arial, Verdana;
		font-size: small;
		color: #000000;
	}

	a { text-decoration: none; }
	a:hover { text-decoration: underline; }

	#page_container {
		width: 955px;
		margin: 0px auto 0px auto;
		padding: 0px;		
	}

	#navigation_container {
		background-color: #86765B;
		height: 82px;
		margin-bottom: 8px;
		text-align: right;
	}

	#logo {
		float: left;
	}
	
	#navigation {
		float: right;
		width: 750px;
	}
	
	#navigation ul {
		list-style-type: none;
		margin-top: 59px;
	}
	
	#navigation ul li {
		display: inline;
	}
	
	#navigation ul li a {
		padding: 0px 10px 4px 10px;
		color: #DFD9D0;
		text-decoration: none;
		text-transform: uppercase;
		border-bottom: 5px solid #C2B6A3;
		margin-left: 1px;
	}
	
	#navigation ul li a:hover {
		border-bottom: 5px solid #54C5D3;
		color: #FFFFFF;
	}

	#navigation ul li a.selected {
		border-bottom: 5px solid #54C5D3;
		color: #FFFFFF;
	}

	#accessibility {
		float: right;
		padding: 10px 10px 0px 0px;
		font-weight: normal;
	}
	
	#accessibility a { color: #DFD9D0; text-decoration: none; }
	#accessibility a:hover { color: #FFFFFF; text-decoration: none; }
	
	#accessibility_options ul {
		list-style-type: none;
	}
	
	#accessibility_options ul li {
		margin: 10px 0px 20px 0px;
	}
	
	#accessibility_options ul li a {
		padding: 3px 5px 3px 5px;
	}
	
	#banner {
		height: 290px;
		width: 955px;
		background-color: #54C5D3;
		color: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
	
	#banner img {
		float: left;
	}
	
	#banner h1 {
		font-family: Georgia, Times New Roman;
		font-size: 18px;
		margin: 0px 20px 0px 760px;
		padding: 170px 0px 0px 0px;
		font-weight: bold;
		font-style: italic;
	}
	
	#banner h2 {
		font-size: 13px;
		margin: 5px 20px 0px 760px;
		padding: 0px;
		font-weight: normal;
		font-style: italic;
	}

	#content_container {
		background-color: #D1CABC;
		background-image: url(../images/content_bg.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		padding: 11px 47px 16px 9px; 
		border-bottom: 1px solid #FFFFFF;
	}

	h1.page_title {
		font-family: Georgia, Times New Roman;
		font-size: 150%;
		margin: 0px 0px 15px 0px;
		padding: 33px 0px 8px 0px;
		border-bottom: 1px solid #54C5D3;
		color: #FFFFFF;
		font-weight: bold;
		font-style: italic;
	}
	
	h1.page_title span {
		background-color: #54C5D3;
		padding: 8px 14px 8px 14px;
	}

	h1 {
		font-family: Georgia, Times New Roman;
		font-weight: bold;
		font-style: italic;
		font-size: 160%;
	}
	
	h2 {
		font-family: Georgia, Times New Roman;
		font-weight: bold;
		font-style: italic;
		font-size: 115%;
		margin: 0px;
		padding: 0px;
	}
	
	#full_column {
		width: 852px;
	}
	
	#left_column {
		width: 182px;
		float: left;
	}
	
	#left_column a {
		text-decoration: none !important;
	}
	
	#right_column {
		width: 670px;
		float: right;
	}

	#left_column .column_title {
		background-color: #BB8412;
		color: #FFFFFF;
		padding: 13px 12px 11px 12px;
	}
	
	#left_column .column_title h1 {
		font-family: Georgia, Times New Roman;
		font-size: 130%;
		margin: 0px;
		padding: 0px;
	}
	
	#left_column .column_title p {
		margin: 5px 0px 0px 0px;
		padding: 0px;
	}
	
	.content_image {
		margin: 0px 0px 20px 20px !important;
		width: 150px;
		background-color: #86765B;
		color: #FFFFFF;
		float: right;
	}
	
	.content_image img {
		width: 150px;
	}
	.content_image p {
		padding: 4px !important;
		margin: 0px !important;
	}
	
	.latest_gallery {
		background-color: #86765B;
		color: #FFFFFF;
		margin-bottom: 10px;
	}
	
	.latest_gallery p {
		margin: 0px;
		padding: 5px 12px 5px 12px;
	}
	
	#left_column .side_list {
		background-color: #AB9B80;
		padding: 14px 12px 16px 12px;
		color: #FFFFFF;
		font-family: Arial, Verdana !important;
		margin-bottom: 20px;
	}
	
	#left_column .side_list .item {
		border-top: 1px solid #554120;
		padding-top: 5px;
		margin-top: 5px;
	}
	
	#left_column .side_list .item#first_item {
		border-top: none !important;
		padding-top: 0px !important;
		margin-top: 0px !important;
	}
	
	#left_column .side_list h3 {
		font-size: 90%;
		color: #554120;
		text-transform: uppercase;
		padding: 0px;
		margin: 0px;
		font-weight: normal;
		font-style: normal;
		font-family: Arial, Verdana !important;
	}
	
	#left_column .side_list h2 {
		font-size: small;
		color: #FFFFFF;
		padding: 0px;
		margin: 0px;
		font-weight: normal;
		font-style: normal;
		font-family: Arial, Verdana !important;
	}
	
	#left_column .side_list a:hover h2 {
		color: #000000 !important;
	}
	
	#left_column .side_list a:hover h3 {
		color: #000000 !important;
	}
	
	#lottery_funded {
		float: left;
	}
	
	#cultural_olympiad {
		float: right;
		width: 200px;
		font-size: 50%;
		text-align: right;
	}
	
	.spacer { clear: both !important; }

	.image_container {
		width: 249px !important;
		float: right;
		margin: 0px 0px 10px 40px;
		background-color: #86765B;
		color: #FFFFFF;
	}
	.image_container img {
		width: 249px !important;
	}
	.image_container p {
		width: 225px !important;
		margin: 0px;
		padding: 5px 12px 5px 12px;
	}	
	.image_container a {
		color: #FFFFFF !important;
		font-weight: normal !important;
	}

/*	LINKS			*/
	a { font-weight: bold; color: #000000; }
	a:hover {  }


/*	HEADINGS		*/
	h1 { }
	h2 { }
	h3 { margin: 0px !important; padding: 0px !important; font-size: 110%; font-family: Georgia, Times New Roman; }
	h4 { margin: 0px !important; padding: 0px !important; font-size: 100%; font-family: Georgia, Times New Roman; }
	h5 { }
	h6 { }

	
/*	TEXT			*/
	p { }

	
/*	TABLE			*/
	table { }
	td, th { text-align: left; vertical-align: top; }


/*	FORM			*/
	label { }
	fieldset { }
	legend { }


.message {
	background-color: #FFFFFF;
	padding: 10px;
	width: 370px;
	color: #C00;
}

/*	FORM ELEMENTS	*/
	.field_text {
		border: 1px solid #999999;
		width: 380px;
		font-size: small;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_select {
		border: 1px solid #999999;
		width: 380px;
		font-size: small;
		color: #999999;
		font-family: Arial, Verdana;	
	}
	.field_select_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
	}
	.field_select_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password {
		border: 1px solid #999999;
		width: 380px;
		font-size: small;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea {
		border: 1px solid #999999;
		width: 380px;
		height: 100px;
		font-size: small;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_focus {
		border: 1px solid #486AA8;
		width: 380px;
		height: 100px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		height: 100px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_button {
		background-color: transparent;
		border: none;
		font-size: small;
		font-weight: bold;
		color: #333333;
	}
	.field_button_over {
		background-color: transparent;
		border: none;
		font-size: small;
		font-weight: bold;
		color: #999;
		cursor: pointer;
	}


/*	CMS ELEMENTS	*/
	.entry_options {
		width: 130px;
		border-top: 4px solid #B4C4D1;
		border-bottom: 1px solid #B4C4D1;
		float: right;
		font-size: 11px;
	}
	.entry_options ul {
		margin: 10px 0px 10px 20px;
		padding: 0px;
		list-style-type: circle;
	}
	.cms_table {
		width: 670px !important;
		margin-top: 10px;
		border-top: 1px solid #B3C5D2;
		border-bottom: 1px solid #B3C5D2;
	}
	.cms_table a {
		display: block;
	}
	.cms_table a.read_more {
		font-weight: bold;
	}
	.cms_table th {
		font-weight: normal;
		font-size: 10px;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #B3C5D2;
		color: #333333;
	}
	.cms_table td {
		font-size: 11px;
		text-align: left;
		vertical-align: middle;
		border-bottom: 1px solid #B3C5D2;
		padding: 3px 0px 3px 0px;
	}
	.cms_table th a {
		display: inline;
	}
	.row_odd td {
		background-color: #E5E5E5;
	}
	.row_over td {
		background-color: #F8F3CC;
		cursor: pointer;
	}