body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%; /* used as a baseline to allow ems to always be multiple of tens.  So, for example, 2.0em is equal to 20px. This relative sizing ensures typography is accessible to those with vision problems - text size is easily modified by browser settings. */
	color:#666;
}

a{
	color:#1D72B3;
}

form{
	margin:0;
	padding:0;
}

#wrapper{
	width:100%;
}

#header h1{
	font-size:2.4em;
	color:#1D72B3;
	margin:.25em 0;
	padding:0;
}

#search td{
	font-size:1.2em;
	color:#333;
}

#nav{
	color:#666;
	font-size:1.4em;
	margin-bottom:0.5em;
}

#nav a{
	color:#666;
	margin:auto 10px;
	text-decoration:none;
}

#nav a:hover, span.color{
	color:#1D72B3;
}

#nav a.selected, #nav #secondary_nav a.selected{
	color:#1D72B3;
	font-weight:bold;
}

#nav a.selected:hover{
	text-decoration:none;
}

#nav #secondary_nav{
	font-size:0.857em;
	padding-top:0.714em;
	
}

#nav #secondary_nav a{
	color:#888;
}

#nav #secondary_nav a:hover{
	color:#1D72B3;
}

#masthead{
	padding-top:10px;
}

#content{
	margin-top:1.5em;
}

#content h1{
	text-align:left;
	color:#1D72B3;
	font-size:2.2em;
	margin:0 0 1.0em 0;
	letter-spacing:0.05em;
}

#content h2{
	color:#1D72B3;
	text-align:left;
	font-size:1.8em;
}

#content h3{
	font-size:1.2em;
	text-align:left;
}

#content p, #content li{
	font-size:1.2em;
}

#map_link{
	padding-top:5px;
}

#footer{
	padding:2em 0;
}

#footer div{
	background-color:#97989C;
}

#footer_nav{
	color:#fff;
	font-size:1.2em;
	
}

#footer_nav td{
	padding:1.0em 0;
}

#footer a{
	color:#fff;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
}

#footer_nav a:hover{
	color:#1D72B3;
}


/* ----- CLASSES ----- */


.horiz_gutter{
	background:url(images/horiz_dashes.gif) repeat-x top;
}

.nobottommargin{
	margin-bottom:0;
	padding-bottom:0;
}

.nomargin{
	margin:0;
}

.picleft{
	float:left;
	margin-right:8px;
	margin-bottom:5px;
}

.picright{
	float:right;
	margin-left:8px;
	margin-bottom:5px;
}

.picrow{
	margin:10px 10px 10px 0;
}

.vertical_gutter{
	background:url(images/vert_dashes.jpg) repeat-y top;
}

/* ----- MISC INTERIOR STYLES ---- */

#library_layout td {
	font-size:1.2em;
	padding:6px 0px;
}

#library_layout td td, #library_layout td td td{
	font-size:1.0em;
}

#partner_layout .horiz_gutter{
	background-position:14px;
	height:30px;
}
