body { 
	Xbackground-color: #BACC94;
	background: #BACC94 url('../images/pagebg.gif') repeat-y top left;
	margin-top: 0;
	margin-left: 17px;
	font-family: Times, "Times New Roman", serif; 
	font-size: 13px;
	color: white
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.border {
	padding: 3px;
	border: 1px #BACC94 solid;
}

.col1 {
	width: 48%;
	float: left;
}

.col2 {
	width: 48%;
	float: right;
}

a:link, a:visited, a:hover, a:active {
	color: white;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline overline;
	color: #BACC94;
}

#page {
	position: absolute;
	width: 735px;
	Xbackground: transparent url("../images/pagebg.gif") top left repeat-y;
}

#menu {
	width: 532px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url('../images/menu.jpg') no-repeat top left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	vertical-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif
	
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	color: white;
	text-decoration: none;
	background-color: transparent;
	padding: 2px;
}

#menu a:hover, #menu a:active {
	background-color: #BACC94;
	
}

#menu a.onpage {
	background-color: #BACC94;
}

#bottommenu a:link, 
#bottommenu a:visited, 
#bottommenu a:hover, 
#bottommenu a:active {
	color: white;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
}
	

#main {
	position: absolute;
	top: 195px;
	width: 532px;
	background: url('../images/subbanner.jpg') no-repeat top left;
	margin: 0;
	padding: 0;
	
	
	Xbackground-color: red
}

#contents {
	margin: 1em;
	margin-top: 1em;
	margin-left: 1.4em;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.5em;
}

#contents h1 {
	margin-top: 0;
	margin-bottom: .4em;
	font-size: 18px;
}

#contents h2 {
	margin-top: 2em;
	margin-bottom: .4em;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 22px;
	background: url('../images/flower.gif') no-repeat top left;
	
}

#contents h3 {
	margin-top: 0;
	margin-bottom: .1em;
	font-size: 11px;
	text-transform: uppercase;
	background: url('../images/hgradient.gif') no-repeat top left;
}

#contents p, #contents ul {
	margin-top: 0;
	margin-bottom: 1em;
}

#copyright {
	font-size: 11px;
	color: #BACC94;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#bottommenu {
	border-bottom: 1px solid #BACC94;
}

#sidebar {
	position: absolute;
	top: 0;
	right: 14px;
	width: 177px;
	margin-left: 560px;
	margin-right: 12px;
	Xbackground-color: orange;
}

#sidebar-contents {
	margin: 4px;
	font-family: Times, serif;
	color: white;
	font-size: 13px;
}

#sidebar-contents h2 {
	text-align: center;
	font-family: Times, serif;
	font-size: 18px;
	margin-top: 2px;
}

#sidebar-contents h3 {
	text-align: center;
	font-family: Times, serif;
	font-size: 13px;
	margin-top: 2px;
	font-weight: bold;
} 

#sidebar-contents ul {
	margin-left: .6em;
	padding-left: .6em;
}

#sidebar-contents li {
	margin-bottom: .2em;
	margin-left: 0;
	padding-left: 0;
}

#logo {
  margin: 4px auto 1em 6px;
  border-bottom: 1px solid #fff;
  padding-bottom: .4em;
}

#bottom {
	position: relative;
	width: 686px;
	margin-top: 4em;
	text-align: center;
	
}

#bottomleft {
	float: left;
	width: 502px;
	margin-top: 4em;
	border-top: 1px solid #BACC94;
}

#bottomright {
	Xposition: absolute;
	Xwidth: 700px;
	margin-bottom: 1em;
	float: right;
	bottom: .6em;
	width: 160px;
	text-align: center;
	Xbackground-color: blue;
	left: 556px;
}

