	html, body {
	}

	body {
		
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		background: #666666; 
		color: #666666;
	}

	p{
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}

	h1{
		color: #666666;
		font-family: Trebuchet MS, Verdana, Arial,  Helvetica, sans-serif;
		line-height: 28px;
		font-size: 26px;
		margin: 0;
	}

	h2{
               font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	       font-size: 16px;
	       font-weight: normal;
	       color: #00AFF0;
               line-height: 20px;
	}


	h3{
		color: #666666; 
                font-size: 16px;
		font-family: Trebuchet MS, Verdana, Arial,  Helvetica, sans-serif;
	}

	a    {  color: #00AFF0;   text-decoration: none; }
	a:active  {  color: #00AFF0;  text-decoration: underline; }
	a:visited {  color: #00AFF0;  text-decoration: underline; }
	a:Hover	{   color: #333333;  text-decoration: underline; }

	#container {
		width: 940px;
		margin: 0 auto;
		position: relative;
		top: 10px;
	}

	#header {
		height: 100px; 
		width: 940px;
		margin: auto 0;
		text-align: right;		
	}

	#header-content{
		padding-top: 55px;
		padding-bottom: 10px;
		color: #ffffff;
		text-align: left;
		border-bottom: 1px solid #ffffff;
		font-size: 14px;
	}

	#header-content small{
		font-size: 10px;
	}

	#logo{
		position: absolute;
		top: 0px;
		right: 10px;
		z-index: 2;
	}

	#menu{
		
	}

	#body{
		width: 940px;		
		position: relative;
		top: 0px;
	}

	#search{
		
		height: 22px;
		padding-top: 10px;
	}

	#content{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #666666; 
	}

	#left {
		float:left;
		width:174px;
		margin:0;
		padding-top: 10px;
	}

	#right {
		float:right;
		width:174px;
		margin:0;
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	#middle {
		margin:10px 10px 20px 180px;
		border-left: 1px solid #ffffff;
		padding-left: 20px;
		min-height: 450px;
	}

	#middle li{
		list-style-type: square;
		padding-bottom: 15px;
	}


	#footer{
		width: 800px;
		font-color: #ffffff;
		text-align: center;
	}


	#clear{
		clear: both;
	}

	#error{
		font-weight: bold;
		color: #ff0000;
	}

	#alert{
		font-weight: bold;
		color: #ff0000;
	}

	#highlight{
		font-weight: bold;
		color: #ff0000;
	}

	/** MAIN MENU **/

.menuset1 a:link    {  color: #00AFF0;   text-decoration: none }
.menuset1 a:active  {  color: #00AFF0;  text-decoration: none }
.menuset1 a:visited {  color: #00AFF0;  text-decoration: none }
.menuset1 a:Hover {   color: #666666;  text-decoration: none }


.menuset1{
	font-family: Verdana, Trebuchet MS,  Helvetica, sans-serif;
        text-align: left;
	font-size: 14px;
	font-weight: bold;
	
}

.footer a:link    {  color: #ffffff;   text-decoration: none; }
.footer a:active  {  color: #ffffff;  text-decoration: none; }
.footer a:visited {  color: #ffffff;  text-decoration: none; }
.footer a:Hover {   color: #ffffff;  text-decoration: underline; }

/** GENERIC **/

#table_scroll td{
	height: 200px;
	overflow: hidden;
	table-layout: fixed;
}

/****** ACCOUNT ******/

#account_logged_in{
	border: 1px solid #000000;
}

#account_logged_in th{
	text-align: left;
	background-color: #798b68;
	color: #ffffff;
	padding: 5px;
}

#account_logged_in th a{
	color: #ffffff;
}

#account_logged_in td{
	background-color: #d1f0b3;
	padding: 5px;
}

#account_logged_in td a{
	color: #9c180c;
	font-weight: bold;
}

#account_logged_in td a:hover{
	color: #798b68;
	text-decoration: none;
}

#account_register th{
	text-align: left;
}

#account_box{
	float:right;
	position: absolute;
	z-index:20;
	right: 521px;
	
}

#account_box a{
	color: #ffc422;
}

/*** NEWS ***/

#module_header{
	background: url("/templates/Default/images/module_header_bg.jpg") repeat-x left center;
	padding: 5px;
	font-weight: bold;
}

#news_list th{	
	text-align: left;	
}

#news_list th a{
	color: #ffffff;
	font-weight: bold;
}

#news_list th a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#news_list td{
	color: #ffffff;
}

#news_list td a{
	color: #ffffff;
	font-weight: normal;
}

#news_list td a:hover{
	text-decoration: underline;
}

#news_list li{
	list-style-type: square;
}

#news_list a{
	color: #ffffff;
	text-decoration: none;
}

#news_list a:hover{
	text-decoration: underline;
}

/** PHOTO GALLERY **/

#photo_gallery{
	padding: 0px;
}

#photo_gallery img{
	border: 1px solid #000000;
	cursor: pointer;
}

#photo_gallery th{
	padding: 5px;
}

#photo_gallery td{
	padding: 5px;
}
