/* CSS Document */

body, span, div, td, p, .columninsertstext, h1, h2, h3, table, a, td, input, select, img {
	font-size: 8pt;
	color:#333300;
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	/*background-color: #FAF9F4;*/
	/*background-color: #FFFFFF;*/
}

A {
	color:#330000;
	text-decoration: none;
}

A:link {
	color:#330000;
	text-decoration: none;
}

A:hover {
	color:#336666;
	/* background-color:#000000; */
	text-decoration: none;
}

.gray{
	color:#8F8F8F;
}

.white{
	color:#FFFFFF;
}


.mediumblack{
	color : #000000;
}


.smallblack{
	font-size: 7pt;
	color : #000000;
}

#header {
	position: absolute;
	top: 150px;
	left: 5px;
}

#left_menu {
	position: absolute;
	top: 50px;
	left: 110px;
}

#nav_bar {
	position: absolute;
	top: 50px;
	left: 270px;
}

#nav_bar2 {
	position: absolute;
	top: 50px;
	left: 430px;
}
#contents {
	position: absolute;
	top: 180px;
	left: 270px;
	width: 350;
}
div.contents{
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 30px;
	clear: both;
}
#graphic {
	position: absolute; 
	top: 180px; 
	left: 110px; 
}
