


* {
	font-family : "Liberation Sans", "Verdana" , sans-serif ;
	font-size : 10pt;
}



body {
	color: #000000;
	background:url("../graph-elements/topbar.png") #e5e5e5 top left repeat-x ;
	
	margin-top : 0px;


}

#pagemargin {
	
}

#page {
	margin-left : auto;
	margin-right : auto;
	
	position : relative;

	width : 768px;
}

.blocks2 {

	overflow : hidden;
	
	
	
}

.block2_1, .block2_2 {
	
	width : 48%;
	
}

.block2_1 {
	float : left;
	
}

.block2_2 {
	float : right;
	
	
}



#topbar {
	height: 132px;
	margin-top : 0;
	
}

#topbar p {
	margin : 0 0 0 0;
	
}

#navmenu {
	position : absolute;
	width : 300px;
	color : white;
	font-size : 10pt;
	right : 0px;
	top : 30px;
}


#content {

}

/* -----------------------------------------*/

#navmenu ul {
	list-style-type : none;
	padding : 0;
	text-align : right;
}

#navmenu li {
	width : 145px;
	display : inline-block;
	margin : 0 0 4px 5px;
}

#navmenu a {
	line-height : 1;
	text-align : center;
	color : black;
	font-family : Arial, sans-serif;
	text-decoration : none;
	display : block;
	background : #46a3c1 url(../graph-elements/buttonglow.png) top left repeat-x;
	border-bottom : 1px solid #2f7da1;
	-moz-border-radius : 2px;
	-webkit-border-radius : 2px;
}

#navmenu a span {
	font-family : Arial, sans-serif;
	line-height : 1;
	display : block;
	padding : 5px 10px 7px;
}

#navmenu a:hover {
	background-color : #89d7f0;
	border-bottom : 1px solid #5dabc5;
}

#navmenu a:active {
	background-color : #23677d;
	color : white;
	outline : none;
	border-bottom : 1px solid #244752;
}




