html,
body {
	margin: 0;
	padding: 0;
	background-color: #003958;
}

.SKN_bodywrapper {
	width: 800px;
	margin: 30px auto;
	position: relative;
	background-color: #ffffff;
}

.corner_left {
	position: absolute;
	left: 0;
}

.corner_right {
	position: absolute;
	right: 0;
}

.SKN_contentwrapper {
	width: 782px;
	margin: 9px;
	padding-top: 9px;
}

.SKN_banner {
	
}

.SKN_radmenu {
	height: 28px;
	margin-top: 9px;
	margin-bottom: 20px;
	background: url(images/rad_bg.gif) top left repeat-x;
}


.clear {
	clear: both;
}

.SKN_login {
	text-align: right;
	border-top: 1px solid #CCCCCC;
	margin-top: 6px;
	padding-bottom: 10px;
	padding-top: 6px;
}


/* --- GENERIC --- */

.SKN_contentpane p,
.SKN_contentpane .normal,
.SKN_contentpane .Normal {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

.SKN_contentpane a,
.SKN_contentpane a:link,
.SKN_contentpane a:visited,
.SKN_contentpane a:active,
.SKN_contentpane a:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.SKN_contentpane a:hover {
	color: #000;
	text-decoration: none;
}

.SKN_contentpane H1,
.SKN_contentpane H1 span {
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 4px;
}

.SKN_contentpane H2,
.SKN_contentpane H2 span {
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 4px;
}

.clear {
	clear: both;
}



/* -- RADMENU --*/

.Menu_MainItem .contentCell,
.Menu_PathMainItemOver .contentCell, 
.MenuGroup .contentCell {
	padding: 0;
}

.Menu_MainItem {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ddd;
	cursor: pointer;
	font-weight: bold;
	height: 28px;
	padding: 0px 3px 0px 3px;
}

.Menu_MainItemOver,
.Menu_PathMainItemOver {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 28px;
	padding: 0px 3px 0px 3px;
}


.Menu_ItemsGroup {
	background-color: #ffffff;
	border: 1px solid #ccc;
	cursor: pointer;
}

.Menu_Item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	padding: 4px;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
	
}

.Menu_ItemOver,
.Menu_PathItemOver {
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 4px;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}