* {
	margin: 0; padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 70% arial, helvetica, sans-serif;
	text-align: center;
	color: #666;
}
* html body {
	font-size: 70%;
}
a:link { color: #666; }
a:visited { color: #666; }
a:hover, a:active {color: #666;}

#container {
	margin: 1em auto;
	width: 690px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: white;
}

* html #container {
	width: 692px;
}
#header{
	height: 110px;
	margin: 5px 0;
	text-align: center;
	width: 100%;
}
#separator {
	height: 12px;
	background-image: url(../img/Orange_header.jpg);
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
}
#background{
	margin-top: 10px;
	background: url(../img/bg.gif) repeat-y 5px 0px;
}
#menu {
	margin: 0 0 0 7px;
	width: 180px;
	float: left;
	font-size: 1.0em;
	letter-spacing: 1px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
* html #menu {
	margin: 0 0 0 3px;
	width: 182px;
}
#menu ul { 
	padding: 0;
	margin: 0;
	list-style-type: none; 
}
#menu li { 
	display: block;
	border-bottom: 1px solid #666;
	line-height: 3em;
}
#menu li a { 
	padding-left: 0.5em;
	display: block;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #B2D0D0;
	color: #666;
}
#menu ul li.activemenu {
	padding-left: 0.5em;
}
#menu ul li.link a{
	padding-left: 1.5em;
	background: url(../img/green_dot.gif) no-repeat 0.6em 1.2em;
}
#menu ul li.link a:hover {
	background: #B2D0D0 url(../img/green_dot.gif) no-repeat 0.6em 1.2em;
}
#contents { 
	margin: 0px 2px 0px 210px; 
}
#contents h2 {
	margin: 0 0 1em 0;
	padding-left: 12px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
}
#contents p { 
	font-size: 1.1em;
	line-height: 1.6em; 
	margin-bottom: 1.5em;
}
#contents p.emphasis {
	font-weight: bold;
	font-style: italic;
}
div.clearer {
	clear: both;
}

.floatright { 
	float: right; 
	margin: 0 10px 0 5px;
}
.floatleft { 
	float: left; 
	margin: 0 5px 0 0;
}
#footer_main {
	clear: both;
	color: white;
	margin-left: 5px;
	text-align: center;
	font-weight: 0.9em;
	background-image: url(../img/Greeen_strip.jpg);
	background-repeat: repeat-y;
	line-height: 1.5em;
}
#footer_main a {
	text-decoration: none;
	color: white;
}
#footer_main a:hover {
	text-decoration: none;
	color: white;
	background: transparent;
}
#footer_main ul {
	list-style-type: none;
	list-style-position: inside;
}
#footer_main ul {
	display: inline;
	margin-left: 15px;
	padding-left: 5px;
}
#footer_links {
	margin: 5px 5px 5px 5px;
	background-color: transparent;
	color: #333;
	text-align: center;
}
#footer_links ul {
}
#footer_links ul li {
	margin-left: 0.5em;
	list-style-type: none;
	display: inline;
	padding-left: 1em;
}
#footer_links ul li a {
	text-decoration: none;
}
#footer_links ul li a:hover {
	background-color: white;
	color: #111;
}
