

body {
	margin-top: 35px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #fff;
	line-height: 14px;
}

p {
	margin: 0px;
}

b {
	color: #ffffff;
	font-weight: bold;
}

#background {
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.wrapper {
	text-align: left;
	width: 768px;
	border: solid 1px #CCCCCC;
	background-color: #000;
}

.maincontent {
	float: right;
	width: 540px;

	
}

.maincontentwide {
	width: 738px;
	margin-left: 14px;
	
}

.rightimage {
	align: left;
	width: 201px;
	margin-top: 2px;
	margin-bottom: 0px;
	background-color: #F7F7F4;
}

.rightimagewide {
	width: 170px;
	float: right;
	margin-left: 10px;
}

.whitegap {
	width: 768px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
}

.bluegap     { background-color: #990000; width: 768px; height: 6px; font-size: 1px; 
               line-height: 1px }
.bluegap2    { background-color: #990000; width: 768px; height: 6px; font-size: 1px; 
               line-height: 1px; clear: both }
.menubar     { clear: both; background-color: #990000; height: 21px; font-size: 12px; color: 
               #FFFFFF; line-height: 12px; text-align: left; float: left; 
               width: 761px; padding-left: 7px }
.basebar     { clear: both; text-align: center; background-color: #990000; height: 15px; 
               font-size: 10px; color: #FFFFFF; line-height: 8px }
.blue        { color: #990000 }
.lightblue   { color: #800000 }
.greyline {
	font-size: 1px;
	line-height: 1px;
	background-color: #cccccc;
	width: 540px;
	height: 1px;
	margin-top: 3px;
}
.head1 {
	margin-top: 35px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	line-height: 14px;
}
.greylinewide {
	font-size: 1px;
	line-height: 1px;
	background-color: #cccccc;
	width: 738px;
	height: 1px;
	margin-top: 3px;
}
.greylinethin {
	font-size: 1px;
	line-height: 1px;
	background-color: #cccccc;
	width: 270px;
	height: 1px;
	margin-top: 3px;
}
.tablestyle {
	border: solid 1px #ccc;
	font-size: 10px;
	line-height: 11px;
	margin-top: 7px;
}
.tdstyle {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.tdstyleright {
	border-bottom: solid 1px #ccc;
}
.tdstylethick {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #f3f3f3;
}
.tdstylethickright {
	border-bottom: solid 1px #ccc;
		background-color: #f3f3f3;
}


a.menu { 
	margin-right: 7px;
	margin-left: 7px;;
	text-decoration: none;
}
a.menu:link { color: #FFFFFF; }
a.menu:visited { color: #FFFFFF; }
a.menu:active { color: #FFFFFF; }
a.menu:hover { color: #62401C; }

a.menu2 { 
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
	text-decoration: none;
}
a.menu2:link { color: #FFFFFF; }
a.menu2:visited { color: #FFFFFF; }
a.menu2:active { color: #FFFFFF; }
a.menu2:hover { color: #62401C; }

a.bottom { }
a.bottom:link { text-decoration: none; color: #FFFFFF; }
a.bottom:visited { text-decoration: none; color: #FFFFFF; }
a.bottom:active { text-decoration: none; color: #FFFFFF; }
a.bottom:hover { text-decoration: underline; color: #000000; }

a.main { color: #9C5733}
a.main:link  { color: #800000 }
a.main:visited { color: #800000; }
a.main:active { color: #800000 }
a.main:hover { color: #666666; }




 /* new ul properties */

#nav {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	float: left;
	list-style: none;
	line-height: 12px;
	font-family: "Verdana";
	font-size: 12px;
	color: #FFFFFF;
}

#nav ul {
	margin: 0px;
	list-style: none;
	line-height: 12px;
	font-family: "Verdana";
	font-size: 12px;
	color: #333661;

}

#nav a {
	display: block;
	width: auto;
}

#nav li { /* all list items */
	float: left;
	width: auto;
}

#nav li ul { /* second-level lists */
	line-height: 12px;
	font-family: "Verdana";
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	width: 120px;
	background-color: #990000;
	left: -999em;
	clear: both;
	border-top: solid 1px #FFFFFF;
	margin-left: 0px;
	padding-left: 0px;
}

#nav li ul ul { 
	width: 120px;
	margin: -0.5em 0 0 11.5em; }

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
 
.clearer {
	clear: left;
	color: #000000;
} 
 
 /* end of new ul properties */
