/* CSS Comes courtesy of BlueRobot */
body {
	color:#303030;
	background:#BBCCFF;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	font-weight:900;
	color:#444;
	}
h2 {
	font:bold 15px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	font:bold 13px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
.align-center {text-align: center;}
a {
	color:#555;
	font-weight:bold;
	text-decoration:none;
	}
a:link {color:#555;}
a:visited {color:#555;}
a:hover {background-color:#ddd;}
  
/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	overflow:auto;
	}

/*	This is a workarounds for the IE z-index bug
	that causes particular problems when images are aligned left or right using the RTE*/
.csc-textpic-imagewrap {
	position:relative;
}

/*	This is a workarounds for typo3 wrapping each table cell contents in a paragraph */
td p.bodytext {
    margin:0px;
}

#navAlpha {
	position:absolute;
	width:150px;
	top:20px;
	left:15px;
	z-index:2;
/* Tantek Celik hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* Be nice to Opera 5 */
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px solid black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Tantek Celik hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Be nice to Opera 5 */
body>#navBeta {width:168px;}

.navhead {
margin-left:7px;
}

.nav {
background:#ddd;
border:1px solid #b0b0b0;
display:block;
margin-top:8px;
padding:5px 4px 4px 10px;
text-transform:uppercase;
width:145px;
}

.nav:hover,.active {
background:#fff;
border:1px solid #909090;
}

.sub {
font-size:10px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
width:145px;
}

#footer {
	clear:both;
	text-align: center;
	padding-right:40px;
}