/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background-color: #999999;
}
#wrapper {
	background-color: #FFFFFF;
	width: 780px;
}
#header {
	width: 100%;
}
#headerbar {
	background-image:  url("../images/topbar.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 24px;
}
#inner {

}
.outernav {
	width: 160px;
	background-color:#990000;
	color: #FFFFFF;
}
#nav {
	color: #FFFFFF;
}
#nav a:active, #nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav td {
	padding: 5px;
	text-indent: 5px;
}
#content {
	color: #333333;
	line-height: 18px;
}
#content a:active, #content a:link, #content a:visited {
	color: #0000CC;
	text-decoration: underline;
}
#content a:hover {
	color: #990000;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}

#footer {
	color: #FFFFFF;
	line-height: normal;
	background-image:  url("../images/footerbar.gif");
	background-repeat: no-repeat;
	background-position: center;
}
#footer a:active, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.special_offer {
	color: #990000;
	font-weight: bold;
}

.highlight {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}

.page_links {
	font-size: 10px;
}

.page_links a:active, .page_links a:link, .page_links a:visited {
	color: #0000CC;
	text-decoration: none;
}

.page_links a:hover {
	color: #990000;
	text-decoration: underline;
}

#formComments {
	display: none;
}