/* -------- General Page Layout -------- */
body {
	color: #000;
	background: #7f9680;
	text-align: center;
	margin: 0 auto;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 95%;
	text-align: left;
	}

img {
	border: 0;
	}


/* -------- Text -------- */
.head {
	text-align: left;
	font: italic bold 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #666;
	padding: 10px 10px 10px 20px;
	}

#mid {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(/i/bg_mid.gif);
	background-color: #fff;
	}

#mid td {
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	color: #f00;
	}

.para {
	font: 15px/21px Georgia, "Times New Roman", Times, serif;
	color: #425b46;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
	}

.paratop {
	font: bold 15px/21px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	}

.paratag {
	font: italic bold 15px/21px Georgia, "Times New Roman", Times, serif;
	color: #425b46;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
	}

.orange {
	color: #c74b0b;
	}



/* -------- Generic Links -------- */
a:link {
	color: #c74b0b;
	text-decoration: underline;
	}

a:visited {
	color: #7f9680;
	text-decoration: underline;
	}

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

a:active {
	color: #f00;
	text-decoration: underline;
	}