body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 102px;
	background: #551051 url(/images/header.jpg) left top no-repeat;
}
#header p {
	margin: 45px 0 0 0;
	width: 415px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #551051;
}
#header p a:link, #header p a:visited {
	color: #753D72;
	text-decoration: none;
}
#header p a:hover {
	color: #FF9B0D;
	text-decoration: none;
}
#bus {
	position: absolute;
	top: 102px;
	left: 0px;
	width: 215px;
	height: 86px;
	background: url(/images/bus.jpg) left top no-repeat;
}
#menu {
	margin-top: 111px;
	background: #FF9F10 url(/images/menuT.gif) left top repeat-x;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
#menu2 {
	background: url(/images/menuB.gif) right bottom repeat-x;
	padding-left: 210px;
	height: 21px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
#menu a {
	display: block;
	float: left;
	padding: 3px 10px 2px 10px;
	font-size: 13px;
	font-weight: bold;
	border-left: solid 1px #FFE087;
	border-right: solid 1px #FF9D0E;
}
#menu b {
	display: none;
}
#menu a:link {
	color: #551051;
	text-decoration: none;
}
#menu a:visited {
	color: #551051;
	text-decoration: none;
}
#menu a:hover {
	background: #895086 url(/images/menuH.gif) left bottom repeat-x;
	color: #FFFFFF;
}
#menuclear {
	clear: both;
}
#menu2>#menuclear {
	height: 1px;
}
#sidebar {
	position: absolute;
	top: 198px;
	left: 10px;
	width: 175px;
}
#submenu a {
	display: block;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	padding: 3px 3px 3px 7px;
	font-size: 13px;
	font-weight: bold;
	width: 175px;
}
#sidebar>#submenu a {
	width: auto;
}
#submenu a:link {
	color: #551051;
	background: #D0A7CD;
	text-decoration: none;
}
#submenu a:visited {
	color: #551051;
	background: #D0A7CD;
	text-decoration: none;
}
#submenu a:hover {
	color: #FFFFFF;
	background: #551051 url(/images/submenuH.jpg) repeat-y;
}
#submenu .parent:link {
	color: #551051;
	background: #FF9B0D;
	text-decoration: none;
}
#submenu .parent:visited {
	color: #551051;
	background: #FF9B0D;
	text-decoration: none;
}
#submenu .parent:hover {
	color: #FFFFFF;
	background: #551051 url(images/submenuH.jpg) repeat-y;
}
#sidebaretc {
	width: 175px;
	background: #D0A7CD url(/images/sidebar.jpg) left top repeat-x;
	padding: 10px 5px 10px 5px;
	margin-top: 1px;
}
#sidebar>#sidebaretc {
	width: 165px;
}
#sidebaretc .button {
	background: url(/images/button.gif) left top no-repeat;
}
#sidebaretc .button a {
	display: block;
	width: 120px;
	text-align: center;
	color: #551051;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}
#sidebaretc .button a:link, #sidebaretc .button a:visited {
	color: #551051;
	text-decoration: none;
}
#sidebaretc .button a:hover {
	color: #945E91;
}
.popmenu {
	display: none;
	position:   absolute;
	z-index:1;
}
.popmenu a {
	display: block;
	width: 170px;
	background: #FFD637;
	padding: 3px 3px 3px 10px;
	font-size: 13px;
	font-weight: bold;
}
.popmenu>a {
	width: 146px;
}
.popmenu a:link, .popmenu a:visited {
	background: #FFD637;
	text-decoration: none;
	color: #111111;
}
.popmenu a:hover {
	background: #551051 url(/images/dropmenuH.gif) left bottom repeat-x;
	text-decoration: none;
	color: #FFFFFF;
}
#main {
	position: relative;
	width: 100%;  /* required for IE to get correct abs placement */
}
#content {
	padding: 10px 200px 10px 215px;
	color: #111111;
}
#content h1 {
	font-size: 130%;
	color: #551051;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	color: #888888;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 120%;
	color: #551051;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 120%;
	color: #888888;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h5 {
	font-size: 110%;
	color: #551051;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 110%;
	color: #888888;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #551051;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #753D72;
}
#content a:visited {
	color: #551051;
}
#content a:hover {
	color: #FF9B0D;
}
#features {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 180px;
}
.feature {
	margin: 0 0 10px 0;
	background: #FFFFFF;
	color: #111111;
	border: solid 2px #D0A7CD;
}
.feature h2 {
	font-size: 0.9em;
	margin: 0;
	padding: 5px;
	background: #D0A7CD;
}
.feature h2 a:link {
	color: #551051;
	text-decoration: none;
}
.feature h2 a:visited {
	color: #551051;
	text-decoration: none;
}
.feature h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.feature p {
	font-size: 0.8em;
	padding: 5px;
	margin: 0;
}
.feature p a:link, .feature p a:visited {
	color: #753D72;
	text-decoration: none;
}
.feature p a:hover {
	color: #D0A7CD;
	text-decoration: none;
}
#footer {
	margin-top: 5px;
	border-top: solid 4px #551051;
}
#footer td {
	font-size: 0.7em;
	color: #000000;
	padding: 3px 5px 0 5px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #551051;
}
#footer a:hover {
	text-decoration: none;
	color: #FF9B0D;
}
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 8em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}

