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

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;
}

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

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

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

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

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

div.navbar {
    background-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: 17px;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 10px;
	}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.nav:active {
    color: #0033CC;
	text-decoration: none;
	}	

div.footer {
    background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	width: 770px;
	height: auto;
}

div.infofooter {
    background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}


.goldseparator 
{
color: #FFD76F;
}

.red { color: #FF0000;}
