
/* General */

body {
	background:#EADB96;
	margin-left:0px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#000000;
}
p {
	line-height: 150%;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color:#000000;
	font-weight:bold;
	text-align:right;
}
h2 {
	font-size:x-small;
	color:#000000;
	font-style:italic;
}

/* Nav Links & Style */

.navbar {
	font-size:x-small;
	background:url(images/header_left.jpg) top left no-repeat;
}
.navbar p {	line-height: 100%; }
.navbar a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.navbar a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.navbar a:hover {
	color:#333366;
	text-decoration:none;
	font-weight:bold;
}
.navbar a:active {
	color:#333366;
	text-decoration:none;
	font-weight:bold;
}

#navigation a {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 8px 7px 10px;
	font-weight:bold;
	border-color:#000000;
	border-width:1px;
	border-style:solid;

	height:100%;
	}
	
#navigation a:hover {
	background: #FFFFFF;
	/*color:#FFFFFF;*/
	height:100%;
	color:#000000;
	background-color:#FFFFFF;
	border-color:#000000;
	border-width:1px;
}

/* Links */

a:link {
	color:#666699;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#666699;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}

/* Footer Links */

.footer {
	font-size:x-small;
	color:#000000;
	line-height:200%;
}
.footer a:link {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
.footer a:visited {
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
}
.footer a:hover {
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
}
.footer a:active {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

/* Ad Table */

.adTable {
	border: 1px solid #000000;
	background:#DBBF7D;
}
.adTable h1 { text-align: center; }

/* Extra Bits */

.smallFont { font-size: xx-small; }

.tableBorder {
	border: 2px solid #000000;
	background:#FFFFFF;
}

.red { color:#FF0000; }
.red a:link { color:#FF0000; font-weight:bold; }

