a {
		color: #666666;
		text-decoration: none;
}


a:visited {
		color: #919191;
		text-decoration: none;
}


a:hover {
		color: #ff0008;
		text-decoration: none;
}


a:active {
		color: #ff0008;
		text-decoration: none;
}


body {
		background: #bed481;
		text-align: center;
}



/* main boxes */

.top {
		background: #bed481;
		background-image: url("images/background-top.jpg");
		background-repeat: no-repeat;
		width: 798px;
		height: 17px;
		text-align: left;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
}


.middle {
		background: #bed481;
		background-image: url("images/background-middle.jpg");
		width: 798px;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
}


.bottom {
		background: #bed481;
		background-image: url("images/background-bottom.jpg");
		background-repeat: no-repeat;
		width: 798px;
		height: 20px;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
}



/* divs */

.header {
		margin: 0px auto 0px auto;
		padding: 3px 0px 3px 0px;
		width: 762px;
		border: 1px dotted #bed481;
}


.mainmenu {
		font-family: Arial;
		font-size: 12px;
		text-align: left;
/*		font-variant: small-caps; */
		margin: 0px auto 0px auto;
		padding: 5px 0px 0px 0px;
		width: 762px;
}


.date {
		font-weight: bold;
		float: right;
}


.adminmenu {
		background: #cacaca;
		font-family: Arial;
		font-size: 12px;
		text-align: left;
		margin: 8px auto 0px auto;
		padding: 2px 0px 2px 0px;
		width: 762px;
}


.admintitle {
		color: #000000;
		font-weight: bold;
}


.footer {
		color: #627728;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 7pt;
}


.maincontent {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 15px;
		color: #999999;
		text-align: left;
		margin: 13px auto 0px auto;
		padding: 3px 0px 3px 0px;
		width: 762px;
		border: 1px dotted #bed481;
		min-height: 382px;
		height: 382px;

}


.maincontentisstretchy {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 15px;
		color: #999999;
		text-align: left;
		margin: 13px auto 0px auto;
		padding: 3px 0px 3px 0px;
		width: 762px;
		border: 1px dotted #bed481;
		overflow: hidden;
}

.text {
	font-family: Times New Roman;
	font-size: 17px;
	color: #666666;
	text-align: justify;
	margin: 5px 11px 0px 11px;
	padding: 0px 0px 0px 0px;
	width: 380px;
}


.text:first-letter {
		font-family: French Script MT, Times New Roman;
		font-size: 77px;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
}

/* this is all stuff from the old layout for the php */

.body_text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subheading_red {
	color: #FF0008;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.lefttopbottom {
	border-left: 1px dotted #BED481;
	border-top: 1px dotted #BED481;
	border-bottom: 1px dotted #BED481;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.righttopbottom {  border-right: 1px dotted #BED481;
 border-top: 1px dotted #BED481;
 border-bottom: 1px dotted #BED481;  
}

.borderbottom {  border-bottom: 1px dotted #BED481;
  
}
