/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines layout, colors and fontstyles --- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */

/* ------ GLOBAL --------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 100.01%;
}

/* ------ BODY ----------------------------------------------------- */

body {
	color: #000000;
	text-align: center; /* center tag 1 for IE 5.x */
}

/* ------ MAIN LAYOUT ---------------------------------------------- */

#wrapper {
}

#header {
	display: none;
}

#mainmenu {
	display: none;
}

#contentarea {
	width: 930px;
}

#content {
	float: left;
	padding: 30px 0 20px 35px;
	width: 615px;
	text-align: left;
}

#submenu {
	display: none;
}

#wrapperbottom {
	display: none;
}

#footer {
	display: none;
}

#footerend {
	display: none;
}

#outside {
	display: none;
}

.cleanerboth {
	clear: both;
}

/* ------ CONTENT -------------------------------------------------- */

#content p {
	margin: 0 0 1em 0;
	font-size: 95%;
	line-height: 140%;
}

#content h2 {
	margin: 0 0 1em 0;
	font-size: 100%;
	line-height: 140%;
	color: #000000;
}

#content .colholder {
	width: 615px;
}

#content .left_col {
	float: left;
	width: 290px;
}

#content .right_col {
	float: left;
	margin: 0 0 0 35px;
	width: 290px;
}

.cleanerleft {
	clear: left;
}

#content .spacer {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #bec9d6;
}

#content a:link, #content a:visited, #content a:active {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}

/* ------ END CSS FILE --------------------------------------------- */
