@charset "utf-8";
/* CSS Document */
/* COLORS

dark : #8e8b7a
medium : #a8a699
light : #d4d3cc
very light :#e5e5e1
red : #ff0000
dark red :#ab322e

*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 10px;
}
#main
{
	width: 850px;
}
#nav
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	padding-top: 5px;
	width: 562px;
}
a
{
	color: #FFFFFF;
	cursor: hand;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #970000;
	cursor: hand;
	font-weight: bold;
	text-decoration: none;
}
.anylinkcss
{
	position:absolute;
	visibility: hidden;
	border:1px solid 970000;
	border-bottom-width: 0;
	font:bold 10px Arial;
	line-height: 18px;
	text-align: left;
	z-index: 100;
	background-color: #970000;
	width: 140px;
}
.anylinkcss a
{
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkcss a:hover
{ /*hover background color*/
	background-color: #ab322e;
	color: #ffffff;
	font-weight: bold;
}
#content
{
	background-image: url(../images/logo_smoke.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
	height: 425px;
}
.mouseover
{
	color: #970000;
	cursor: hand;
	font-weight: bold;
	text-decoration: none;
}
.mouseout
{
	color: #FFFFFF;
	cursor: hand;
	font-weight: bold;
	text-decoration: none;
}
.over
{
	{ /*hover background color*/
	background-color: #ab322e;
	color: #ffffff;
	font-weight: bold;
}
.out
{
	background-color: #970000;
}