@charset "utf-8";
html {
	height: 105%;
	margin: 0px;
	padding: 0px;
}

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #F4ECDC;
  height: auto !important; /*For CSS2 browsers*/
  height: 100%; /*For IE6 and before*/
  min-height: 100%; /*For CSS2 browsers*/
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

h1 {
	font-size: 140%;
	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 {
	height: 100%;
	width: 878px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/nav-bg.jpg) left 157px no-repeat #FFFFFF;
	margin: 0 auto 0 auto;
	border-left: 1px solid #D8BD86;
	border-right: 1px solid #D8BD86;
	border-bottom: 1px solid #D8BD86;
	text-align: left;
	overflow: visible;
}
.mainContent {
	padding-left: 30px; 
	padding-right: 20px;
	background: #fff;
}
.heading {
	padding-top: 18px;
	padding-left: 26px;
}
#col1 {
	float: left;
	width: 650px;
}
#col2 .pic {
	margin-top: 36px;
}
#col2 .pic2 {
	margin-top: 16px;
}
#col2 {
	float:right;
	width: 226px;
}
#footer {
	clear: both;
	background: #f4ecdc;
	border-top: 1px solid #D8BD86;
	color: #336633;
	padding: 8px 30px 8px 30px;
	line-height: 150%;
}
.nav {
	padding: 35px 0px 100px 30px;
}
.nav a {
	margin-right: 30px;	
	padding-bottom: 5px;
	border-bottom: 4px solid #dec699;
}
.nav a.selected {
	margin-right: 30px;	
	padding-bottom: 5px;
	border-bottom: 4px solid #336633;
}
.nav a:hover {
	margin-right: 30px;	
	padding-bottom: 5px;
	border-bottom: 4px solid #336633;
}

.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: 600px;
}
.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: none;
	padding: 0;
	margin: 0;
} 

li {
	background: url(../images/bullet.gif) no-repeat left 10px;
	padding-left: 15px;	
}