body { font-family: Arial, sans-serif; 
	font-size: 11px; 
	background: #333333;
	color: #FFF;
	margin:0; padding:0;
	}

p 	{
	margin-top: 0;
	margin-bottom: 20px;
	}

a.nav, a.nav:link, a.nav:active, a.nav:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}

a.nav:hover {
	color: #F67510;
	text-decoration: underline;
	font-weight: bold;
	}


a.headerlink, a.headerlink:link, a.headerlink:active, a.headerlink:visited {
	font-family: Arial, sans-serif; 
	color: #F67510;
	font-size: 30px; 
	text-align: left;
	text-decoration: none;
	}

a.headerlink:hover {
	color: #F67510;
	text-decoration: underline;
	}

a.bottom, a.bottom:link, a.bottom:active, a.bottom:visited {
	color: #FFF;
	text-decoration: none;
	}

a.bottom:hover {
	color: #F67510;
	text-decoration: underline;
	}

.pagespace {
	border-left: 2px solid #F67510;
	border-right: 2px solid #F67510;
	width:650px; 
	margin:0px auto ;
	background: #333333;
	}

	
.header {
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 343px;
	background: #333333 url("./graphics/banner.jpg") top right no-repeat;
	}

.headertext {
	font-family: Arial, sans-serif; 
	color: #F67510;
	font-size: 30px; 
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;
	}

.border {
	height: 6px;
	margin: 0px;
	padding: 0px;
	background: #F67510 url("./graphics/border.jpg") top right no-repeat;
	}

.textbox {
	border: 2px solid #F67510;
	margin: 5px;
	}

.button {
	border: 2px solid #F67510;
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px;
	}

.menu {
	font-family: Arial, sans-serif;
	text-align: right;
	font-size: 11px; 
	width: auto;
	margin: 0px;
	padding: 5px 25px 5px 0px;
	background: #F67510 url("./graphics/body.jpg") top right repeat-y;
	border-top: 1px dashed #F67510;
	border-bottom: 1px dashed #F67510;
	color: #000;
	}

.menuitem {
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	margin: 0px;
	padding-left: 10px;
	color: #d1cdb4;
	}

.maintext {
	background: #FFF url("./graphics/body.jpg") top right repeat-y;
	margin: 0px; 
	font-size: 14px; 
	line-height: 200%;
	padding: 20px 25px 5px 25px;
	text-align: justify;
	}

.quotetext {
	background: #FFF url("./graphics/body.jpg") top right repeat-y;
	margin: 0px; 
	font-size: 14px;
	font-style: italic;
	line-height: 200%;
	padding: 0px 55px 5px 55px;
	text-align: justify;
	}

.centertext {
	text-align: center;
	}

.imageleft {
	float: left;
	margin: 0px 10px 5px 0px;
	}

.imageright {
	float: right;
	margin: 10px 0px 0px 20px;
	border: 1px dashed #F67510;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size: 1px;
	border:none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	background: #000;
	}

.footer {
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	text-align: center;
	padding: 10px 26px;
	background: #F67510 url("./graphics/body.jpg") top right repeat-y;
	color: #FFF;
	border-top: 1px dashed #F67510;
	}