@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {

	color: #333333;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 210px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #B50F20;
}

#cont {
	clear: both;
	height: auto;
	width: 750px;
	margin: 0 auto;
	overflow: auto;
}

#nav {
	float: left;
	height: auto;
	width: 198px;
	border-top: dotted #000000 1px;
}

#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
}


#nav li a
{
	float: left;
	width: 193px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	border-bottom: dotted 1px #000;
	padding-left: 5px;
	color: #000000;
}

#nav li a:active
{
	float: left;
	width: 193px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	border-bottom: dotted 1px #000;
	padding-left: 5px;
	background-color: #CCCCCC;
}

#nav li a:hover
{
	float: left;
	width: 193px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	border-bottom: dotted 1px #666666;
	padding-left: 5px;
	background-color: #E2E2E2;
} 

.head-a {
	height: 50px;
	width: 750px;
	clear: both;
	margin: 0 auto;
}
.flash_banner {
	margin-left: 5px;
	margin-top: 0px;


}

.copy_textblock {
	height: auto;
	width: 540px;
	margin-left: 210px;
	font-size: 12px;
	border-top: 1px dotted #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.copy_textblock p {
	margin-top: 0px;
	padding-right: 10px;

}
#footer {
	clear: both;
	height: 20px;
	width: 750px;
	font-size: 9px;
	border-top: 1px dotted #000000;
	margin-top: 30px;
	padding-top: 10px;
	margin: 0 auto;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #000000;
}
#footer a:active {
	text-decoration: none;
}


