body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a:link, a:visited {
	color: #2427ac;
	text-decoration: none;
}
a:hover, a:active {
	color: #2e6797;
	text-decoration: underline;
}
#main-menu a {
	display: block;
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
    padding-top: 6px;
	padding-right: 38px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#main-menu a:link, #main-menu a:visited {
	color: #ffffff;
	background: url(images/menu-bkg.gif) 0 0 no-repeat;	
}
#main-menu a:hover, #main-menu a:active {
	color: #DEFA30;	
	background: url(images/menu-select.gif) 0 0 no-repeat;
}
a.footer:link, a.footer:visited  {
	color: #ffffff;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
a.footer:hover, a.footer:active {
	color: #93948F;
	padding-right: 3px;
	padding-left: 3px;
}
h1 {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color:#383747;
	font-weight:bold;
	margin-bottom:18px;
	letter-spacing: .1em;
}
h2 {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color:#333333;
	font-weight:bold;
}
h3 {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#383747;
}
h4 {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
}
h5 {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color:#D45521;
	font-weight:bold;
	font-style:italic;
}
p {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:18px;
	margin-top:6px;
}

.footer {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color:#ffffff;
}
ul {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: disc;
}
li {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: disc;
}

