.clearBoth {
	clear: both; }

.contentBox {
	width: 800px;
	_width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgb(255,255,255);
	background: #ffffff; /* for non-css3 browsers */
	border: 20px;
	border-color: #343535;
	border-style: solid; }

.copy {
	font-style: normal Tahoma, Arial, Helvectica, Sans Serif;
	font-size: .85em;
	color: rgb(102,102,102); }

.footer {
	white-space: pre; }

h1 {
	font-size: 1.3em;
	color: rgb(51,51,51);
	border-bottom: 0px dashed rgb(178,178,178); }

.link_ft {
	font-style: normal;
	font-size: .85em;
	color: rgb(181,181,181);
	line-height: 18px; }

.pad10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px; }


/* Default Link Styles
-------------------------------------------------------------- */

p a {
	font-style: normal; 
	color: #c81c1c;}

p a:link, p a:visited {
	color: #c81c1c; }
	
p a:hover, p a:active {
	color: #b71d1d; }


/* Default Nav Styles
-------------------------------------------------------------- */

a {
	text-decoration: none; }
a:link {
	color: #c81c1c; }
a:visited {
	color: #c81c1c; }
a:hover {
	color: #b71d1d; }
a:active {
	color: #b71d1d; }


/* Using H6 for footer style
-------------------------------------------------------------- */

h6 {
	font-weight: normal;
	color: rgb(102,102,102);
 	font-size: .75em; }

h6 a:link, h6 a:visited {
	color: rgb(181,181,181);
	line-height: 18px; }
	
h6 a:hover, h6 a:active {
	color: rgb(181,181,181);
	border-bottom: 0px dotted rgb(33,73,117);
	line-height: 18px; }