body
{
	font-family : Arial, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
	background-color : #393839; /*dark grey*/
}

h1
{
	margin : 5px 0px 0px 0px;
	padding : 0px;
  
	font-size : 23px;
	font-weight : normal;
	color : #4ED12B; /*green*/
}

h2, h2 a
{
	margin : 0px 0px 0px 0px;
	padding : 0px;
  
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
	color : #4ED12B; /*green*/
}

p
{
	margin : 5px 0px 0px 0px;
}

a
{
	color : #FFFFFF;
}

img.border
{
	border : 7px solid #FFFFFF;
}

img.thumbnail
{
	border : 4px solid #FFFFFF;
	float : left;
	margin : 0px 10px 10px 0px;
}

ul#navigation
{
	position : absolute;
	top : 195px;
	left : 200px;
	margin : 0px;
	padding : 0px;
  
	list-style-type : none;
}

ul#navigation li
{
	float : left;
	padding : 0px;
	margin : 0px 40px 0px 0px;
}

ul#navigation li
{
	display : block;
	color : #FFFFFF;
	font-size : 23px;
	font-weight : normal;
	text-decoration : none;
}

ul#navigation li a
{
	display : block;
	padding : 3px 10px 0px 10px;
	margin : 0px;
	color : #FFFFFF;
	font-size : 23px;
	font-weight : normal;
	text-decoration : none;
}

ul#navigation li a:hover, li a.active, li a.active:hover
{
	display : block;
	padding : 3px 10px 0px 10px;
	margin : 0px;
	color : #FFFFFF;
	font-size : 23px;
	font-weight : normal;
	text-decoration : none;
	background-color : #393839; /*dark grey*/
}

ul#navigation li a:hover
{
	background-color : #434243;  /*lighter grey for rollover*/
}

ul.subnavigation
{
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}

ul.subnavigation li
{
	line-height : 150%;
}

ul.subnavigation a, ul.subnavigation a:hover
{
	text-decoration : none;
}

ul.subnavigation a.active-sub, ul.subnavigation a.active-sub:hover
{
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
}

div.left
{
	float : left;
	width : 450px;
	margin : 3px 0px 0px 20px;
	display : inline;
}

div.right
{
	float : left;
	width : 520px;
	margin : 3px 0px 0px 10px;
	display : inline;
}

div.clear
{
	clear : both;
	height : 0px;
	line-height : 0px;
	font-size : 0px;
}

div#content div.left
{
	width : 370px;
	text-align : right;
	margin : 20px 0px;
  
	background : #434243;  /*lighter grey*/  
}

div#content div.left div
{
	padding : 0px 2px 5px 0px;
}

div#content div.right
{
	float : right;
	text-align : left;
	width : 580px;
	margin-right : 20px;
	display : inline;
}

div#bottom div.left
{
	color : #666666;
	font-size : 11px;
}

div#bottom div.right
{
	float : right;
	text-align : right;
	color : #666666;
	font-size : 11px;
	width : 400px;
	margin-right : 20px;
}

div#bottom a
{
	color : #666666;
	font-size : 11px;
	text-decoration : none;
}

div#bottom a:hover
{
	color : #666666;
	font-size : 11px;
	text-decoration : underline;
}

div#culturelink a, div#culturelink a:hover
{
	color : #DADADA;
	font-size : 23px;
	text-decoration : none;
}

div#culturelink a:hover
{
	color : #FFFFFF;
}

/*Forms*/
form
{
	line-height : 250%;
	margin : 0px;
	width : 90%;
}

fieldset
{
	border : 0px;
	padding : 0px;
}

label
{
	float : left;
	text-align : right;
	width : 25%;
	margin-right : 10px;
}

form br
{
	clear : both;
}

input.text, select.text
{
	float : left;
	color : #000000;
	width : 70%;
}


input.button
{
	color : #000000;
}

textarea.text
{
	float : left;
	color : #000000;
	width : 70%;
	height : 160px;
	padding : 1px;
}