
/**********************************************************/
/*                      MAIN CONTENT                      */
/**********************************************************/


/******************** all screen layout *****************/


html, body {
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 1000px;
}

.wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	text-align: left;
	padding: 5px;
	background-color: white;
	border-left: 3px double #ff690F;
	border-right: 3px double #ff690F;
}

.bigletter {
	font-size: 35px;
	line-height: 30px;
	color: #ff690F;
	float: left;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, -1px;
}


/******** top of screen area : logo and menu system  *****/

.top{
	font-family: Arial, helvetica, sans-serif;
	float: left;
	color: grey;
	text-align: right;
	width: 1000px;
}

.topimg {
	float: left;
	width: 170px;	
}

.topleft {	
	float : left;
	width: 200px;
	font-size: 10px;
	text-align: left;
	margin-left: 10px;	
	font-size: 12px;
}

.toptext {
	float: right;
	width: 800px;
	font-size: 14px;
}

.toptext h2 {
	color: #ff690F
}


/***********************  MENU  *****************************/


.menutext ul {
	font-family: Arial, helvetica, sans-serif;
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 800px;
	float: right;
}

.menutext li {
	display: block;
	color: white;
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
	width: 110px;
	float: right;
	background-color: #ff690F;
}


.menutext li a {
	text-decoration: none;
	color: white;
}

.menutext li a:visited {
	text-decoration: none;
	color: white;
}

.menutext li a:hover {
	text-decoration: none;
	color: green;
	background-color: #ff690F;
	border-left: 2px single white;
	border-right: 2px single white;
}


.thispagebutt {
	float: right;
	display: block;
	color: black;
	width: 100px;
}

/************** content area of screen **************/

.content {
	float: left;
	font-size: 14px;
	color: black;
	text-align: justify;
	margin-top: 25px;
	width: 1000px;
}

.content h3 {
	color: #ff690F;
}

.left {
	float: left;
	margin-left: 10px;
	width: 625 px;
}

.left img {
	display: block;
	float: left;
	margin-right: 5px;
}

.left h2 {
	display: block;
	float:left;
	margin-left: 25px;
}

.storyphoto {
	float: left;
	display: block;
	margin-right: 20px;
}

.prevbutt {
	float: left;
	width : 200px;
	display: block
}

.prevbutt img {
	border-style: none;
}

.nextbutt {
	float: right;
	width: 200px;
	display: block;
	border: 0;
}

.nextbutt img {
	border-style: none;
}


/************** RHS of screen **************/
/************** Index Page **************/

.right {
	float: right;
	margin-right: 10px;
	width: 300 px;
}

.right img {
	border="0";
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.right a {
	text-decoration: none;
	color: black;
}
.right a:visited {
	text-decoration: none;
	color: black;
}

.rightcol1 {
	float: left;
	width 150px;
	text-align:center;
}

.rightcol2 {
	float: right;
	width: 150px;
	text-align:center;
}


/************** Other Pages **************/

.rightAlt {
	float: right;
	margin-right: 10px;
	width: 300 px;
	background-color: #eaeaea;
}

.rightAlt img {
	border="0";
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}




/************** News Page **************/

.news {
	width: 550px;
	float: left;
	margin-left: 19px;
	padding-left: 20px;
	padding-right: 20px;
}


.newstop img {
	display: block;
	float: left;
}

.newstop h2 {
	display: block;
	float:left;
	margin-left: 30px;
}

.notices {
	width: 325px;
	float: left;
	margin-left: 25px;
	background-color: #eaeaea;
	padding-left: 20px;
	padding-right: 20px;
}


/************** General Stuff **************/


.clearall {
	clear: both;
}

.footer {
	float: left;
	margin-top: 15 px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #ff690F;
	width: 1000px;
	color: white;
}



