@charset "utf-8";
/* html tags */
body {
	font-family: "Gill Sans MT", Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 130%;
	color:#000000;
}
img {
	border: 0 0 0 0;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 3px;
	padding-bottom:5px;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 3px;
	padding-bottom:5px;
}
h3 {
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-bottom:3px;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom:2px;
}
h5 {
	color: #000000;
	margin-top: 2px;
	margin-bottom:2px;
	font-size: 100%;
}
h6 {
	color: #000000;
	margin-top: 2px;
	margin-bottom:2px;
	font-size: 95%;
}
/* classes */
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clearboth {
    clear: both;
}
.contentimg {
	margin: 10px;
	float: right;
	clear: both;
}
.contentimgr {
	margin: 10px;
	float: right;
	clear: both;
	text-align: right;
	padding: 10px;
}
.contentimgl {
	margin: 10px;
	float: left;
	clear: both;
	text-align: left;
	padding: 10px;
}
.contentimgline {
	margin: 10px;
	float: left;
	text-align: center;
}
.imgdescs {
	font-size: 80%;
	max-width: 100px;
}
.imgdescm {
	font-size: 80%;
	max-width: 350px;
}
.imgdescl {
	font-size: 80%;
	max-width: 600px;
}
.imgdesc {
	font-size: 80%;
}
.imgdesc {
	font-size: 80%;
}
.displaynone {
	display: none;
}
.hide {
	left: -9999em;
}
/* IDs */
#nav {
	display:none;
}
#container {
	width: 100%;
}
#header {
	width: 100%;
}
#nav {
	display: none;
}
#contentbox {
	width: 100%;
}
#login {
	display: none;
}
#head h1 {
	display: block;
}

