body {
	width: 100%;
	background-color: #092229;
	background-image: url('images/page-bg.jpg');
	background-repeat: repeat-x;
	margin: 0px
}

body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

a {
	color: #006699;
}

a:hover {
	color: #002244;
}

.clear {
	clear: both;
}

#content {
	background-color: #ffffff;
	background-image: url('images/content-bg.gif');
	background-repeat: repeat-y;
	clear: both;
	height: 100%;
	display: block
	min-height: 500px;
}

#footer {
	clear: both;
	text-align: right;
	padding-right: 20px;
	color: #ffffff;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #fff6ad;
}

#header {
	height: 118px;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
	clear: both;
}

h1, h2, h3, h4, h5, #tagline {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

b, h1, h2, h3, h4, h5 {
	color: #cc7f00;
}

h1 { 
	font-size: 26px;
	margin: 0px 0px 20px 0px;
}	

h2 { font-size: 22px; }

h3, #tagline { font-size: 18px; }

img {
	border: 0px;
}

#logo {
	float: left;
	margin-left: 93px;
}

#main-content {
	width: 662px;
	display: block;
	float: left;
	background-image: url('images/main-bg.gif');
	background-repeat: repeat-x;
	padding-left:35px;
	padding-right:60px;
	padding-top:30px;
	padding-bottom:0px;
	margin-left: 2px;
}

#menu {
	width: 160px;
	background-color: #fff6ad;
	background-image: url('images/menu-shadow.gif');
	background-repeat: repeat-x;
	display: block;
	float: left;
	padding-left:0px;
	padding-right:0px; 
	padding-top:2px;
	padding-bottom:40px;
}

a.menu-item, a.menu-item-selected {
	display: block;
	width: 140px;
	height: 24px;
	background-color: #fff6ad;
	background-image: url('images/menu-shadow.gif');
	background-repeat: repeat-x;
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	color: #006699;
	padding-left:10px; 
	padding-right:10px; 
	padding-top:8px; 
	padding-bottom:8px; 
	background-position: bottom;
}

a.menu-item:hover, a.menu-item-selected {
	background-color: #f6cc66;
	background-image: url('images/menu-shadow_over.gif');
	color: #002244;
}

#outer-frame {
	width: 920px;
	margin: 0px auto;
}

p { margin: 0px; }

.right-column {
	width: 250px;
	background-color: #fff6ad;
	float: right;
	margin-left: 20px;
}

#submenu {
	display: block;
	height: 30px;
	background-color: #fff6ad;
	background-image: url('images/submenu-bg.gif');
	background-repeat: no-repeat;
	padding-left: 37px;
	padding-top: 10px;
	width: 723px;
	float: left;
}

a.submenu-item {
	text-decoration: none;
	margin-right: 30px;
}

a.submenu-item:hover, a.submenu-item-selected {
	text-decoration: underline;
	color: #002244;
	margin-right: 30px;
}

#tagline {
	color: #008399;
	margin-left: 5px;
}
