html {
	height: 100%;
}

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F6F6F6;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#frame {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 800px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#top {
	height: 23px;
	width: 800px;
	position: relative;
}

#banner {
	height: 180px;
	width: 800px;
	background-color: #FFFFFF;
	position: relative;

}

#content {
	background-color: #FFFFFF;
	text-align: left;
	margin: 30px;
	width: 740px;
	position: relative;
}

#menu {
	width: 112px;
	padding-right: 30px;
	float: left;
}

#main {
	padding-left: 30px;
	width: 566px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: left;
}

#mainleft {
	width: 273px;
	position: relative;
}

#mainright {
	padding-left: 20px;
	width: 273px;
	position: relative;
}

#baseline {
	height: 22px;
	width: 800px;
	position: relative;
}

#footer {
	position: relative;
	font-size: 10px;
	color: #999999;
	text-align: right;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	padding-bottom: 30px;
}

#credit {
	position: relative;
	text-align: left;
	float: left;
	width: 395px;
}

.prop {
	height: 250px;
    float:right;
    width:1px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

a:link, a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a.grey:link, a.grey:visited {
	text-decoration: none;
	color: #999999;
}

a.grey:hover {
	color: #999999;
	text-decoration: underline;
}

a.grey:active {
	color: #999999;
	text-decoration: none;
}

a.pink:link, a.pink:visited {
	text-decoration: none;
	color: #336699;
}

a.pink:hover {
	color: #336699;
	text-decoration: underline;
}

a.pink:active {
	color: #336699;
	text-decoration: none;
}

h1 {
	color: #CC3366;
	font-weight: bold;
	font-size: 11px;
}

h2 {
	color: #FF9933;
	font-weight: bold;
	font-size: 11px;
}

h3 {
	color: #009966;
	font-weight: bold;
	font-size: 11px;
}

h4 {
	color: #6600CC;
	font-weight: bold;
	font-size: 11px;
}

h5 {
	color: #003399;
	font-weight: bold;
	font-size: 11px;
}



.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.leftspace {
	margin-left: 10px;
	border:1px solid #666666}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textmiddle {
	text-align: center;
}

.image {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 5px;
}

.greenery {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.red {
	color: #6600CC;
}

@media print {
  #banner, #menu, #footer, #credit {display: none;}
}
