html *{

	margin: 0px;
	padding: 0px;

}

body {
	text-align:center;
	background-repeat: repeat-x;
	background-image: url(site_bg.png);
	background-color: #E4E4C9;
	
}


#page{
	width:940px;
	margin: auto;
	text-align:left;
	position:relative;
	background-color: #FFFFFF;
	background-image: url(page-one.png);
	background-repeat: repeat-y;

}



#topheader {
	height: 65px;
	background-image: url(title.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#imageheader {
	height: 200px;
	background-color: #009999;
}
#page #contentblock {
	width: 660px;
	float: left;
}

#page #menucols {
	float: right;
	width: 280px;
}
#menucols #menublock {
}
.wipe {
	display: block;
	clear: both;
}
#contentblock #site-primary-image {
	height: 200px;
	background-image: url(header-image.jpg);
	background-repeat: no-repeat;
}
#page #footerdata {
	height: 70px;
	background-color: #FFFFFF;
}
#menucols #site-description {
	height: 200px;
	font-family: "Trebuchet MS";
	padding-right: 24px;
	padding-left: 12px;
}
#primary-content {
	font-family: "Trebuchet MS";
	color: #333333;
}
#text-content {
	padding-right: 37px;
	padding-left: 16px;
	font-size: 0.8em;
	line-height: 1.6em;
}
#text-content p {
	margin-top: 12px;
	margin-bottom: 12px;
}
#text-content h1 {
	font-weight: lighter;
	font-size: 1.6em;
	margin-top: 12px;
	margin-bottom: 24px;
	color: #2E7083;
}
#text-content h2 {
	font-weight: bold;
	color: #666666;
	font-size: 1.3em;
}
#mainmenu{
font-family: "Trebuchet MS";
	font-size: 0.8em;
}


#mainmenu h1 {
	font-weight: lighter;
	font-size: 1.6em;
	margin-bottom: 24px;
	color: #513600;
	padding-top: 6px;
	padding-left: 12px;
}

#mainmenu li {
	list-style-type: none;
	padding-left: 12px;
	
}
#mainmenu a {
	color: #333333;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 24px;
	background-color: #F7F7F7;
}
#mainmenu a:hover {
	background-color: #E2F8FA;
}
#text-content ul {
	padding-left: 24px;
}


#mainmenu .submenu a {
	padding-left: 12px;
	color:#FF6600;
	
}
#site-description h1 {
	font-size: 1.3em;
	padding-top: 6px;
	font-weight: lighter;
	color: #4BA7C0;
}
#site-description p {
	padding-top: 12px;
	font-size: 0.8em;
}
#text-content .abc-list li {
	list-style-type: upper-alpha;
}
#text-content .abc-list {
	padding-left: 34px;
}
.mainq {
	display: block;
	font-size: 15px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 4px;
	border: 1px solid #D2C68A;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}
.mainq h5 {
	font-size: 15px;
}

