/* ------ START CSS PRINT 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: 102%;
}

/* ------ BODY ----------------------------------------------------- */

body {
	color: #000000;
	text-align: center; /* center tag 1 for IE 5.x */
}

/* ------ MAIN LAYOUT ---------------------------------------------- */

#wrapper {
	text-align: left; /* center tag 2 for ie 5.x */
}

#headtwo {
	display: none;
}

#mainmenu {
	display: none;
}

#leftbar {
	display: none;
}

#rightbar {
	display: none;
}

#footerspacer {
	display: none;
}

#footerend {
	display: none;
}

/* ------ HEADER --------------------------------------------------- */

#logoholder h1 span {
	display: none;
}

#logoholdertwo {
	display: none;
}

/* ------ MAIN MENU ------------------------------------------------ */

#mainmenu ul {
	display: none;
}

/* ------ FOOTER --------------------------------------------------- */

#footer #footermenu {
	display: none;
}

/* ------ MAIN CONTENT --------------------------------------------- */

#content {
	padding-top: 15px;
}

#content a:link,
#content a:visited,
#content a:active {
	color: #000000;
}

#content .breadcrumb {
	margin: 0 0 15px 0;
	font-size: 70%;
	line-height: 140%;
}

#content h2 {
	margin: 15px 0;
	font-size: 110%;
	line-height: 130%;
	color: #000000;
}

#content h4 {
	margin: 15px 0;
	font-size: 85%;
	line-height: 130%;
}

#content p {
	margin: 15px 0;
	font-size: 75%;
	line-height: 150%;
}

#content cite {
	color: #000000;
	font-size: 150%;
	line-height: 145%;
	font-style: normal;
}

#content ul {
	margin: 15px 15px 15px 50px;
	font-size: 75%;
	line-height: 150%;
	list-style-type: square;
}

#content ul.second {
	font-size: 100%;
}

#content .spacer {
	margin: 15px 0;
	border-bottom: 1px solid #CCCCCC;
}

/* ------ INFO BOX ------------------------------------------------- */

#content p.infobox {
	padding: 5px;
	border: 2px solid #000000;
}

/* ------ IMAGE STYLES --------------------------------------------- */

#content .image_border {
	border: 1px solid #000000;
}

#content .image_left {
	float: left;
	margin: 5px 15px 15px 0;
	border: 1px solid #000000;
}

#content .image_right {
	float: right;
	margin: 5px 0 15px 15px;
	border: 1px solid #000000;
}

/* ------ FOOTER --------------------------------------------------- */

#footer p.footercontact {
	padding: 15px 0;
	font-size: 75%;
	line-height: 150%;
	border-top: 1px solid #CCCCCC;
}

#footer p.footercontact a:link,
#footer p.footercontact a:visited,
#footer p.footercontact a:active {
	color: #000000;
}

/* ------ END CSS FILE --------------------------------------------- */