* { margin: 0; padding: 0; }


body { color: black; background-color: white; }


h1, h2, h3, h4, h5, h6 {
	color: #800;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase; }
	
h2, h3, h4, h5, h6 {
	color: #800;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase; }

p {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px; }
	
div {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px; }
	
p.subhead {
	color: #800;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px; }
	
p.ada {
	color: #000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px; }
	
p.ada2 {
	color: #000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px; }

	
p.footer {
	color: #fff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px; }
	
p.footlinks  {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px; }
	
p.footlinks a {
	color: #fff;
	text-decoration: none; }
	
p.footlinks a:hover {
	color: #999;
	text-decoration: none; }


td.repy {
	background-repeat: repeat-y; }
	
td.repx {
	background-repeat: repeat-x; }

td.caption {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

#nav ul {
  list-style: none;
  }
  
#nav ul li {
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 22px; 
 	background-image: url(../images/lcol-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-transform: uppercase; }

#nav ul li a {
	text-decoration: none;
	color: #fff;
	padding-left: 42px; 
  }
  
#nav ul li a:hover{
	text-decoration: none;
	color: #999;
	padding-left: 42px; 
  }
  
  
#callout p {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 10px 5px 32px; }
	
	
#homewrap {
	margin: 5px 10px 0 30px; }
	
img.borders {
	padding: 5px;
	border: solid 1px #800; }

img.bottomImage {
	padding: 5px;
	border: solid 1px #800; }
	
#intcolwrap {
	margin: 5px 0 0 30px; }


a:link { color: #000 }
a:visited { color: #000 }
a:hover { color: #800 }
a:active { color: #800 }
