/* Reset browser defaults for consistency */
html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: Tahoma, Arial, sans-serif;
	text-align: left;
	vertical-align: baseline;
}
/* Remove bullets from list items */
ol, ul {
	list-style: none;
}
/* Basic page layout */
body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 768px;
	border: thin solid #E8611B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h2 {
	color: #E8611B;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#page {
	background-image: url(../images/margins.gif);
	background-repeat: repeat-y;
	padding-right: 26px;
	padding-left: 18px;
	width: 724px;
}
#page #pagend {
	clear: both;
}
#menucolumn {
	float: left;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 20px;
	width: 160px;
}
#menu .current {
	width: 148px;
	color: #FFFFFF;
	background-color: #80988A;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu .current2 {
	width: 138px;
	color: #FFFFFF;
	background-color: #80988A;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 20px;
}
/*#menu .group {
	padding: 0px;
	background-color: #80988A;
	margin: 0px;
	line-height: 0px;
}*/
#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}
#menu li {
	margin: 0;
	font-size: 1em;
}
/*#menucolumn #menu li {
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
#menu li a
{
	display: block;
	width: 148px;
	color: #FFFFFF;
	background-color: #9BB0A2;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu li a:hover
{
	color: #fff;
	background-color: #A9BAAF;
	text-decoration: none;
}
/*#menu li li a {
	width: 138px;
	background-color: #B8C6BD;
	padding-left: 20px;
}
#menu li li a:hover {
	color: #fff;
	background-color: #A9BAAF;
	text-decoration: none;
}
*/


#menu ul ul
{
	width: 138px;
	background-color: #EDEEF3;
}
#menu ul ul li a {
	width: 138px;
	background-color: #B8C6BD;
	padding-left: 20px;
}



#content {
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#content p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0.8em;
	line-height: 140%;
	padding-right: 5px;
	padding-left: 10px;
	color: #594D4D;
}
#content a {
	text-decoration: underline;
	color: #E8611B;
}
#content a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E8611B;
}
#content .imageright {
	float: right;
	padding-bottom: 5px;
	margin-left: 10px;
}
#footer {
	width: 768px;
	font-size: 0.8em;
	padding-top: 15px;
}
#footer a {
	color: #444A6A;
}
#footer p {
	margin: 0px;
	padding-bottom: 5px;
	color: #666666;
	text-align: center;
}
