/* general elements */
body{
	background-color: #7b7b7b;
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height:100%;
	min-height: 100%;	
	margin-top: 0px;
}

a{
	color:#4e86dd;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

h1{
	font-size:12pt;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: text-bottom;
}
h2{
	font-size:10pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

table.main{
/*	border: 1px;
	border-style: solid;
	border-color: #4e86dd;
*/
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}

tr.main{
	vertical-align: top;
}

img.block{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color:#000000;
}

img.thumb{
	border-width: 1px;
	border-style: solid;
	border-color:#000000;	
}

/* menu elements */
table.menu{
	text-align: center;
	background-color: #ffffff;
	margin-top:0%;
}

td.menuitem{
	background-image: url(../img/blank.gif);
}

a.menuitem{
	font-weight: bold;
	font-style: italic;
}

/* homepage elements */
td.homeblock{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: text-top;
	text-align: justify;
}

a.title{
	color: Navy;
}
a.homelink{
	color: #4e86dd;
	font-style: italic;
}

table.snailtrail{
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

a.snailtrail{
	color: #ffffff;
	text-decoration: underline;
}

/* section home elements */
td.sectionmenu{
	padding-left: 20px;		
}

div.sectionheader{
	background-color: #ffffff;
	width:100%;	
}

div.sectionblock{
	width:600px;
	height:100px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #7b7b7b;
	text-align: justify;
	padding-left: 2px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-bottom: 20px;	
}

a.sectiomenulink{
	color: #4e86dd;	
}
div.sectionmenuitem{
	color: #797979;
	background-color: #ffffff;
	margin-top: 2px;
	margin-bottom: 2px;	
	width: 100px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #7b7b7b;
	letter-spacing: 1px;
	font-weight: bold;	
}

/* content page elements */
td.contentmiddle{
	text-align: left;
	padding-bottom: 20px;
	text-align: justify;
}

td.space{
}

td.sidebar{
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 20px;	
}

td.about{
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

td.contentcell{
	vertical-align: top;
	text-align: justify;
	
}

p.nextpage{
	text-align: right;
}

div.thumbbar{
	padding: 5px 5px 5px 5px;
}

div.pageoverview{
	font-weight: bold;
	padding-top: 15px;
	color: #797979;
	position: relative;
	width: 100%;
	bottom: 1px;
}

div.imgdesc{
	color: #ffffff;
	text-align: left;
	padding-top: 5px;	
}

a.aquaster {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 5px;
   text-align: center;
}
