@charset "UTF-8";
body {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ECE9DE;
	scrollbar-face-color: #CFC8B3;
	scrollbar-shadow-color: #CFC8B3;
	scrollbar-highlight-color: #CFC8B3;
	scrollbar-3dlight-color: CFC8B3;
	scrollbar-darkshadow-color: #CFC8B3;
	scrollbar-track-color: #ECE9DE;
	scrollbar-arrow-color: #660033;
	font-size: 14px;
}
.sjduggan #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ECE9DE;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000000;
}
.sjduggan #header {
	padding: 0  0px 0 0px;
}
.sjduggan #mainContent {
	padding: 0px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top-color: #000000;
	border-top-style: groove;
}
.sjduggan #footer {
	background-color: #ECE9DE;
	font-size: 10px;
}
.sjduggan #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1  { color: #black; font-size: 25px; font-style: normal; font-weight: bold; letter-spacing: 3px  }
h2 {color: #000000; font-size: 17px; font-style: normal; font-weight: bold; letter-spacing: 2px}
h3  { color: #ECE9DE; font-size: 12pt; font-style: normal; font-weight: bold; letter-spacing: 2px  }

.imgborder  { border-right: 1px inset #000000;border-bottom: 1px inset #000000; border-top: 1px solid #000000; border-left: 1px solid #000000; 
}
.boxes  { background-color: #ECE9DE; font-size: 10pt; text-align:justify;  margin-left: 5%; margin-bottom: 30px; padding: 10px; border-right: 1px inset #000000;border-bottom: 1px inset #000000; border-top: 1px solid #000000; border-left: 1px solid #000000; 
}
.boxestop  { background-color: #E8D491; font-size: 10pt; text-align:justify;  margin-left: 5%; margin-bottom: 30px; padding: 10px; border-right: 1px inset #000000;border-bottom: 1px inset #000000; border-top: 1px solid #000000; border-left: 1px solid #000000; 
}
.formbuttons A:Link, .formbuttons A:Visited	  { color: white; font-size: 9pt;  font-weight: bold; background-color: #ECE9DE; text-align: center; padding:2px; border: inset 1px #ECE9DE;text-decoration: none; 
}
.formbuttons A:Hover{color:#ECE9DE;background-color:#999999;cursor:hand;font-size: 9pt;  font-weight: bold;
}
#nav, #nav ul { /* all lists */
	float: right;
	padding: 0;
	margin: 0px;
	font-size:11pt;
	list-style: none;
	line-height: 34px;
	font-weight: bold;
		z-index: 2;
	}
#nav a {
	display: block;
	border-left: 2px solid #000;
	color: black;
	text-decoration: none;
	padding: 0px 1em;
	z-index: 2;
}
#nav li { /* all list items */
		float: right;
	width: 160px; /* width needed or else Opera goes nuts */	
	z-index: 2;
}
#nav li ul { /* second-level lists */
	background-image:none;
	position: absolute;
	background: #ECE9DE;
	width: 260px;
	font-weight: normal;
	font-size:9pt;
	text-align: left;
	border: 1px solid #000;
	font-weight: bold;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0 0px;
	z-index: 2;
}
#nav li li {
	background-image:none;
	width: 260px;;
	z-index: 2;
}
#nav li ul a {
	color: black;
	z-index: 2;
}
#nav li a:hover {
	color : black;
	background-color : #F0F0F0;
	font-weight: bold;
	z-index: 2;
	}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 2;
}
#nav li:hover, #nav li.sfhover {
	background: #ECE9DE;
	z-index: 2;
}
.small {
	color: #000000;
	font-size: 9px;
}
.whitesmall {
	color: #FFFFFF;
	font-size: 9px;
}
.small a:hover {
	text-decoration:underline
}
