@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
}

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
td, p, div, span {
	font: 11pt Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 120%;
	margin-top: 0px;
	padding-top: 0px;
	color: #336633;
}

a {
	text-decoration: none;
	color: #336633;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #c79f51;
}

.oneColFixCtr #container {
	width: 90%;  
	background: none;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: visible;
}
.mainContent {
	background: #fff;
}
.heading {
	padding-bottom: 20px;
}
#col1 {
	float: none;
	width: 100%;
}
#col2 .pic {
	margin-top: 36px;
	margin-right: 10px;
}
#col2 .pic2 {
	margin-top: 16px;
	margin-right: 10px;
}
#col2 {
	float:none;
	width: 100%;
}
#footer {
	clear: both;
	background: #fff;
	color: #336633;
	padding: 0px;;
	line-height: 150%;
}
.nav {
	display: none;
}

.tableborder {
	border: solid 1px #F4ECDC;
	width: 100%;
}
.tableborder td {
	padding: 5px;
	width: 50%;
	line-height: 180%;
}
.textheading {
	font-size: 105%;
	font-weight: bold;
	color: #336633;
}
.boxout {
	width: 100%;
}
.boxout .top {
	height: 13px;
	background: url(../images/boxout-top.gif) top left no-repeat;
}
.boxout .mid {
	background: url(../images/boxout-mid.gif) top left repeat-y;
	padding: 0px 15px 0px 15px;
}
.boxout .mid .title {
	font-size: 110%;
	font-weight: bold;
	color: #336633;
}
.boxout .mid img {
	padding-right: 25px;
	padding-left: 10px;
}
.boxout .low {
	height: 13px;
	background: url(../images/boxout-low.gif) bottom left no-repeat;
}

.inputstyle {
	width: 200px;
	margin-bottom: 5px;
}
.inputstylepad {
	width: 204px;
	margin-bottom: 5px;
}
.submitstyle {
	border: solid 1px #999;
	font-weight: bold;
	width: 204px;
	background-color: #f9f4ec;
}
.quote {
	font-size: 105%;
	font-weight: bold;
	font-style: italic;
	color: #336633;
}
.line {
	border-bottom: solid 1px #dec699;
	margin-bottom: 5px;
}
.albump {
	width: 80px;
}
ul {
	list-style-type: circle;
} 
form { 
	display: none;
	}