body {
	background-color: #FFF;
	background-image: url(/images/topbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
}

form {
	margin: 0;
	padding: 0;
}

.menu {
	background-color: #FFF;
	background-image: url(/images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 100px;
	width: 720px;	
}

.mainimage {
	background-color: #FFF;
	background-image: url(/images/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 155px;
	width: 720px;
	table-layout: center;
	
}

.middle {
	background-color: #FFF;
	background-image: url(/images/middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;	
	width: 720px;
	table-layout: center;
	text-align:left;	
}

.page {
	table-layout: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
	
}

.menuitem {
	background-color: #FFFFFF;
	width: 100px;
	text-align:left;	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: inset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}	

.menuborder {
	background-color: #FFFFFF;	
	text-align:left;	
	float: right;	
}

.content{
	background-color: #FFF;	
	height: 100%;	
	text-align:left;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 2px; 
	margin-bottom: 1px;
	margin-left: 0px;	
}

.bottom {
	background-color: #FFF;
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
	width: 720px;
	table-layout: center;
}

.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	

}

.footer a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;	
	font-weight: 100;
}

.footer a:hover {
	text-decoration: none;
	color: #666666;
}

a {
	color: #33CCFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;	
}

a:hover {
	color: #666666;				
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;	
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;	
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;	
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;	
}

.sectionheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #3399FF;	
	text-align: right;	
	float: left;
}

.text {	
	background-color: #FFF;
	background-image: url(/images/textback.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px; 
	padding-left: 10px;
	margin-top: 0px;
	margin-right:  0px;
	margin-bottom 0x;
	margin-left: 0px;	
}

.mailform {
	background-color: #FFF;
	background-image: url(/images/textback.jpg);
	background-repeat: repeat;
	text-align: center;	
}

.textborder {
	background-image: url(/images/textback.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.piclist {
	background-color: #FFF;	
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px; 
	padding-left: 10px;
	margin-top: 0px;
	margin-right:  2px;
	margin-bottom 0x;
	margin-left: 2px;
}

div.thumbnail {
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background: url(/images/galborder.jpg);
	background-repeat: no-repeat;
	background-position: 1 100%	
}

