body {
	font-family: verdana,sans-serif;
	font-size: small;
	}
#outer-wrapper {
	}
#inner-wrapper {
	}
	
/* banner
------------------------------------------------- */
#banner {
	margin: 5px 5px 0 5px;
	padding: 0 0 5px 0;
	}
#guide_links {
	display: none;
	}

#breadcrumbs {
	display: none;
	}
	
/* sidebars
-----------------------------------------------------------*/
#sidebar-left {
	display: none;
	}

/*#sidebar-right {
	position: absolute;
	top: 180px;
	right: 10px;
	width: 160px;
	font-size: 11px;
	line-height: 1.3em;
	}
#sidebar-right h4.top {
	margin: 0;
	padding: 10px 10px 10px 12px;
	background: url(../images/box-top-blue.gif) top left no-repeat;
	font-size: 110%;
	color: white;
	}
#box-blue {	
	margin:	0;
	padding: 5px 10px 10px 12px;
	background: url(../images/box-bottom-blue.gif) bottom left no-repeat;
	}*/
	
/* navigation 
------------------------------------------------------------ */
#primary-nav {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	}
#primary-nav li {
	padding: 0 3px .45em 12px;
	font-weight: bold;
	font-size: 11px;
	}
#primary-nav a:link {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}
#primary-nav a:visited {
	color: white;
	text-decoration: none;
	}
#primary-nav a:hover {
	text-decoration: underline;
	}

/* content
------------------------------------------------ */
#content {
	margin: 0;
	width: 100%;
	}
h1 {
	padding-bottom: 3px;
	font-size: 150%;
	color: #003663;
	border-bottom: 2px solid #600;
	}
h2 {
	font-size: 130%;
	color: #600;
	}
h4 {
	font-size: 100%;
	margin: 1.5em 0 -.5em 0;
	padding: 0;
	color: #600;
	}
h5 {
	font-size: 100%;
	margin: 1.5em 0 -1em 0;
	padding: 0;
	color: #600;
	}
.list-indent {
	margin-left: 50px;
	}
.picture-box-right {
	float: right;
	margin: 3px 0 10px 10px;
	width: 250px;
	/*border: 1px solid #CCC;*/
	}
.picture-box-right-2 {
	float: right;
	margin: 3px 0 10px 10px;
	width: 200px;
	/*border: 1px solid #CCC;*/
	}
img.image-right {
	float: right;
	margin: 3px 0 10px 10px;
	width: 250px;
	}
.image-right-200 {
	float: right;
	margin: 3px 0 10px 20px;
	width: 200px;
	/*border: 1px solid #CCC;*/
	}
.photo-caption {
	padding: 5px 10px 10px 10px;
	font-size: smaller;
	text-align: center;
	line-height: 1.3em;
	}
	
/* miscellaneous styles
------------------------------------------------ */
.maroon {
	color: #870000;
	}
p.star-bullet {
	display: list-item;
    list-style-type: disc;
    list-style-position: inside;
	list-style-image: url(../images/star-bullet.gif);
	margin-bottom: 1.5em;
	}
h2.team-member {
	font-size: 130%;
	color: #870000;
	}
.indent {
	margin-left: 25px;
	}
.fineprint {
	font-size: smaller;
	font-style: italic;
	}	
	

/* footer
------------------------------------------------ */
#footer {
	}
#footer-nav {
	display: none;
	}
 
