/* ------ 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: 103%;
}

/* ------ BODY ----------------------------------------------------- */

body {
	color: #000000;
	/* center tag 1 for IE 5.x */
	text-align: center;
}

/* ------ MAIN LAYOUT ---------------------------------------------- */

#wrapper {
	/* center tag 2 for ie 5.x */
	text-align: left;
}

#headtwo {
	display: none;
}

#mainmenu {
	display: none;
}

#leftbar {
	display: none;
}

#rightbar {
	display: none;
}

#footerspacer {
	display: none;
}

#footerend {
	display: none;
}

/* ------ HEADER --------------------------------------------------- */

#logoholder {
	margin: 20px 0;
	padding: 15px 20px;
	font-size: 100%;
	line-height: 150%;
	border: 1px solid #000000;
}

#logoholder a {
	color: #000000;
	text-decoration: none;
}

/* ------ MAIN MENU ------------------------------------------------ */

#mainmenu ul {
	display: none;
}

/* ------ FOOTER --------------------------------------------------- */

#footer .footermenu {
	display: none;
}

/* ------ MAIN CONTENT --------------------------------------------- */

#content a:link,
#content a:visited,
#content a:active {
	color: #000000;
}

#content a:hover {
	color: #000000;
	text-decoration: none;
}

#content h1 {
	margin: 13px 0;
	font-size: 110%;
	line-height: 130%;
	color: #000000;
}

#content h3 {
	margin: 15px 0;
	font-size: 85%;
	line-height: 130%;
}

#content h4,
#content p {
	margin: 15px 0;
	font-size: 75%;
	line-height: 150%;
}

#content .nospace {
	margin: 0;
}

#content cite {
	color: #000000;
	font-size: 150%;
	line-height: 145%;
	font-style: normal;
}

#content ul {
	margin: 15px 0 15px 19px;
	font-size: 75%;
	line-height: 150%;
	list-style-type: square;
}

#content ul.second {
	font-size: 100%;
}

#content ol {
	margin: 15px 15px 15px 19px;
	font-size: 75%;
	line-height: 150%;
}

#content ol.second {
	font-size: 100%;
}

#content .mono {
	font-family: monospace;
	font-size: 120%;
}

#content .spacer {
	margin: 15px 0;
	border-bottom: 3px solid #cccccc;
}

#content .spacer_nomargin {
	margin: 0;
	border-bottom: 3px solid #cccccc;
}

/* ------ INFO BOX ------------------------------------------------- */

#content p.infobox {
	padding: 3px 5px;
	border: 3px solid #cccccc;
}

/* ------ GOOGLE MAPS ---------------------------------------------- */

iframe.googlemaps {
	border: 1px solid #999999;
}

/* ------ IMAGE STYLES --------------------------------------------- */

#content .image_border {
	border: 1px solid #000000;
}

#content .image_left {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #000000;
}

#content .image_right {
	float: right;
	margin: 5px 0 5px 10px;
	border: 1px solid #000000;
}

/* ------ FOOTER --------------------------------------------------- */

#footer p.footercontact {
	margin: 20px 0;
	padding: 15px 20px;
	font-size: 75%;
	line-height: 150%;
	border: 1px solid #000000;
}

#footer p.footercontact a {
	color: #000000;
}

/* ------ END CSS FILE --------------------------------------------- */
