body {
	background-color: white;
	color: black;
	font-family: 'Trebuchet MS', 'Lucida Sans', 'DejaVu Sans', Arial, Verdana, Lucida, sans-serif;
	font-size: 0.8em;
}
a:link, a:visited {
	color: #888;
	text-decoration: underline;
}
a:hover {
	color: #AAF;
	text-decoration: underline;
}
span.boxes {
	vertical-align: top;
	text-align:center;
}

table#maintable{
	width: 100%;
}
td#main {
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	width: 100%;
}
td#logo {
	width: 232px;
	text-align: center;
	vertical-align: top;
}
td#logo img{ margin-bottom: 5px;}

span.boxes div, div#navigation {
	background-color: #FFF;
	color: black;
	padding: 2px 2px;
	margin-bottom: 10px;
	display: block;
	text-align: left;
	vertical-align: top;
}

div#navigation {
	border-bottom: #EEE solid 1px;
}
span.boxes div.menucaption {
	padding-left: 5px;
	border-bottom: #DDD solid 1px;
}
span.boxes div{
	/*width:256px;*/
}
span.boxes{
/* 	width: 232px; */
}
div#navigation {
	margin-top: 0px;
	line-height: 2em;
	color: #666;
}
div#navigation hr {
	width: 50%;
	left: 25%;
	right: 25%;
	margin: 0 0 ;
	border-style: dashed;
	border-width: 1px;
	border-color: #AAA;
	
}
span.boxes div.menucaption {
	font-weight: bold;
	font-size: 1em;
/* 	width: 224px; */
/* 	margin-left: 4px; */
/* 	margin-right: 4px; */
	margin-bottom: 0;
	padding-bottom: 4px;
}

span.boxes div.menuitems{
/* 	width: 232px; */
	border-left: #DDD solid 4px;
}
span.boxes a, div#navigation a{
	display: block;
	padding: 2px 2px 2px 2px;
	margin: 2px 1px;
	text-decoration: none;
}

span.boxes div.menuitems a {
	margin-left: -6px;
	border-left: 4px solid #C7C7C7;
}

div#navigation a {
	display: inline;
}
span.boxes a:link, span.boxes a:visited, div#navigation a:link, div#navigation a:visited{
	color: #000;
	background-color: #FFF;
}

div#navigation a:link, div#navigation a:visited {
	border-bottom: 1px solid #BBB;
	margin: 0 5px;
}
span.boxes div.menuitems a:hover, span.boxes a:hover,  div#navigation a:hover {
	border-color: #EEF;
	color: #AAF;
	
}
div.gallery_item {
	display: block;
	float: left;
	width: 210px;
	height: 230px;
	background: #FFF;
	border: #BBB solid 1px;
	text-align: center;
	vertical-align: middle;
	padding: 4px ;
	margin: 4px;
}
div.gallery_item img {
	max-width: 200px;
	max-height:200px;
}
div.gallery_item a {
	display: block;
	height: 100%;
	text-decoration: none;
}
div.image, div.text_area {
	display: block;
	background-color: #FFF;
	border: #AAA dashed 1px;
	text-align:center;
	vertical-align: middle;
	padding: 4px;
	margin: 4px;
}
div.internal_left {
	text-align: left;
}
div.internal_right {
	text-align: right;
}
div.internal_center {
	text-align: center;
}
div.internal_justify {
	text-align: justify;
}
div.left {
	float: left;
}
div.right {
	float: right;
}

td#footer {
width: 90%;
	border-top: 1px solid #EEE;
	text-align: center;
}



