@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.copyright {
	font-size: 1em;
	background:url(images/content-bottom2.gif);
	background-repeat: no-repeat;
	height: 71px;
}
.copyright2 {
	font-size: 1em;
	background:url(images/content-bottom.gif);
	background-repeat: no-repeat;
	height: 71px;
	width:900px;
}
h2 {
	font-size: 1.2em;
}
a {
	color:#990000;
	text-decoration:underline;
}
a:hover {
	color:#333333;
}
.content1 {
	font-size: 1.1em;
	line-height: 150%;
	padding-left: 40px;
	padding-right: 40px;
	background:url(images/background2.gif);
	background-repeat: repeat-y;
}
.content2 {
	font-size: 1.1em;
	line-height: 150%;
	background:url(images/background.gif);
	background-repeat: repeat-y;
}
.content2 p {
	padding-right: 20px;
}
h1 {
	font-size: 1.4em;
	color:#993300;
	padding-bottom: 10px;
}
.submenu {
	font-size: 1.1em;
	line-height: 150%;
	padding-left: 20px;
}
.submenu a {
	color:#993300;
	text-decoration: none;
}
.submenu a:hover {
	color: #000000;
	text-decoration: none;
}
.picframe {
	border: 2px solid #993300;
}
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.frame { padding: 5px; border: 1px solid #993300; }
.caption {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 16em;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f4f4c9;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:solid 3px #d8d79d;
	font-size:12px;
	line-height:26px;
}

#nav li ul a:hover {
	text-decoration:none;
	background:#d8d79d;
}
#nav li ul a {
	text-decoration:none;
	font-weight:bold;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#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 { /* lists nested under hovered list items */
	left: auto;
}


