
body {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#linkbar {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
	text-align: left;
}

#container {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
}

#footer {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	display: block;
	text-align: left;
}

img { 
	border: 0;
}

h1, h2, h3, h4, h5 {
 	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

h1 {
 	font-size: 14px;
}

h4, h5 {
 	font-size: 11px;
}

td {
	font-size: 12px;
}

th {
	font-weight: 800;
	font-size: 14px;
}


h3.module_heading {
	position: relative;
	float: left;
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 3px;
}

div.heading_bar {
	background-color: #3b5998;
	padding: 2px;
	height: 17px;
	border-bottom: 1px solid #A3B5DB;
	border-top: 1px solid #000000;
}

div.module_wrapper {
	margin-top: 10px;
}

a.menu_heading {
	color: white;
	font-size: 12px;
	display: block;
	padding: 2px;
	padding-left: 19px;
	background-image: url("http://www.mypersonality.dreamhosters.com/personality/images/open_menu.gif");
	background-position: 1px top;
	background-repeat: no-repeat;
}

a.menu_heading:hover {
	background-color: #5274BC;
	text-decoration: none;
}

div.menu_wrapper_relative {
	position: relative;
	z-index: 10;
}

div.menu_wrapper_absolute {
 	z-index: 10;
	border: 1px solid black;
	padding-top: 8px;
	padding-bottom: 8px;
	position: absolute;
	left: -70px;
	top: -2px;
	background-color: white;
	width: 167px;
}

a.menu_item {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

a.menu_item:hover {
	background-color: #5274BC;
	text-decoration: none;
	color: white;
}

div.interact_wrapper {
 	z-index: 10;
	position: relative;
	float: right;
}
