html, body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-top: 5px solid #e6e6e6;
}

/* CLASSES */
.init{ margin: 0; padding: 0; }
.initTop{ margin-top: 0; padding-top: 0; }
.initBottom{ margin-bottom: 0; padding-bottom: 0; }

.indent{ margin-left: 20px; }

.clear{ clear: both; }

.alt{ color: #2f2c7b; }
.alt2{ color: #aaa; }
.alt3{ color: #c62324; }

.flLeft{ float: left; margin-right: 15px; }
.flRight{ float: right; margin-left: 15px; }

.img{ padding: 2px; border: 1px solid #ccc; background-color: #f2f2f2; }

.subTitle .init{ margin-top: -20px; }

.right{ text-align: right; }

#photoCredit, #photoCredit a{ color: #aaa; font-size: 11px; } 

.feature{ background-color: #f8f8f8; padding: 10px 15px; border: 1px solid #eee; margin-bottom: 15px; }

.half{ width: 45%; float: left; margin: 0 5% 0 0%; }

hr{ border: none; border-top: 1px solid #eee; margin: 20px 0px 10px; }

/* FONTS */
*{ font-family: Arial; }

p, li, address{ font-size: 12px; color: #4d4d4d; line-height: 1.6em; }
h1{ color: #2f2c7b; font-size: 38px; font-weight: normal; font-family: "Arial Narrow", Arial; }
h2{ font-size: 20px; color: #2f2c7b; font-weight: normal; }
h3{ font-size: 16px; color: #2f2c7b; font-weight: bold; }

.small{ font-size: 11px; }

/* LINKS */
img a{ border: none; }

a{ color: #2f2c7b; }
a:hover{ color: #c62324; }

a img{ border: none; }

.aalt{ text-decoration: none; }


/* LAYOUT */
.wrapper{
	width: 900px;
	margin: 0 auto;
}

#header{ margin-top: 25px; }

#logo{ float: left; margin: 5px 0 20px 20px; }
#nav{ float: right; margin-top: 40px; }
#nav li, #footerNav li{ display: inline; margin: 0 10px 0 20px; }
#nav li a, #footerNav li a{ color: #1a1a1a; font-size: 17.5px; font-weight: lighter; text-decoration: none; }
	#nav a:hover{ color: #2f2c7b; }
	#current a{ color: #676767!important; padding-bottom: 2px; border-bottom: 2px solid #c62324; }


#banner{ clear: both; }

#content{ padding: 0 5px; }

#col1{ width: 445px; float: left; }
#col2{ width: 385px; float: right; }

#thumbs .img{ margin: 5px 1px 5px 0px; }

#footer{ 
	background-color: #e6e6e6; 
	border-bottom: 15px solid #e6e6e6; 
	border-top: 2px solid #aaa; 
	margin-top: 30px;
	padding-top: 15px;
}

#footerNav{ float: right; margin-top: 0px; }
#footerNav li a{ font-size: 14px; }

#footer .col1{ float: left; width: 35%; }
#footer .col2{ float: right; width: 63%; }

#footNotes{ position: relative; top: -20px; margin-bottom: -10px; }
