

body {	
	/* spring color*/
	background:url('images/springbg.jpg');

	/*summer color*/
	/*background:url('images/summerbg.jpg');*/

	/*fall color*/
/* 	background:url('images/fallbg.jpg'); */

	/*winter color*/
/* 	background:url('images/winterbg.jpg'); */

	font-family:Garamond;
	font-size:11pt;
	text-align:center;
	}

h1	{
	font-size:18pt;
	font-family: Garamond;
	color: #493430;
	font-variant: small caps;
	text-align:left;
	padding-right:2px;
	margin-left:12%;
	margin-right:12%;
	}

.justforprint {
	display: none;
	}

h2 {
	font-family:Garamond;
	font-size:14pt;
	color: #734199;
	/*background: url('images/heading2.jpg') no-repeat;*/
	height:25px;
	/*padding-left:28px;*/
	padding-top:2px;
	margin-bottom:3px;
	margin-top:35px;
	margin-left:12%;
	margin-right:12%;
	border-bottom: 0px solid #000000;
	text-align:left;
	text-decoration:none;
	border-bottom: #734199 solid 1px;
	}

h2 a{
	font-family:Garamond;
	font-size:14pt;
	color: #734199;
}

h3	{
	text-align: left;
	padding-top:2px;
	margin-bottom:3px;
	margin-top:20px;
	margin-left:12%;
	margin-right:12%;
	}


h4	{
	text-align: left;
	padding-top:2px;
	margin-bottom:3px;
	margin-top:10px;
	margin-left:12%;
	margin-right:12%;
	color: #492646;
	}




a {
	color: #734199;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}

a:visited {
	color: #734199;
	}

a:hover {
	text-decoration:underline;
	}

#body {
	width:700px;
	margin:15px auto;
	background: url('images/colorbar.jpg') repeat-y;
}

#body p, #popout p{
	line-height:20px;
	font-size:11pt;
	text-align:left;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:12%;
	margin-right:12%;
	}

.caption {
	line-height:16px;
	font-size:8pt;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:bold;
}

#body ul, ol {
	text-align:left;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:14%;
	margin-right:12%;
	}

#body li.inline {
	margin-left:25%;
}

li.member {list-style-type: square;font-weight:bold;}
li.plg {background-color:#ddd; list-style-type: square;border-bottom:1px solid #000;}


#pageheading {
	background: url('images/header_spring.jpg') no-repeat; 
	height:100px;
	border:0px solid #000000;
	width:700px;
}


#pageending {
	background-image: url(images/footer_spring.jpg);
	height:200px;
}


#footer{
	text-align:center;
	margin: auto;
	font-size:8pt;
	margin: 15px auto auto auto;
	}

#navigation {
	width:700px;
	text-align:center;
	font-size:12pt;
	padding-top:2px;
	height:20px;
	background:#cccccc;
	color:#ffffff;
	font-weight:bold;
	border-top: 1px ridge #000000;
	border-bottom: 1px ridge #000000;
 	}


#navigation a{
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	}

#navigation a:hover {
	text-decoration:underline;
	color:#493430;
	}


#lowernavigation {
	text-align:center;
	font-size:10px;
	padding-top:5px;
	margin-top:20px;
	margin-bottom:15px;
	}


#lowernavigation a {
	color:#493430;
	text-decoration:none;
	}

#lowernavigation a:hover {
	text-decoration:underline;
	color:#000000;
	}

#copy{
	text-align:left;
	}

.center_title {
	text-align: center;
}

img {
	display:inline;
}

.imagethumbs {
	margin-right:12%;
	margin-left:12%;
	text-align:right;
}

.imagethumbs img {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #F9F9F9;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #D8D8D8;
	margin-left:5px;
	margin-right:5px;
	}

.border {
	border:#ffffff 5px solid;
}

.photocaption {
	font-family:Trebuchet MS;
	color:#493430;
	font-size:12px;
	display:block;
	margin-top:0px;
	margin-bottom:30px;
	}


.italic {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}

.smallcaps {
	font-variant:small-caps;
	}

input {
	font-family:Garamond;
	font-size: 11pt;
	}

input:focus {
	background-color:#e6ffcc;
	}



@media print {
	#body, #copy {
		width:100%;
	}

	body, h1, h2, h3, a, hr {
		color: #000;
		border: 0px;
	}

	div, h1, h2, h3, p, #copy p, #body p, #body #copy p, #body ul, li, ul li {
		text-align:left;
		margin-left:0px;
	}

	img, #pageheading, #pageending, #navigation, #footer, hr {
		display:none;
	}

	
	.justforscreen {
		display:none;
	}

	.justforprint {
		display:inline;
		color: #000;
		}
}

