/* CSS Document */
<!--
body,td,th {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #d39695;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d39695;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-size: 14px;
	color: #d39695;
	}
h2 {
	font-size: 12px;
	color: #d39695;
	text-align:center;
	padding-top:1px;
	margin-top:1px;
	padding-bottom:1px;
	margin-bottom:1px;
}
h3 {
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-bottom:0px;
	margin-bottom:0px;
}
h4 {
	font-size: 12px;
	color: #666666;
	font-weight:normal;
	border-top:1px solid #cccccc;
}
h5 {
	font-size: 12px;
	color: #666666;
	padding:0px;
	margin:0px;
	text-align:center;
}
h6 {
	font-size: 12px;
	color: #d39695;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-align:center;
}
#maintable{
background-color:#FFFFFF;
border:1px solid #edbcbb;
width:800px;
height:500px;
}
#logoheader{
height:95px;
width:800px;
background-image:url(images/logo.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#FFFFFF;
}
#stripesheader{
height:33px;
width:800px;
background-image:url(images/stripes.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#FFFFFF;
}
#navarea{
background-color:#FFFFFF;
outline:0px;
padding:5px;
text-align:center;
}
#imagearea{
background-color:#FFFFFF;
outline:0px;
padding:5px;
vertical-align:middle;
text-align:center;
}
#gallerycell{
	height: 452px;
	width:548px;
	padding:0px;
	}
#galleryimage{
width:543px;
height:452px;
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:5px;
text-align:center;
vertical-align:middle;
}
#contentcell{
	width:329px;
	height: 452px;
	overflow: auto;
	padding:5px;
	}
#content{
	width:319px;
	height: 442px;
	overflow: auto;
	}
.copyright{
	color:#FFFFFF;
	font-size:10px;
	text-align: center;
}
.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #edbcbb;
	text-decoration: none;
}
.copyright a:hover {
	color: #edbcbb;
	text-decoration: none;
	}
.copyright a:active {
		color: #FFFFFF;
		text-decoration: none;
}
.bluetext{
color:#98c5dc;
font-weight:bold;
font-size:14px;
text-align:center;
}
.contact{
color:#666666;
font-weight:bold;
font-size:12px;
text-align:center;
}
-->