body {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: white;
	background: black url('images/background1j.jpg') no-repeat;
	background-position: top center;
}

html, body {
	height: 100%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover {
	color: #ffffcc;
	text-decoration: underline;
}

#nav {
	background: transparent url('images/nav_back_80.png');
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	border-bottom: #444444 solid 1px;
}

.gray_side_borders {
	border-left: #444444 solid 1px;
	border-right: #444444 solid 1px;
}

#nav div {
	background: transparent;
}

#nav div a {
	padding-left: 0.4em;
	padding-right: 0.4em;
}

#menu a {
	font-weight: normal;
	line-height: 62px;
	height: 62px;
	color: #eeeeee;
	font-size: 1em;
	text-shadow: black 0px 1px 3px;
}

#menu_logo {
	float: left;
	display: inline-block;
}

#links a {
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	color: #bbbbbb;
	text-shadow: black 0px 1px 2px;
}

#links img {
	line-height: 18px;
	height: 16px;
	vertical-align: middle;
}

#menu a:hover, #links a:hover {
	color: #ffffcc;
	text-decoration: none;
}

#page_title, #page_body, #page_bottom {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#title_icons {
	float: right;
	height: 50px;
	line-height: 50px;
}

#title_icons a {
	font-size: 10pt;
	font-weight: normal;
	padding-left: 5px;
}

#title_icons a img {
	padding: 2px;
}

#title_icons a:hover img {
	padding: 0px;
	border: #ffffcc solid 2px;
}

#page_title {
	border-top: #444444 solid 1px;
	margin-top: 5px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	background: transparent url('images/page_title.png');
}

#page_title A {
	text-shadow: black 0px 1px 3px;
}

#page_title A:hover {
	text-decoration: underline;
}

#page_body {
	min-height: 90%;
	height: auto !important;
	height: 90%;
	background: transparent url('images/page_back.png');
	padding-top: 10px;
	padding-bottom: 10px;
}

#page_body a {
	font-weight: bold;
}

#page_bottom {
	height: 30px;
	background: transparent url('images/page_bottom.png');
}

#footer {
	background: transparent url('images/footer_back.png');
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 14px;
	margin-bottom: 30px;
	border-bottom: #444444 solid 1px;
}

#footer div {
	line-height: 18px;
	height: 18px;
}

#footer_top {
	color: #dddddd;
	font-size: 11px;
	font-weight: bold;
}

#footer_bottom {
	color: #cccccc;
	font-size: 10px;
}

#footer_bottom a {
	font-weight: bold;
	color: #cccccc;
}