/* CSS Document */

body {
	background-color: #666644;
	text-align: center;
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 0.95em;
}
 
#navigation {
	color: #FFF;
	font-size: .95em;
	text-align: center;
	padding: 10px;
}

#flash {
	margin-left: auto; margin-right: auto;
	width: 750px;
}

.greenBar {
	background-color: #AAAA88;
	width: 718px;
	height: 31px;
}

#goldBar {
	background-color: #BBAA55;
	width: 750px;
	height: 25px;
	margin-left: auto; margin-right: auto;
}

#content {
	background-color: #FFF;
	text-align: left;
	width: 565px;
	padding: 20px;
	line-height: 1.3em;
}
#footer {
	color: #FFF;
	font-size: .9em;
	text-align: center;
	padding: 10px;
	margin-left: auto; margin-right: auto;
}

h1 { color: #446699; font-size: 1.4em;}
h2 { color: #446699; font-size: 1.2em;}
h3 {color: #666644; font-style: italic; font-weight: bold;}

table {margin-left: auto; margin-right: auto; text-align: center;}
td {text-align: left;}
	
.rightBar {
	color: #fff;
	background-color: transparent;
	font-size: 0.75em;
	text-align: left;
	line-height: 1.5em;
	/*padding-left: 40px;*/
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
}

/* Links */
a:link {color: #000; text-decoration: underline;}
a:visited {color: #000;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000;}

#navigation a:link {color: #FFF; text-decoration: none;}
#navigation a:visited {color: #FFF; text-decoration: none;}
#navigation a:hover {color: #BBAA55; text-decoration: underline;}
#navigation a:active {color: #BBAA55; text-decoration: none;}

#footer a:link {color: #FFF; text-decoration: underline;}
#footer a:visited {color: #FFF; text-decoration: underline;}
#footer a:hover {color: #BBAA55; text-decoration: none;}
#footer a:active {color: #BBAA55; text-decoration: none;}

.rightBar a:link {color: #FFF; text-decoration: none;}
.rightBar a:visited {color: #FFF; text-decoration: none;}
.rightBar a:hover {color: #BBAA55; text-decoration: underline;}
.rightBar a:active {color: #BBAA55; text-decoration: none;}
.notes {
	color: #663333;
	font-weight: bolder;
}
.notes a:link, .notes a:visited {
	text-decoration:none;
}
.notes a:active, .notes a:hover {
	text-decoration:underline;
}
p.notes {
	font-size: small;
	line-height: 1.3em;
	margin-left: 10px;
	text-indent: -10px;
}
p.notes a:active, p.notes a:hover {
	text-decoration:none;
}
