/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}

h1	{
	display: none;
}

#banner {
	height: 95px;
	background-image: url(shared/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
}
#placeholder	{
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #EFEFEF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#sign	{
	float: left;
	height: 120px;
	width: 145px;
}

#content	{
	background-image: url(shared/sign-cut-out.gif);
	background-repeat: no-repeat;	
}

#content p	{
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-right: 25px;
	margin-left: 25px;
}

.subhead	{
	font-size: 19px;
	color: #990000;
}
#main_nav	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 31px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 31px;
}
.highlight {
	color: #990000;
}

#main_nav a:link {
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#main_nav a:visited {
	color: #666666;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#main_nav a:active {
	color: #006600;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#main_nav a:hover {
	color: #CC3300;
	text-decoration: underline;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
}
#main_nav ul	{
	margin: 0px;
	padding: 0px;
}
#main_nav li	{
	display: inline;
	margin: 0px;
	padding: 0px;
}
.nav_active	{
	color: #E80000;
}

#btt	{
	font-size: 12px;
	background-color: #E2E2E2;
	height: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#btt a:link {
	color: #333333;
	text-decoration: none;
}
#btt a:visited {
	color: #333333;
	text-decoration: none;
}
#btt a:active {
	color: #006600;
	text-decoration: none;
}
#btt a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#firefox_spacer	{
	height: 250px;
}

#footer	{
	font-size: 12px;
	text-align: center;
	line-height: 150%;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
