	html, body {
		height: 100%;
	}

	body {
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #2b4b64;
		color: #444;

	}

	p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	h1{
		color: #E3293E;
		font-family: Tahoma,  Helvetica, sans-serif;
		line-height: 24px;
		font-size: 23px;
	}

	h2{
		/*color: #81aecf; */
		color: #3B76B8;
		font-family: Tahoma,  Helvetica, sans-serif;
		font-size: 16px;
		line-height: 14px;
	}

	h3{
		color: #000000; 
		font-family: Tahoma,  Helvetica, sans-serif;
	}

	a    {  color: #0000FF;   text-decoration: underline; }
	a:active  {  color: #0000FF;  text-decoration: underline; }
	a:visited {  color: #0000FF;  text-decoration: underline; }
	a:Hover	{   color: #0000FF;  text-decoration: none; }

	#container {
		background: url(container.png) top center repeat-y !important;
		background: url(container.gif) top center repeat-y; /*stoopid ie*/
		width: 940px;
		margin: 0 auto;
		min-height: 100%;
		height: auto !important;
		height: 100%; /*stoopid ie*/
		position: relative;
		top: 2px;
	}

	#header {
		height: 100px; 
		width: 940px;
		margin-bottom: 0 !important;
		margin: 0 auto;
		background: #ffffff url(/templates/Default/images/header.jpg) top right no-repeat;
		text-align: right;		
	}

	#header-content{
	font-family: arial narrow;
		padding: 10px;
		color: #065590;
		font-size: 300%;
	}

	#logo{
		position: absolute;
		top: -100px;
		left: 10px;
		z-index: 2;
	}

	#menu{
		position: relative;
		top: 0px;
		text-align: center;
		width: 932px;
		float: left;
		background: #455d6a url(/templates/Default/images/menu_background.gif) 0px 0px repeat-x !important;
	}

	#body{
		overflow: auto;
		width: 940px;		
		position: relative;
		top: 0px;
		background-color: #ffffff;
		border-left: 5px solid #ffffff;
		border-top: 5px solid #ffffff;
		border-bottom: 5px solid #ffffff;
		
	}

	#content{
		float: left;
	}

	#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:0 20px 0 180px;
	}

	#middle li{
		list-style-type: square;
		padding-bottom: 15px;
	}


	#footer{
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 80%;
		width: 945px;
		position: relative;
		top: 0px;
		clear: both;
		color: #ffffff;
		background-color: #002741;
		text-align: center;
	}

	#footer a{
		color: #ffffff;
	}

	#clear{
		clear: both;
	}

	#error{
		font-weight: bold;
		color: #ff0000;
	}

	#alert{
		font-weight: bold;
		color: #ff0000;
	}

	#highlight{
		font-weight: bold;
		color: #ff0000;
	}

#menuset1 div{
	padding: 0;
}

#menuset1 ul{
	padding-left: 15px;
	padding-right: 10px;
	list-style-type: none;
	color: black;
	float: left;
	text-align: left;
	margin: 0;
}

#menuset1 ul li { 
	float: left; 
	padding: 0.4em 0;
	border-bottom: 1px dashed #dddddd;
	width: 100%;
}

#menuset1 ul li a{
	padding: 0 0.1em;
	color: black;
	text-decoration: none;
	font-size: 11px;
}

#menuset1 ul li a:hover{	
	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; }

/****** 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;
}

/*** 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: #0000FF;
	font-weight: bold;
}

#news_list th a:hover{
	color: #0000FF;
	text-decoration: underline;
}

#news_list td{
	color: #000000;
}

#news_list td a{
	color: #0000FF;
	font-weight: normal;
}

#news_list td a:hover{
	text-decoration: underline;
}

#news_list li{
	list-style-type: square;
}

#news_list a{
	color: #000000;
	text-decoration: none;
}

#news_list a:hover{
	text-decoration: underline;
}