body {
	margin: 10px 0 20px 0; 
	padding: 0; 
	background: #ddd;
	text-align: center;
	font: 10px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	color: #333333;
}

/*
body, div, p, span, u, ul, ol, li, input, textarea, form, select {
}
*/

img {
	border: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


/* TEXT 
----------------------------------------------- */		
h1, .spanH1 {
	font-size: 20px;
	font-weight: normal;
	color: #666;
	line-height: 23px;
	margin: 0 0 5px 0; 
}

p {
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

.code {
	font-family: Courier New, Courier, Monaco, monospace;
}

.bolded {
	font-weight: bold;
}

.boldedBlue {
	font-weight: bold;
	color:#363e8d;
}

.photoDesc {
	color:#363e8d;
}


/* LINKS
----------------------------------------------- */	
a:link,
a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

a:active,
a:hover {
	color: #333;
	font-weight: normal;	
	text-decoration: none;
}

a.noborder:active,
a.noborder:hover {
	text-decoration: underline;
}
a.learnMore:link, a.learnMore:visited {
	font-family:Verdana; 
	font-size:10px; 
	color:#363e8d;
}
a.mailto {
	font-family:Verdana; 
	font-size:10px; 
	text-decoration: underline;
	color:#666;
}

/* PAGE LAYOUT
----------------------------------------------- */	
div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	border: solid 1px #000000;
	
}

div#container.interior {
	background-image: url(../img/content-interior-bg.gif);
}

div#content {
	padding: 10px 0 0 0;
	background-color: #ffffff;
}

div#content.home {
	font: 11px/24px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

div#navHome {
	width: 800px;
	height: 280px;
	background-color: #373e8e;
}

div#navInterior {
	width: 800px;
	height: 178px;
	background-color: #373e8e;
}

div#leftColumn {
	float: left;
	width: 200px;
}

div#rightColumn {
	float: right;
	width: 130px;

}

div#homemain {
	float: left;
	width: 465px;
	padding-left: 5px;
}

div#main {
	float: left;
	width: 465px;
	padding-left: 5px;
	height: auto !important;
	min-height: 381px;
	height: 381px;
}


div#emptyAreaInterior {
	clear: both;
	height: 75px;
}

div#emptyAreaHome {
	clear: both;
	height: 55px;
}

div#footer {
	height: 35px;
	padding: 0 5px;
	background-color: #ffffff;
}

div#oliveBar {
	clear: both;
	height: 15px;
	background-color: #ae8607;
}

div#envelope {
	position: absolute; 
	margin: 5px 0 0 -40px;
}
.photo {
	position: absolute; 
	margin: 30px 0 0 480px;
}

/* NAVIGATION (left column)
----------------------------------------------- */	

div#navLinks {
	width: 110px;
	min-width: 110px;
	font: 9px/24px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #ae8607;
	text-align: right;
}

div#navLinks a:link,
div#navLinks a:visited {
	color: #ae8607;
	text-decoration: none;
}

div#navLinks a:active,
div#navLinks a:hover {
	color: #363e8d;
	text-decoration: none;
}


/* FOOTER
----------------------------------------------- */	
div#footerLinks {
	margin-left: 200px;
}

div#footerLinks ul {
	margin: 0;
	padding: 0;
	background-color: #f00;
}

div#footerLinks li {
	width: 115px;
	height: 35px;
	float: left;
	list-style-type: none;
	padding: 0 4px 0 4px;
	color: #ae8607;
	margin: 0;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	border-left: solid 1px #373e8e;
}

div#footerLinks li a {
	color: #ae8607;
	text-decoration: none;
	border-bottom: none;
}

div#footerLinks li.last {
	padding-right: 0;
	background: none;
}

/* Publications
----------------------------------------------- */	
div.pubTitle {
	font-family:Verdana; 
	font-size:12px; 
	font-weight:bold; 
	color:#363e8d;
}
div.pubShortContent {
	margin-top: 10px;
}
.pubSubtitle {
	font-weight: bold;
}
hr.pub {
	clear: right; 
	color: #ad8406; 
	background-color: #ad8406; 
	height: 1px;
	width: 100%; 
	border: 0px;
}
div.floatingImage {
	float: right; 
	margin-left: 10px;
}
div.pubDate {
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold; 
	color:#000000;
}

/* Contact
----------------------------------------------- */	

ul#directions {
	list-style-type: square;
}