body, html {
	height: 100%;
}

body {
	background-color: #000000;
	font-family: georgia, verdana;
	font-size: 1.0em;
	color: #FFFFDD;
	margin: 0 0;
}

a, a:active, a:visited, a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0 0; /* we need this because IE is a piece of crap */
}

#container {
	height: 100%;
}

#header {
	height: 100px;
	border-bottom: 8px solid #006666;
}

.inner_wrap {
	width: 980px;
	margin: 0 auto;
}

.header_left {
	width: 244px;
	height: 100px;
	float: left;
	margin: 0 0 0 6px;
	background-image: url(images/fuji_ink.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.header_right {
	width: 720px;
	height: 100px;
	float: left;
	text-align: center;
	border-left: 10px solid #006666;
}

#main {
	width: 980px;
	margin: 0 auto;
	/*height: 100%;*/
}

.main_left {
	width: 250px;
	float:left;
}


.menu {
	width: 244px;
	/*position: fixed;*/
	background-color: #006666;
	/*float: right;*/
	clear: both;
	margin: 0 0 0 6px;
}

.menu a, .menu a:visited, .menu a:hover {
	width: 100%;
	display: block;
	color: #FFFFDD;
	text-decoration: none;
}

.menu a:hover {
	font-weight: bold;
}

.menu dl {
	margin: 0;
}

.menu dt {
	background-image: url(images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 8px 3px 5px 3px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}

.menu dd {
	background-color: #005050;
	padding: 2px 5px;
	margin: 2px 0 0 10px;
}

.menu dd:hover {
	background-color: #003333;
	position: relative;
	right: -10px;
}

.menu dd.active {
	background-color: #000000;
	padding-top: 3px;
	position: relative;
	right: -10px;
}

.menu div {
	height: 15px;
	background-image: url(images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.main_right {
	width: 720px;
	height: 100%;
	float: left;
	border-left: 10px solid #006666;
}

.main_right h2 {
	width: 80%;
	margin: 30px auto;
}

#content {
	text-align:justify; 
	padding: 0 10px;
}

#content2 {
	text-align: justify;
}

#content2 p {
	margin: 8px 10px;
}

.page_title {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}

.hilite {
	color: #FFFFCC;
	font-weight: bold;
}

.table_title {
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	background: #ECE5B6;
}

.table_title_2 {
	text-align: left;
	color: #CC0000;
	font-size: .8em;
	font-weight:bold;
	background:#ECE5B6;
}

.caption {
	background-color: #333333;
}
.half_wide {
	width: 50%;
	float: left;
}

.info_block {
	width: 95%;
	background-image: url(/images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px auto;
}

/*color classes primarily for info block */
.yellow {
	background-color: #ECE5B6;
	color: maroon;
}

.green {
	background-color: #006666;
	color: #FFFFDD;
}
.info_block div.top {
	height: 10px;
	font-size: 1px;
	background-image: url(/images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.info_block div.bottom {
	height: 10px;
	font-size: 1px;
	background-image: url(/images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.info_block div.bottom span {
	display: block;
	height: 10px;
	background-image: url(/images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.info_block dl {

	margin: 0 5px;
}

.info_block dt {
	font-weight: bold;
	text-align: center;
	padding: 0 0 5px 0;
}

.info_block dd {
	background-color: #444444;
	color: #FFFFDD;
	font-size: .8em;
	margin: 2px 0;
	padding: 5px;
}

.info_block dd a, .info_block dd a:visited, .info_block dd a:hover {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.info_block dd a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-color: #222222;
}

.info_block dd:hover {
	background-color: #222222;
}

.info_block dd:hover a {
	text-decoration: underline;
}

#newsfeed fieldset {
	text-align: center;
	border: none;
	padding: 5px 0;
	margin: 5px 0;
}
#newsfeed select {
	background: #000000;
	color: #ECE5B6;
}

/*  pic frame styles */
.pic_frame_med {
	width: 340px;
	background-color: #ECE5B6;
	color: maroon;
}

.pic_frame_med img {
	width: 340px;
}

.pic_frame_med p {
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	padding: 5px;
	margin: 0 0;
}

.pic_frame_small {
	width: 280px;
	background-color: #ECE5B6;
	color: maroon;
}

.pic_frame_small img {
	width: 280px;
}

.pic_frame_small p {
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	padding: 5px;
	margin: 0 0;
}

.left {
	float: left;
	margin: 5px 7px 2px 0;
}

.right {
	float: right;
	margin: 5px 0px 2px 7px;
}
/* end pic frame style */

.center {
	text-align: center;
}

.spacer_1 {
	height: 5px;
	clear: both;
}

#footer {
	clear: both;
	font-size: .8em;
	padding: 5px;
	text-align: center;
	border-top: 8px solid #006666;
}
