/* CSS Document */

h1, h2, h3, h4, h5, h6, dt {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p, td, th, li, a, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
}
a:hover {
	background-color: #EEEEEE;
}
a:active {
	background-color:#CCCCCC;
}
h1 {
	color: #003399;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	color: #996600;
	font-weight: normal;
	font-size: 18px;
}
h3 {
	color: #4f6519;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}
strong {
	font-weight: bold;
}
li {
	margin: 15px 0;
	line-height: 1.1;
}
dt {
	color: #4f6519;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 0;
}
dd {
	margin: 0 0 0 30px;
	padding: 0;
}
div#bottomcontent p {
	font-size: 10px;
	color: #999999;
	line-height: 1.5;
	margin: 0 0 5px 0;
}
div#bottomcontent p a{
	font-size: 10px;
}
div#bottomcontent p a.RLD{
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
div#bottomcontent p a.RLD:hover{
	font-size: 10px;
	color: #990000;
	text-decoration: underline;
}

div#lowerNav p.button {
	text-align: center;
	background: #996600 url(../images/layout/smallBrownTop.jpg) top left no-repeat;
	margin: 0;;
	padding: 0;
	width: 140px;
}
div#lowerNav p.button a {
	font-size: 14px;
	text-decoration: none;
	width: 130px;
	display: block;
	background: transparent url(../images/layout/smallBrownBottom.jpg) bottom left no-repeat;
	padding: 5px 5px;
	color: white;
}
div#lowerNav p.button:hover {
	background-position: top right;
}
div#lowerNav p.button a:hover {
	background-position: bottom right;
}