body{
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
}
a{ /*color: #1A558F;*/ color: #0012DF;}
a:hover { color: #0D3257;}
img{ border: none; }
#wrapper{
	/*display: block;*/
	max-width: 1000px;
	width: expression(document.body.clientWidth < 776? "774px" : document.body.clientWidth > 997? "995px" : "auto");
	min-width: 774px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color:#CF1987;
	padding: 0;
}
li{margin-bottom: 10px; }
p, ul, li, h1, h2, h3, h4, h5{ 
text-align: left;
}
p{
.margin: 0 0 15px 0;
}
h1{
	font-size: 1.2em;
}
h2{
	font-size: 1em;
}
h3{
	font-size: 1.1em;
}
.content{margin: 10px;}

.blockquote{
	display: block;
	text-align: justify;
	margin: 10px 50px;
}
.capletterindent{
	text-align: left;
	margin: 5px 50px;
}

/*HEADER*/
#header{
display: block;
margin: 0; padding: 0;
}
#header #logo{
display: block;
float: left;
width: 110px;
margin: 0; padding: 0;
_margin-right: -5px;
}
#header #search{
display: block;
height: 30px;
margin-left: 110px;
background-color: #CF1987;
text-align: left;
}
#header #search span#title p{
	font-weight: bold;
	font-size:1.3em;
	margin: 0;
	padding-top: 5px;
	padding-left: 20px;
	color: #fff;
	
}
#header form{
	float: right;
	margin: -25px 10px 0 0;
	_margin: -22px 5px 0 0; 
	padding: 0;
}
#header #banner{
overflow: hidden;
display: block;
height: 70px;
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
background-position: top left;
background-color: #FFDFF2;
}

/*GLOBAL NAVIGATION*/
#navbar{ 
	margin: 0; padding: 0;
	float: left;
	width: 100%;
	background: #1A558F url(../images/background_nav.jpg) top repeat-x ;

}
#nav{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #1A558F url(../images/background_nav.jpg) top repeat-x ;
	text-align: center;
}
#nav li{
	display: block;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding: 8px 0 3px 0;
	line-height: 1.2em;
	margin-bottom: 0;
}
#nav li a{
	padding: 4px 7px 5px 7px;
	text-decoration: none;
	color: #fff;
	border-left: 1px dashed #97A7B7;
}

body.section1 #nav li.one a,
body.section2 #nav li.two a,
body.section3 #nav li.three a,
body.section4 #nav li.four a,
body.section5 #nav li.five a,
body.section6 #nav li.six a,
body.section7 #nav li.seven a{
	background-color:#fff;
	color: #174C7F;
}

#nav li a:hover{ 
	background-color: #DFDFDF;
	color: #174C7F;
}

/*FOOTER*/
#footer{
	float: left;
	width: 100%;
	background-color: #174C7F;
	color: #fff;
}
#footer #copyright{
	width: 40%;
	float: left;
	font-size: .7em;
	.padding-bottom: 10px;
	_padding-bottom: 5px;
}
#footer #footer_links{
	width: 60%;
	float: right;
	font-size: .8em;
}
#footer_links ul{
	list-style-type: none;
	text-align: right;
}
#footer_links ul li{
	display: inline;
}
#footer_links ul li a{
	color: #fff;
	padding: 10px;
}
#footer_links ul li a:hover{ color: #EF4ACD; }

.caption{
float: right;
text-align:center;
font-style: italic;
color: #1a558f;
}
.narrow{
width: 220px;
}
.wide{
width: 310px;
}

/*REFERENCE LINKS*/
a.ref_link{
	text-decoration: none !important;
	border-bottom: 1px dashed green !important;
	cursor: help;
	font-weight:bold;
}
.close_butt{
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: red;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
}
.biblio_pop{
	text-align: left;
	background-color: #fff;
	border: 1px solid #999;
	width: 300px;
	vertical-align: middle;
	position: absolute;
	margin-top: 4px;
	padding: 3px;
	z-index: 1;
	margin-left: -20px;
	font-weight: normal;

}
.pink_text{
	color: #CF1987;
}
