body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 100%;
	font-family: Verdana, sans-serif; 
	font-size:0.8125em;
	line-height: 1.5; 
	color: #000000;
	background-color: #6080a0;
}
#container {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 820px;
	overflow: hidden;
	background-color: #a4b3cb;
}
#sidebar {
	background-color: #a4b3cb;
	width: 180px;
	height:500px;
	border-right: 640px solid #e6edf7;
	margin-right: -640px;
	float: left;
}
#content {
	background-color: #e6edf7;
	width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	float: left;
}
#menu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size: 90%;
}

#menu li a{
	border-bottom: 1px solid #e6edf7;
	display: block;
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
}
#menu li a.menu-item:hover { 
	background: #2870a8; 
	color: #a4b3cb; 
}
#menu li a.menu-item {
	color: #2870a8;
}
#menu li.current-item {
	color: #205030;
	border-bottom:1px dotted #e6edf7;
	font-weight:bold;
	display: block;
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
}	
#menu li.current-item:hover{
	background: #2870a8;
	color: #a4b3cb;
}
#banner {
	width:820px;
	height:60px;
}
ul.plain {
	list-style-type: none;
}

h1 {
	font-size: 200%; 
}
h2,h3,h4,h5,h6 {
	font-size: 150%;
}
h1,h2,h3,h4,h5,h6 {
	background-color: inherit;
	color: #005ba3;
	font-weight: normal;
	font-family: Georgia, serif;
	font-style: italic;
}
a:link {
	background-color: inherit; 
	text-decoration: none;
	color: #2870a8; 
}
a:visited {
	background-color: inherit; 
	text-decoration: none;
	color: #2870a8; 
}
a:active {
	background-color: inherit; 
	text-decoration: none;
	color: #2870a8; 
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
       	color: #2870a8;	
}
td.grouping {
	font-family: Georgia, serif;
	font-size: 110%;
	font-style: italic; 
	background-color: inherit;
	color: #183070;
}
em {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	color: #208040;
}
