body {
	background: white url(images/body_bg.png) repeat-x top left;
	color: black;
	margin: 0;
	font-size: 80%;
}

body, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

a {
	border-bottom:1px dotted;
	text-decoration:none;
}

a:visited {
	color:#6f6f6f;
}

a:hover {
	background:transparent none repeat scroll 0%;
	border-bottom:1px solid;
	color:#3333CC;
}

a:active {
	color:#d21a1a;
}

abbr, acronym, .abbr {
	border:0pt none;
	cursor:help;
}

p {
	margin: 0.3em 0;
	line-height: 1.4em;
}

dl dt, dl dd{
	margin: 5px 0 0; 
}

dl dt {
	font-weight:bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-style:italic;
	font-weight:normal;
	line-height:1;
	margin:0pt 0pt 0.5em;
}

h2,h3 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:1.5em;
	margin: 10px 0 0;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ol { 
	list-style-type : decimal;
/*	margin: 5px 0pt 5px 20px;  */
}

ol.alpha {
	list-style-type: upper-alpha;
}

ol.alphalower {
	list-style-type: lower-alpha;
}

li {
	margin: .4em 0;
}

.clearboth {
	clear: both;
}

.underline {
	text-decoration:underline;
}

#wrapper {
	margin: 0 auto;
	background-color: #f9f9f9;
	max-width: 1024px;
}

#content {
	padding: 0 1em 0 190px;
	border: 1px solid #cccccc;
	border-top: 0;
}

#content p {
	line-height: 1.5em;
	margin: 0.5em 2em 1em 0;
}

.note {
	background-color: #ffffce;
	border: 1px solid #dcdcdc;
	font-size: 0.9em;
	padding: 5px;
	overflow: hidden;
}

.byline {
	font-size: 0.8em;
	font-style:italic;
}




/*------------------- HEADER / FOOTER -------------------*/

#header {
	background: white url(images/header_bg.png) repeat-x left top;
	height: 144px;
	padding: 0;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 0;
	left:0;
	margin:0 10px;
	padding:0;
	border:0;
}

#header h1 {
	background: transparent url(images/header.png) no-repeat left top;
	height: 144px;
	margin: 0;	
	margin-left: 190px;
	padding:0;
	overflow:hidden;
	text-indent:-5000px;
}

#header h2 {
	height: 0;
	margin: 0;	
	padding:0;
	overflow:hidden;
	text-indent:-5000px;
}

#footer {
	clear: both;
	position: relative;
	height: 100%;
	margin: 2em 0;
}

#footer .copyright {
	float: left;
	margin: 0.5em;
}

#footer .contact {
	float: right;
	margin: 0.5em;
}


.centerbold {
	text-align:center;
	font-weight:bold;
}
	
.center {
	text-align:center;
	}

/*------------------- PAGE SECTIONS -------------------*/

#intro  {
}


#intro h2 {
	font-size: 2.5em;
	font-weight: bold;
}

#intro h3 {
	font-size: 1.8em;
	margin: 0;
}




#info {
	float: right;
	width: 300px;
	margin: 0 20px;
}

#info h2 {
	margin-top: 15px;
	font-weight: bold;
	clear:left;
}

#info ul {
	list-style: disc inside;
}

#info dl {
	margin: 0 0 15px;
	clear:left;
}

#info br {
	clear:left;
}

#info dt {
	clear:left;
	float: left;
	width: 150px;
}

#info dd {
	float: left;
	width: 150px;
}


img.photo {
	background: transparent url(images/photo_bg.png) no-repeat left top;
	padding:15px 25px 25px 15px;
}





/*---print---*/

@media print {

	body {
		font-size: 10pt;
	}
	
	a, a:visited, a:link {
		color: black;
		background: none;
	}

	#header {
		padding: 0;
		height: normal;
	}

	#header h1 {
		text-indent:0;
		font-size: 2em;
	}
	
	#content {
		font-family: arial, helvetica, sans-serif;
		line-height: normal;
		border: 0;
		padding: 0;
		margin: 0;
		background: none;
		position: static;
	}
	
	
	#header img, #primaryNav, #sectionNav {
		display: none;
	}

}	

