/*Begin GENERAL PAGE LAYOUT*/
html { 
	height:100%; 
	width:100%; 
	}
body {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	position: relative;
	background-image: url(/img/page_img/alivebgd.jpg);
	background-color:#321b13;
	background-repeat: no-repeat;
	}
body,td,th {
	font-family: Shnixgun, Papyrus;
}

img { 
	border: none; 
	}

a.changewhite:link { 
	color:#FFFFFF; 
	}

a.changewhite:visited { 
	color:#CCCCCC; 
	}

a.changewhite:hover { 
	color:#000000; 
	}

a.changewhite:active { 
	color:#8B9DBC; 
	}
/* End GENERAL PAGE LAYOUT */

/* Begin HEADER STYLES */
#header {
	text-align:center;
	height:150px;
	width:1050px;
	margin-top:10px;
	padding:0px;
	color:#cddc37;
	float: left;
	}
#Title {
	text-align:center;
	width:1050px;
	float:left;
	font-size:5em;
	}
#subTitle{
	text-align:right;
	width:300px;
	float:right;
	font-size:1.5em;
	}
/* End HEADER STYLES */

/* Begin MAIN AREA STYLES */
#main {
	margin-top:5px;
	min-height: 500px;
	width: 1033px;
	padding-left: 15px;
	float: left;
	}
/* End MAIN AREA STYLES */

/* Begin ROUND CORNERS */
#TLcorner {
	font-size:3px;
	height:14px;
	width:14px;
	float: left;
	background-image:url(/img/page_img/alivetlcorn.gif);
	}
#TRcorner {
	font-size:3px;
	height:14px;
	width:14px;
	float: right;
	background-image:url(/img/page_img/alivetrcorn.gif);
	}
#BLcorner {
	font-size:3px;
	height:14px;
	width:14px;
	float: left;
	background-image:url(/img/page_img/aliveblcorn.gif);
	}
#BRcorner {
	font-size:3px;
	height:14px;
	width:14px;
	float: right;
	background-image:url(/img/page_img/alivebrcorn.gif);
	}
/* End ROUND CORNERS */

/* Begin NAVIGATION STYLES */
#nav {
	width: 200px;
	float: left;
	min-height: 500px;
	}
#navTop {
	width:200px;
	heigh:14px;
	float:left;
	}
#navFillMiddle {
	font-size:3px;
	width:172px;
	float: left;
	background-color:#b7c061;
	height: 14px;
	}
#navBody {
	width:200px;
	min-height:472px;
	float:left;
	background-color:#b7c061;
	}
#navBodyMiddle {
	width:200px;
	float: left;
	color:#321b13;
	min-height:472px;
	}
#navBottom {
	width:200px;
	height:14px;
	float:left;
	}
/* other Nav Styles */
#navigation a{ 
	text-decoration:none; 
	}
ul.subjects { 
	padding-left:0; 
	list-style:none; 
	color:#FFFFFF; 
	}
ul.pages { 
	padding-left:2em; 
	list-style:none; 
	color:#FFFFFF; 
	}
.selected { 
	font-weight:bold; 
	}
/* End NAVIGATION STYLES */

/* Begin Page STYLES */
#page {
	width:500px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 500px;
	}
#pageTop {
	width:500px;
	heigh:14px;
	float:left;
	}
#pageFillMiddle {
	font-size:3px;
	width:472px;
	float: left;
	background-color:#b7c061;
	height: 14px;
	}
#pageBody {
	width:500px;
	min-height:472px;
	float:left;
	background-color:#b7c061;
	}
#pageBodyMiddle {
	width:472px;
	padding-left:14px;
	padding-right:14px;
	float: left;
	color:#321b13;
	min-height:472px;
	}
#pageBottom {
	width:500px;
	height:14px;
	float:left;
	}
/* End PAGE STYLES */

/* Begin AD Styles */
#ad {
	width:300px;
	float: left;
	min-height: 500px;
	}
#adTop {
	width:300px;
	heigh:14px;
	float:left;
	}
#adFillMiddle {
	font-size:3px;
	width:272px;
	float: left;
	background-color:#b7c061;
	height: 14px;
	}
#adBody {
	width:300px;
	min-height:472px;
	float:left;
	background-color:#b7c061;
	}
#adBodyMiddle {
	width:300px;
	float: left;
	color:#321b13;
	min-height:472px;
	}
#adBottom {
	width:300px;
	height:14px;
	float:left;
	}
/* End AD STYLES */

/* Begin FOOTER STYLES */
#footer {
	width:1050px;
	height:30px;
	padding-top:15px;
	float:left;
	text-align:right;
	}
/* End FOOTER STYLES */