/* Top bar */

.grnblock {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 120px;
	min-width: 700px;
	width: 100%;
	text-align: center;
	background: #006600;
	}

.top1 {
	font-family:tahoma;
	font-size:40pt;
	font-weight:bold;
	color:white;
	padding-bottom:10;
	border-bottom-style:solid;
	border-bottom-color:white;
	}

.toptexti {
	font-family:tahoma;
	font-style:italic;
	font-size:20pt;
	color:white;
	}

.toptext {
	font-family:tahoma;
	font-size:20pt;
	font-weight:bold;
	color:white;
	}

/* Nav bar */

.menublock {
	position: absolute;
	top: 125px;
	left: 0px;
	min-width: 700px;
	width: 100%;
	text-align: center;
	background: maroon;
	}

#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: maroon;
	color: #FFF;
	width: 100%;
	font: normal 90% tahoma, arial, sans-serif;
	text-align: center;
	}

#navcontainer li {
	display: inline;
	}

#navcontainer li a {
	text-decoration: none;
	background-color: maroon;
	color: #FFF;
	padding: .2em 1em;
	}

#navcontainer li a:hover {
	background-color: #006600;
	color: #fff;
	}

/* Home page*/

.homeleft {
	position: absolute;
	left: 40px;
	width:285px;
	}

.homeright {
	position: absolute;
	left: 360px;
	padding-right:10px;
}

.homecontact {
	font-family:tahoma;
	color:#006600;
	font-weight:bold;
	font-size:10pt
}

.contacttext {
	font-family:tahoma;
	color:black;
	font-size:10pt;
	text-align:center
}



.pagelead {
	font-family:tahoma;
	color:#006600;
	font-weight:bold;
	font-size:14pt
}

.pagetext {
	font-family:tahoma;
	color:black;
	font-size:12pt
}

.prop400 {
	height:400px;
	float:right;
	width:1px;

}

.prop450 {
	height:450px;
	float:right;
	width:1px;

}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.cent { text-align:center }

.issueleft {
	position:absolute;
	width:500px;


}
.issueright {
	position: relative;
	left: 510px;
	padding-bottom: 20px;
	
}

.foottext {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width:100%;
	font-family:tahoma;
	font-size:9pt;
	text-align: center;
}


#press {
	font-family:tahoma;
	font-size:12;
}
#press ul {
}

#press li {
	list-style-type:square;
	padding: 0px 0px 10px 0px;
}

#press a {
	color:black;
	text-decoration: none;
	font-weight: bold;
}

#press a:hover {
	background:#006600;
	color:white;
}


.eventbox {
	position:relative;
	min-width:800px;
	height: 300px;
}

.event {
	position:absolute;
	top:50%; 
	height:280px;
	width:50%;
	margin-top:-140px;
	border-bottom-style:solid; 
	border-bottom-color:#006600;
}

#content1 {
	position: absolute;
	top: 160px;
	left: 15px;
	width:98%;
	height:65%;
	min-height:450px;
	min-width:640px;
	padding-bottom: 35px;

	}

#content2 {
	position: absolute;
	top: 160px;
	min-height:450px;
	min-width:640px;
	padding-bottom: 35px;
	
	}

#content3 {
	position: absolute;
	top: 160px;
	left: 15px;
	height:600px;
	width:98%;
	min-width:640px;
	padding-bottom: 35px;
	
	}









/* I think I can delete this junk */


.prop300 {
	height:300px;
	float:right;
	width:1px;

	border-style: dotted;
	border-width: 1px;
	border-color: #ff0000;
}

.row { vertical-align:middle; }
img.floatright { 
    float: right; 
    margin: 15px; 
}
img.clearright { 
    clear: right; 
    margin: 15px; 
}


p12 { font-family:tahoma; font-size:12pt; }
.content {
	position: absolute;
	top: 160px;
	width:90%;
	
	border-color: #000000;
	border-style: dotted;
	border-width: 1px;
	font-weight: normal;
	padding: 1em;
}
menutext { font-family:tahoma; font-size:12pt; font-weight:bold; color:white }
bodytext { font-family:tahoma; color: black; font-size:10; }
#event {
	display:inline;
	width:100%
	
}

#event p {
	width:50%;
	font-family:tahoma;
}
#event oldimg {
	position:relative;
	left:50%;
}



