@charset "utf-8";
/* CSS Document */

a:link { color: #0066cc; text-decoration: none; }
a:visited { color: #0066cc; text-decoration: none; }
a:hover { color: #0066cc; text-decoration: underline; }
a:active { color: #0066cc; text-decoration: none; }

a.head:link { color: #ffffff; text-decoration: none; }
a.head:visited { color: #ffffff;	text-decoration: none; }
a.head:hover { color: #ffffff; text-decoration: underline; }
a.head:active { color: #ffffff; text-decoration: none; }
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0;
	text-align: left;
	padding: 0;
}
.boldtext {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

#leftcol {
	float: left;
	width: 420px;
}
#rightcol {
	float: right;
	width: 200px;
}

img.mainpagepics {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	border: solid 1px #333333;
}
img.picabovemenu {
	margin-left: 5px;
	float: left;
	border: solid 1px #333333;
}
img.pagetitle {
	margin-left: 15px;
	margin-top: 7px;
	float: left;
}
img.sponsors {
	border: 0;
	margin-top: 5px;
}
.header {
	width: 200px;;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
	margin: 0px;
	padding-top: 5px;
	padding-left: 7px;
	text-align: right;
}
.footerleft {
	width: 45%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-left: 7px;
	text-align: left;
}
.footerright {
	width:45%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 7px;
	text-align: right;
}

/***** Buttons *****/
#navigation {
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	width: 167px;
}
.mainbutton {
	padding-top: 11px;
	float: left;
}
a.button {
	display: block;
	width: 167px;
	height: 40px;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 80%;
	font-weight: bold;
	color:#444444;
	background-image: url("images/mainbutton.gif");
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
a.button:active, a.button:hover { 
	background-image: url("images/mainbuttonh.gif");
	color: #053579;
}
a.button:link, a.button:visited {
	color:#444444;
}
a.buttonactive {
	display:block;
	width: 167px;
	height: 40px;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 80%;
	font-weight: bold;
	color:#444444;
	background-image: url("images/mainbuttona.gif");
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
a.buttonactive:active, a.buttonactive:hover { 
	background-image: url("images/mainbuttonh.gif");
	color: #053579;
}
a.buttonactive:link, a.buttonactive:visited {
	color:#053579;
}
.sub {
	padding-top: 7px;
	padding-left: 23px;
	float: left;
}
a.subbutton {
	display:block;
	width: 167px;
	height: 29px;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 80%;
	color:#444444;
	background-image: url("images/subbutton.gif");
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
a.subbutton:active, a.subbutton:hover { 
	background-image: url("images/subbuttonh.gif");
	color: #053579;
}
a.subbutton:link, a.subbutton:visited {
	color:#444444;
}
a.subbuttonactive {
	display:block;
	width: 167px;
	height: 29px;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 80%;
	color:#444444;
	background-image: url("images/subbuttona.gif");
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
a.subbuttonactive:active, a.subbuttonactive:hover { 
	background-image: url("images/subbuttonh.gif");
	color: #053579;
}
a.subbuttonactive:link, a.subbuttonactive:visited {
	color:#444444;
}
.outline {
	border: solid 1px #999999;
	padding: 3px;
	background-color: #e8f0fa;
}


/**** Gallery ****/
.box {
	border: solid 1px #999999;
	margin: 15px;
	display: inline;
	float: left;
}
.box:hover {
	border-color: #000000;
	background-color: #d3e2f6;
	cursor: pointer;
}
.box span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #555555;
	text-decoration: none;
}
a.gallerylink:link, a.gallerylink:visited, a.gallerylink:active, a.gallerylink:hover {
	text-decoration: none;
}
img.galleryimg {
	margin: 15px;
	border: solid 1px #000000;
}

/***** Form *****/
form {
	margin: 0;
}
.txtbox{
	width:300px;
	height:17px;
	margin: 0;
}
.txtcommentbox {
	width:300px;
	height:140px;
	margin: 0;
	padding: 0;
}


