body {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#E9E9E9;
	margin:24px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0D0D0D;
}
img {margin:0px;border:none}
form {margin:0px}

a {
	color:#B30000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#B30000;
	text-decoration:underline;
}
p, li {
	line-height:18px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#231f20;
	margin:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#231f20;
	margin: 0px;
}










#site-container {
	display:block;
	width:988px;
	margin-left:auto;
	margin-right:auto;
}

#large-bg {
	display:table;
	width:988px;
	background-image:url(/images/large-bg.jpg);
	background-repeat:no-repeat;
}
#repeat-bg {
	display:table;
	width:988px;
	background-image:url(/images/repeat-bg.jpg);
	background-repeat:repeat-y;
}
#top-row {
	display:block;
	clear:both;
	width:950px;
	padding:10px 19px 0px 19px;
	height:296px;
}

#top-left {
	display:block;
	clear:left;
	width:230px;
	float:left;
	height:296px;
}	
.logo {
	width:230px;
	height:89px;
	margin-bottom:10px;
}



#top-right {
	display:block;
	clear:right;
	width:710px;
	float:right;
	height:296px;
}
#top-right form {
	margin-top:4px;
}

#nav {
	display:block;
	clear:both;
	width:710px;
	height:32px;
}
#nav input {margin:0px}
#boxes {
	display:block;
	clear:both;
	width:960px;
	padding:10px 9px 10px 19px;
	background-image:url(/images/pixel-border.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#boxes img {
	margin-right:10px;
}

#content-index {
	display:block;
	padding:10px 19px 10px 19px;
}	
.content-img {
	margin:0px 12px 20px 0px;
}
#content-interior {
	display:block;
	width:710px;
	float:right;
	padding:10px 19px 10px 0px;
}
#int-images {
	display:block;
	width:230px;
	float:left;
	padding:10px 10px 10px 19px;
}
#int-images img {
	margin-bottom:10px;
}		

#footer {
	display:block;
	clear:both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding:5px 19px 15px 19px;
}
#disclosures {
	float:left;
	clear:left;
	color:#000000;
	font-size:11px;
}
#disclosures ul	{
	margin:0px;
	padding: 0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
  font-size:11px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size:11px;	
}
#footer a:hover {
	text-decoration: underline;
}
#bottom-nav {
	float:right;
	clear:right;
	font-size:11px;
}
#bottom-nav a {
	margin-left:4px;
	margin-right:4px;
	font-size:11px;
} 
