body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}

#bodycontainer {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #330000;
}

a:hover {
	color: #996666;
}

a:visited {
	color: #663333;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}

#navmenu{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #000000;}
	
/* Text styles */

ul {
	list-style-image: url(images/arrowbullet.gif);
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 0px 10px;
	color: #000000;}
	
li {
	margin-bottom: 2px;
	color: #000000;}
	
h1{
	font-size: 26px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;}
	
h2{
	color: #dd6d2b;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;}
	
h3{
	font-size: 16px;
	margin: 0px 0px 4px 0px;}

.text {
	color: #000000;
	font-size: 12px}

a.text {
	color: #330000;
	text-decoration: underline;}

a.text:hover {
	color: #996666;
	text-decoration: none;}
	
a.text:visited {
	color: #663333;}

.boldtext {
	color: #000000;
	font-weight: bold;
	font-size: 12px;}

a.boldtext {
	color: #330000;
	text-decoration: underline;}

a.boldtext:hover {
	color: #996666;
	text-decoration: none;}
	
a.boldtext:visited {
	color: #663333;}
	
.footertext {
	font-size: 11px; 
	color: #B9C4C5}

a.footertext {
	font-size: 11px; 
	text-decoration: none;
	color: #B9C4C5}

a.footertext:hover {
	font-size: 11px; 
	text-decoration: underline;
	color: #B9C4C5}
	

/* Navigation */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.mlddm
{	margin: 0;
	padding: 0}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}

	.mlddm li a
	{	display: block;
		margin: 0;
		padding: 12px 23px;
		width: auto;
		font: bold 14px arial, sans-serif;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #FFFFFF;
		background: url(images/navbg.gif) repeat-x;}

	.mlddm li a:hover
	{	background: url(images/navbg-o.gif) repeat-x;
		color: #FFFFFF}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 0;
			padding: 0;
			background: #a76b6b}
		
			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0px;
				padding: 6px 10px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				color: #FFF;
				background: transparent;
				font: bold 12px arial, sans-serif;}

			.mlddm ul li a:hover
			{	color: #FFF}
			
			.mlddm .hsub
		{	background: no-repeat right url(images/arroww.gif)}

		.mlddm .hsub:hover
		{	background: #17484C no-repeat right url(images/arroww.gif)}
	
/* No Border */
img, div, a { border: 0px }