/* CSS Document */
/*/*/

html { height: 100%; }

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	background-color: #336633;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-position: top center;
	color: #000000;
	text-align: center;
	height: 101%;
}

a:link { color: #3333CC; text-decoration: underline; }
a:visited { color: #CC33CC; text-decoration: underline; }
a:hover { color: #333399; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }

.footer { font-size: x-small; }

img { border: none; }

#container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 644px;
	height: 100%;
	text-align: left;
	}

#top { 
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 644px;
	height: 156px;
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	text-align: left;
	}
#top h2 { display: none; }

#menu {
	position: absolute;
	top: 156px;
	right: 0px;
	left: 1px;
	padding: 0px 0px 0px 0px;
	width: 152px;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	}
#menu a:link { color: #000000; text-decoration: none; padding: 10px 10px 10px 0px; display: block; }
#menu a:visited { color: #000000; text-decoration: none; padding: 10px 10px 10px 0px; display: block; }
#menu a:hover { color: #000000; background-color: #FFFFFF; text-decoration: none; padding: 10px 10px 10px 0px; display: block; }
#menu a:active { color: #000000; text-decoration: none; padding: 10px 10px 10px 0px; display: block; }

.menu_item {
	position: relative;
	width: 152px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #000000;
	display: block;
	}

#text {
	position: absolute;
	top: 172px;
	right: 0px;
	bottom: 0px;
	left: 174px;
	width: 449px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	}
#text h3 { margin-top: 0px; }