body {
	margin: 0px;
	background-color: #898c78;
}

div.page {
	z-index: 2;
	position: relative;
	text-align: left;
	width: 770px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	left: 0;
	top: 0;
	border: 1px solid #000000;
	background-color: #B5B99C;
}

div#timedate {
	z-index: 3;
	width:200px;
	color:#ffffff;
    position:absolute;
    left:565px;
    top:2px;
	text-align:right;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div.contentindex {
	text-align: left;
    width: 770px;
	height: auto;
}

p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;	
}

li, td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
} 

/* LoVe HAte - inherit font size and color*/
a:link {
    /* size, family, and padding will be inherited by A links */
	color: #4d4f44;
	text-decoration: underline;
	}
a:visited {
    /* size, family, and padding will be inherited by A links */
	color: #2d2e28;
	text-decoration: udnerline;
	}	
a:hover {
    color: #FF0000;
	text-decoration: none;
	}
a:active {
    color: #6699FF;
	text-decoration: none;
	}	

h1, h2, h3, h4, h5, h6 {
    text-align: left;
    font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0;
	padding-bottom: 0;
}

h1,h2,h3 {font-size:22px;color:#000000; text-align:center;text-transform: uppercase;}
h4 {font-size:20px;color:#404040; text-align:center;text-transform: uppercase;}
h5 {font-size:19px;color:#3b365c; text-align:center;text-transform: uppercase;}
h6 {font-size:18px;color:#585858; text-align:center;text-transform: uppercase;}

div.navbar {
    background-color: #B16A52;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
	text-align: center;
	/* 770 minus the left and right padding */
	width: 750px;
	height: auto;
}

/* LoVe HAte - inherit font size and color*/
a.nav:link, a.nav:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 10px;
	}
a.nav:hover {
	color: #f6f778;
	text-decoration: none;
	}
a.nav:active {
    color: #0033CC;
	text-decoration: none;
	}
	
a.nav2:link, a.nav2:visited {
    color: #f5ebc3;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	padding-bottom: 10px;
	text-decoration:none
	}
	
a.nav2:hover {
    color: #f6f778;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	padding-bottom: 10px;
	text-decoration:none
	}
	
a.nav2:active {
    color: #f5ebc3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	padding-bottom: 10px;
	text-decoration:none
}

/* LoVe HAte - inherit font size and color*/
a.iart:link, a.iart:visited {
	color: #2868CF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	}
a.iart:hover {
	color: #2868CF;
	text-decoration: none;
	}
a.iart:active {
	color: #2868CF;
	text-decoration: none;
	}
	
.navthingy {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #d7b4a7;
	line-height: 2px;
}

.red { color: #FF0000;}