body {
	font:normal 12px Helvetica,Arial,Verdana;
	background-color:#fffff;
	color: #333333;
}

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

.clear {
	display:inline-block;
}

.clearfix:after {
	height: 0; 
	clear: both; 
	content: "."; 
	display: block; 
	visibility: hidden; 
}

#flashcontent {
	margin:0;
	padding:0;
}

#alternate {
	width: 980px;
	height: 598px;
	position: relative;
	margin: 30px 0 0 20px;
	padding: 0;
}

#header {
	height: 88px;
	width: 100%;
}

#logo {
	width: 310px;
	height: 55px;
	float: right;
	background: #ffffff url("/img/logo.gif") no-repeat;
}

#logo h1 {
	display: none;
}

#page {
	height: 485px;
	width: 100%;
}

#page .spacer {
	float: left;
	width: 10px;
	height: 100%;
	display: block;
}

#navigation {
	float: left;
	width: 188px;
	heigth: 470px;
}

#radContent {
	float: left;
	width: 782px;
	height: 485px;
	overflow: auto;
	position: relative;
	overflow-y: hidden;
}

/* --- NAVIGATION --- */

.nav_item {
	width: 188px;
	color: #b1b3b4;
	list-style-type: none;
	text-transform: uppercase;
}

.nav_item a {
	color: #b1b3b4;
}

.nav_item a:hover {
	color: #33ccff;
}

.active a {
	color: #33ccff;
}

.nav_level_1 {
	margin-bottom: 10px;
	padding: 7px 0 6px 5px;
	background-color: #b1b3b4;
}

.nav_level_1 a, .nav_level_1 a:active {
	color: #ffffff;
}

.nav_level_2 {
	padding-left: 5px;
	margin-bottom: 10px;
}

.radDoc {float:left;}