body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header  {
	padding: 0 10px;
	background-image: url(../img/banner_only.jpg);
	height: 170px;
	background-position: right;
} 
#content
  {
	margin: 0 0 0 4em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-image: url(../img/content_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 550px;
} 
h1  {
	font-family: "ITC Avant Garde Gothic LT", Arial, Helvetica, sans-serif;
	color: #990000;
	letter-spacing: -0.035em;
	font-size: 22px;
	padding: 1em 0 0 0;
}
h2  {
	font-family: "ITC Avant Garde Gothic LT", Arial, Helvetica, sans-serif;
	color: #990000;
	letter-spacing: -0.035em;
	font-size: 17px;
	padding: 0.7em 0 0 0;
}
h3  {
	font-family: "ITC Avant Garde Gothic LT", Arial, Helvetica, sans-serif;
	color: #990000;
	letter-spacing: -0.035em;
	font-size: 13px;
	line-height: 18px;
}
h4  {
	font-family: "ITC Avant Garde Gothic LT", Arial, Helvetica, sans-serif;
	letter-spacing: -0.025em;
	font-size: 13px;
	line-height: 1.3;
}
h5 {
	letter-spacing: -0.025em;
	font-size: 110%;
	font-weight: bold;
}
#nav {
	font-family: "ITC Avant Garde Gothic LT", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}
#nav p {
	font-family: "ITC Avant Garde Gothic LT", Arial, Helvetica, sans-serif;
}
#nav a {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFCC33;
	font-family: "ITC Avant Garde Gothic LT", Arial, Helvetica, sans-serif;
}
#nav a:hover {
	font-size: 1em;
	font-weight: bolder;
	color: #FFFFFF;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.9em;
}

#nav li {
float: left;
position: relative;
}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #FFCC00;
}
#nav ul li a:hover {
	padding: 0;
	margin: 0 0 0 6px;
	list-style: none;
	line-height: 1.9em;
	color: #FFFFFF;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}
#feedback {
	font-size: 105%;
	color: #990000;
	background-image: url(../img/side_bg_grey.gif);
	background-repeat: repeat;
	float: right;
	width: 170px;
	text-align: center;
	padding: 1em;
	margin: 1em;
	font-family: "ITC Avant Garde Gothic LT", Arial, Helvetica, sans-serif;
	line-height: 145%;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}
a:hover {
	color: #990000;
}
a:active {
	text-decoration: none;
}
#ftrtop {
	background-image: url(../img/ftr_top.jpg);
	height: 117px;
}
#footer  {
	background-image: url(../img/ftr_bg.jpg);
} 
#footer  p  {
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #333333;
}
.menuitems{
	background-color: #990000;
	width: 10ems;
	font-weight: bold;
}

.menuitems a{
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	color: #FFFFFF;
}

.subuls{
	display: none;
	width: 10em;
	position: absolute;
	top: 1.6em;
	left: 0;
	background-color: #FFFFFF;
}

.subuls li{
	width: 111%;
}

.subuls li a{
	color: #990000;
}
