* {
	margin: 0px;
	padding: 0px;
}

body       { color: #9c9c9c; font-size: 12px; font-family: tahoma, arial, sans-serif; background-color: #000; height: 100% }

a  { color: #9c9c9c; text-decoration: underline }

a:hover  { color: #f5f5f5 }
img {
	border: none;
}
#container   { margin: 0 auto; width: 780px; border-style: solid; border-width: 0 0 0; border-color: #e8e8e8 }

input {
	padding-left: 2px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}
.headings { color: #e8e8e8; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.subheadings { color: #e8e8e8; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.indexbody { color: #9c9c9c; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal }


a:link img, a:visited img {
    border: none;
    text-decoration: none;
}

.image-link {
    border: none;
}

/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 780px;
	height: 21px;
}

#page_menu ul {
	width: 780px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li  { font-size: 11px; font-weight: bold; background: url(images/menu_background.gif) repeat-x; text-align: center; margin-right: 1px; width: 110px; height: 21px; float: left; overflow: hidden }

#page_menu li.last  { margin-right: 0; width: 111px }

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover  { color: #003 }
