body {
	height:50%;
	background: #999999;
	padding: 0;
	margin: 0;
	font: 100% Verdana, Arial, sans-serif;
}

#outerwrapper {
	width: 900px;
	margin:auto;
	height: 100%;
}

#header {
	height: 168px;
	width: 900px;
	background: url(images/header.jpg) no-repeat;
}

#content {
	width:900px;
	min-height:500px;
	background: url(images/body.jpg) repeat center;
	float: left;
	height: auto;
}

.titles {
	font-size:.90em;
	font-weight:bold;
}

.titles2 {
	font-size:.8em;
	font-weight:bold;
}

.article {
	font-size:.7em;
}

.mainarticle {
	font-size:.75em;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#contentColumn {
	font: 100% Verdana, Arial, sans-serif;
	float: left;
	width: 800px;
	padding-right:48px;
	padding-left: 48px;
	padding-bottom: 10px;
	padding-top: 12px;
	height: auto;
	min-height: 40em;
}

#footer {
	background: url(images/footer.jpg);
	height: 110px;
	width: 900px;
	float: left;
	font: 100% Verdana, Arial, sans-serif;
}

#menu li:hover, #menu li.hover {
    position: static;
}

#menu {
	width:900px;
	height:40px;
	z-index:1000;
	text-decoration: none;
	background:url(images/main_menu_background.jpg) no-repeat;
	vertical-align: middle;
}

#nav {
	list-style: none;
	float:right;
	padding-right: 37px;
	margin-top:4px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:12px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a.major1 {
	background: url(images/mtitle1.jpg) no-repeat;
	height: 25px;
	width: 110px;
}

#nav a.major1:hover {
	background: url(images/mtitle1_h.jpg) no-repeat;
	height: 25px;
	width: 110px;
}

#nav a.major2 {
	background: url(images/mtitle2.jpg) no-repeat;
	height: 25px;
	width: 130px;
}

#nav a.major2:hover {
	background: url(images/mtitle2_h.jpg) no-repeat;
	height: 25px;
	width: 130px;
}

#nav a.major3 {
	background: url(images/mtitle3.jpg) no-repeat;
	height: 25px;
	width: 130px;
}

#nav a.major3:hover {
	background: url(images/mtitle3_h.jpg) no-repeat;
	height: 25px;
	width: 130px;
}

#nav a.major4 {
	background: url(images/mtitle4.jpg) no-repeat;
	height: 25px;
	width: 130px;
}

#nav a.major4:hover {
	background: url(images/mtitle4_h.jpg) no-repeat;
	height: 25px;
	width: 130px;
}

#nav a.major5 {
	background: url(images/mtitle5.jpg) no-repeat;
	height: 25px;
	width: 110px;
}

#nav a.major5:hover {
	background: url(images/mtitle5_h.jpg) no-repeat;
	height: 25px;
	width: 110px;
}

#nav a.major6 {
	background: url(images/mtitle6.jpg) no-repeat;
	height: 25px;
	width: 130px;
}

#nav a.major6:hover {
	background: url(images/mtitle6_h.jpg) no-repeat; 
	height: 25px;
	width: 130px;
}

#nav li {
	float: right;
	width: 130px;
	height: 18px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width:142px;
}

#nav li ul ul {
	left:-999em;
}

#nav li ul a {
	width: 142px;
	height:20px;
	color: #FFFFFF;
	background: url(images/menu_background3b.jpg) no-repeat;
	padding-left: 13px;
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	margin-left:-12px;
}

#nav li ul a:hover {
	background: url(images/menu_background3a.jpg) no-repeat;
	height:20px;
	width:142px;
	color:#000000;
	padding-left: 13px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	height:20px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	margin-left: 0px;
}
