/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, San Serif;
	font-size: 13px;
	color:#333333;
	line-height: 16px;
	}

.clear {
  clear: both;
  height: 0;
}

table, thead, tbody, tr, td, th, a mainCopy{
font-size: inherit;
font-family: inherit;
font-weight: inherit;
}

#container {
	float: left;
	width: 690px;
}

#header {
 float: left;
 width:690px;
 height:109px;
 background: url(images/main_header.gif) top left no-repeat;
}

#content {
	float:left;
	width:690px;
}

#column {
	float:left;
	width:205px;
	background: #C54044;
}

#main {
	float: right;
	width: 476px;
}

#footer {
float: left;
width: 690px;
background: #E7E7E7;
margin: 10px 0px 0px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#mainCopy {
	float: left;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, San Serif;
	padding: 8px 8px 8px 2px;
	font-size: 13px;
	color:#333333;
	line-height: 17px;

}

#footerCopy {
	float: left;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, San Serif;
	padding: 6px;
	font-size: 10px;
	color:#666666;

}

#floatRight{
	width: 100%;
	float: right;
	text-align: right:
	}

.nextLink {
text align: right;
	float: right;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.nextLink:hover {
	float:right;
	font-size: 10px;
	color: #C54044;
	text-decoration: none;
		font-weight: bold;
}

a {
	text-decoration: underline;
	color: #DD9092;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #C54044;
	font-weight: bold;
}

.navLink {
	font-family: Lucida Grande, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
}
.navLink:hover {
	text-decoration: none;
	color:#993333;
}
