BODY  {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 14px;
	color : #000000;
	background-image:url(gif/background-blue.gif);
	margin: 0;
	padding: 0;
}

TD  {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 14px;
	color : #000000;
}

blockquote {
	margin-top : 0;
	margin-bottom : 0;
	}

ul {
	margin-top : 0;
	padding-top : 0;
	list-style-position : outside;	
	}
ul li {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 12px;
	list-style-position : outside;
	list-style-image:url(gif/li.gif);
	}
ul.nopadscroll li  {
	margin-bottom: 0;
	}
ul.nopadscroll  {
	height: 75px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	}
p  {
	}

ol li {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 12px;
	list-style-position : outside;
	}
hr  {
	background-color: none;
	background-image:url(gif/hr.png);
	width: 600px;
	height: 3px;
	border: 0;
	margin: 14px 0;
	padding: 0;
	}



	
/* HEADERS */
	
h1 {
	font-size : 24px;
	color : #005b70;
	font-weight : normal;
	display : inline;
	}
h2 {
	font-size : 18px;
	color  : #005b70;
	font-weight : normal;
	display : inline;
	}
h3 {
	font-size : 16px;
	color  : #005b70;
	font-weight : normal;
	display : inline;
	}
h4 {
	font-size : 14px;
	color  : #005b70;
	font-weight : normal;
	display : inline;
	}
.blacktext  {
	color: #000000;
	}
.graytext, .greytext  {
	color: #999999;
	}
.small  {
	font-size: 10px;
	}


	
	
#pageBody {
	background-image:url(gif/background.png); 
	background-repeat:repeat-y; 
	width:923px; 
	text-align:left; 
	padding: 0 10px;
	}
#pageTop {
	width:907px; 
	height: 197px; 
	background-image:url(gif/top.png);
	}
#pageButtons {
	position:absolute;
	 width: 205px; 
	 margin-left: -38px; 
	 vertical-align: top;
	}
#pageContentBox {	
	width:701px; 
	text-align:left; 
	vertical-align:top; 
	margin-left: 205px;
	}
#pageContent {	
	padding: 25px 50px 50px 50px; 
	background-image:url(gif/content-line.png); 
	background-position: top left; 
	background-repeat:no-repeat; 
	min-height: 300px;
	}
#submContent {	 
	padding: 15px 14px 14px 0;
	margin: 0 0 14px 14px;
	border-left: 3px solid #fff3cf;
	border-bottom: 0;border-right: 0;border-top: 0;
	text-align:left; 
	}
#submContent ul, #submContent ul li {
	margin-bottom:0;
	padding-bottom:0;
	}
#copyrights  {
	font-size: 10px;
	color: #CCCCCC;
	margin-left:50px;
	padding-bottom: 5px;
	}



/* sub menu */

p.submenu {
	color: #000000;
	text-align:center; 
	margin:0 0 20px 0;
	}
p.menu a{
	color: #000000;
	text-decoration:underline;
	}
p.menu a:hover{
	color: #000000;
	text-decoration:underline;
	}


/* buttons at top and dropdowns */

#ddMenu {
	margin: 0;
	padding: 0;
	border: 0;
	width: 243px;
	}
#ddMenu ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border: 0;
	}
#ddMenu ul li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border: 0;
	/*float: left;*/
	}
#ddMenu ul li a {
	display: block;
	}
#ddMenu ul li a:hover {
	text-decoration: none;
	}
#ddMenu ul li ul {
	list-style: none;
	list-style-image: none;
	background-color: none;
	margin: -38px 0 0 230px;
	padding: 0;
	border: 1px solid #ffdf7d;
	text-align: left;
	width: 102px;
	}
#ddMenu ul li ul li {
	list-style: none;
	list-style-image: none;
	background-color: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100px;
	}
#ddMenu ul li ul li a {
	display: block;
	background-color: #ffecb1;
	padding: 2px;
	margin: 0;
	border: 1px solid #ffdf7d;
	color: #0093b4;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align:	left;
	width: 96px;
	height: auto;
	}
#ddMenu ul li ul li a:hover {
	text-decoration: none;
	background-image: none;
	color: #0093b4;
	background-color: #ffc100;
	}
/* IE Fix for Space Under Elements */
* html #ddMenu ul li { float: left; width: 90px; }
* html #ddMenu ul li a { height: 1%; }
* html #ddMenu ul li a:hover { background-image: none; }
* html #ddMenu li ul { width: 100%; }
* html #ddMenu ul ul { }

#ddMenu ul ul,
#ddMenu li:hover ul ul
	{  display: none; }

#ddMenu li:hover ul,
#ddMenu li.over ul{
	display: block;
	text-align: left;
	}
#ddMenu ul ul {
	position: absolute;
	z-index: 500;
	}
	
	

/* PHOTO GALLERY */

#photogallery ul {
	padding: 0;
	margin: 0;
	}
#photogallery ul li {
	float: left;
	list-style: none;
	list-style-type: none;
	text-align: center;
	padding: 2px;
	margin: 0;
	height: 230px;
	width: 258px;
	overflow: auto;
	}
#photogallery ul li .thumbn {
	border: 2px solid #999999; 
	width:250px; 
	height:170px;
	}
.enlargetxt  {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 3px;
	}
.desctext  {
	margin-bottom: 10px;
	}


	
/* FORMS */

form {
	border: 0; padding: 0; margin: 0;
	}
	
input.butn  {
	color : #ffffff;
	font-weight : bold;
	background : #ffc100;
	border : 2px solid #ffe79d;
	margin-top : 3px;
	font-size : 12px;
	line-height : 16px;
	width: auto;
	}
input  {
	color: #333333;
	font-weight : normal;
	background-color : #e8e8e8;
	border : 2px solid #CCCCCC;
	padding : 2px;
	font-size : 12px;
	line-height : 16px;
	width:300px;
	}
textarea  {
	color: #333333;
	background-color : #e8e8e8;
	border : 2px solid #CCCCCC;
	font-size : 12px;
	line-height : 16px;
	width:300px;
	}
select  {
	color: #333333;
	background-color: #e8e8e8;
	border : 2px solid #CCCCCC;
	font-size : 12px;
	line-height : 16px;
	width:300px;
	}
input.checkbox {
	color: #333333;
	background-color : #e8e8e8;
	border : 2px solid #CCCCCC;
	}
.radiostyle {
	color: #333333;
	background-color : #ffffff;
	border : none;
	width: auto;
	}
	



/* login form */
#loginform, #loginform td {
	font-size : 12px;
	color: #005366;
	vertical-align: top;
	}
#loginform .logintext  {
	height: 100px;
	line-height : 21px;
	}
#loginform .notmember  {
	font-size : 9px;
	line-height : 17px;
	}
#loginform input  {
	width: 100px;
	padding-top : 0;
	font-size : 10px;
	line-height : 14px;
	background-color: #74c0d5;
	border: 2px solid #0093b4;
	color: #005366;
	}
#loginform input.butn, .butn  {
	width: auto;
	background-color: #0093b4;
	border: 2px solid #005366;
	color: #cae7ef;
	font-size : 10px;
	line-height : 14px;
	margin : 0;
	padding: 0;
	font-weight: bold;
	}
a.butn  {
	width: auto;
	background-color: #0093b4;
	border: 2px solid #005366;
	color: #cae7ef;
	font-size : 10px;
	line-height : 14px;
	margin : 0;
	padding: 2px 3px;
	font-weight: bold;
	}


	
	
	
	
/* LINKS */
	
	

A:link {
	color: #618000;
	text-decoration : none;
}

A:visited {
	color : #618000;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}
