* {
	margin: 0px;
	padding: 0px;
}



p, div, input, select, textarea {
	font-size: 10pt;
	font-family: Verdana;
	color: #000000;
}


p, h1, h2, h3
{
	margin-top: 5px;
	margin-bottom: 15px;
}

a {
	font-family: Arial;
	font-weight: bold;
	color: #660000;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #660000;
	margin: 5px 0px 10px 0px;
}

h1 { font-size: 18px; }
h1 { font-size: 16px; }
h1 { font-size: 14px; }


body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: #383A3B url('../images/bodybg.jpg') repeat-x;
}

#main {
	width: 751px;
	text-align: left;
	margin: 0px auto;
}

#leftShadow {
	background: #383A3B url('../images/leftshadowbg.jpg') repeat-x;
	width: 11px;
	float: left;
}

#m {
	width: 728px;
	float: left;
	background: #FFFFFF;
}

#rightShadow {
	background: #383A3B url('../images/rightshadowbg.jpg') repeat-x;
	width: 11px;
	float: left;
}

#upperShadow {
	height: 15px;
	background: #383A3B url('../images/aboveheader.jpg') repeat-x;
}

#logo {
	height: 53px;
}

#headerImage {
	height: 126px;
}

#body {
	width: 680px;
	margin: 20px 20px 20px 20px;
}

#footer {
	clear: both;
	background: url('../images/footer.jpg') repeat-x;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

#footer2 {
	color: #999999;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

#footer a, #footer2 a {
	text-decoration: none;
	font-family: verdana;
	color: #999999;
}

#footer a:hover, #footer2 a:hover {
	text-decoration: underline;
}

#footer2 a {
	font-size: 10px;
	font-weight: normal;
}


#leftSide {
	float: left;
	width: 200px;
	color: #6B6A6A;
}

#rightSide {
	float: right;
	width: 450px;
}




/* Navigation */

#menu {
	background: #383A3B url('../images/navbg.jpg') repeat-x;
	height: 28px;
	text-align: left;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li {
	font-family: Arial;
	font-size: 15px;
	color: #777777;
	line-height: 28px;
}

#nav a {
	display: block;
	padding: 0px 8px 0px 8px;
	font-family: Arial;
	font-size: 13px;
	color: #ACACAB;
	text-decoration: none;
	font-weight: bold;

}

#nav li ul li {
	border-color: #FFFFFF;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	background:  url('../images/transparent.png');
}

#nav li a:hover {
	background:  url('../images/transparent.png');
	text-decoration: none;
}

#nav li ul li a {
	color: #FFFFFF;
	width: 105px;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	border-width: 1px;
	border-color: #FFFFFF;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#thumbImages img { height: 110px; width: 125px; border: 1px solid #660000; float: left; margin-right: 7px; margin-bottom: 10px; }


.clear { clear: both; height: 0px; overflow: hidden; }
