body,td,th {
	font: 12px/17px "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color: #000000;
}

body {
	background-image: url(../images/bg.gif);
	margin: 0px;
	background-color: #493922;

}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	font-weight: bold;
}

p {
	margin-top: 0px;
}

h2 {
	color: #006600;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	color: #006600;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

h4 {
	color: #333333;
	font-size: 12px;
	font-weight: bolder;
	margin: 0px;
	font-style: normal;
}

/* classes / fonts */

a {
	text-decoration:none;
	font-weight: bold;
	color: #003366;
}

a:visited, a:active {
	text-decoration:none;
	color: #003366;
}

a:hover {
	border-bottom:1px solid #cc3300;
	color: #CC3300;
}

.subheading {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 24px;
}

.heading {
	font-family: Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	color: #CC0000;
	letter-spacing: 2px;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 2px;
}

.body_large {
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 20px;
}

.image {
	margin-left: 4px;
}

.subnav {
	padding-right: 15px;
	padding-left: 15px;
}


.body_small {
	line-height: 15px;
	font-size: 11px;
	margin-bottom: 20px;
}

.body_smallbold {
	font-weight: bold;
	line-height: 15px;
	font-size: 11px;
	margin-bottom: 20px;
}

.footer {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin-left: 13px;
	margin-top: 12px;
	margin-right: 30px;
	font-family: Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	text-align: center;
}

.footer a:link, .footer a:visited{
	color: #ffffff;
}

.footer a:hover {
	border-bottom:1px solid #ffffff;
	color: #ffffff;
}

.tables {
	font-size: 9px;
	border: 1px solid #666666;
}
.bullet_list {
	list-style-type: square;
}
.caption {
	line-height: 14px;
	font-size: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.sidelinks {
	margin-right: 15px;
}

.sidelinks a{
	font-weight: normal;
}

.Breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-type: square;
	word-spacing: 1px;
	text-transform: uppercase;
}
.Breadcrumb_delimiter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-type: square;
	word-spacing: 1px;
}
.Breadcrumb_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-type: square;
	word-spacing: 1px;
	text-transform: uppercase;
}
a.Breadcrumb:link {
	color: #666666;
	text-decoration: underline;
}
a.Breadcrumb:visited {
	text-decoration: underline;
	color: #666666;

}
a.Breadcrumb:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #CC3300;

}


/* NAV */

#navbar {
	_height: 25px;
	height: 25px;
}

#navlist {
	margin-top: 16px;
	_margin-top: 22px;
	_line-height: 0px;
	margin-left: -5px;
	_margin-left: 10px;

}

#navlist ul {
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding: 2px 5px;
	_padding: 2px 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#navlist a:active {
	color: #003366;
}

#navlist a:link, #navlist a:visited {
	color: #003366;
}

#navlist a:hover {
	color: #CC3300;
	text-decoration: none;
	border-bottom: none;
}

#title {
	margin: 0px;
	border-bottom: 1px solid #666666;
}

#header a:hover{
	border-bottom: none;
}

#subtitle {
	margin: 0px 20px 0px 0px;
	border-bottom: 1px solid #999999;
}
