#css_main {
	border: 1px solid #666;
	clear: both;
	background: white;
	padding-top: 2px;
}

#css_contents {
	padding: 1.5em;
	background: #FFFDF3;
	min-height: 300px;
}

#css_contents h3, #css_contents p, #css_contents td{

	color: #050845;
}

#css_contents h2 {

	color: #050845;
	font-size: 180%;
}
	
#css_header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 80em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#css_header ul#css_primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 80em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#css_header ul#css_primary li  {
	display: inline;
	list-style: none;
}

#css_header ul#css_primary a,#css_header ul#css_primary span,#css_header ul#css_primary a.current {
	width: 140px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: white;
}


/* Active tab */
#css_header ul#css_primary span,#css_header ul#css_primary a.current,#css_header ul#css_primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: white;
	padding-bottom: 6px;
	margin-top: 0;
	color: #050845;
	font-weight: bold;
}

/* inactive tabs */
#css_header ul#css_primary a {
	background: #050845;
	border: 1px solid #AAA;
	border-bottom: none;
	font-weight: bold;
}

/* mouse over tab */
#css_header ul#css_primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFFF33;
	padding-bottom: 5px;
	color: #050845;
	font-weight: bold;
}
