@charset "utf-8";
/* CSS Document */
/* css for archive pages and other single column pages*/

body{
	color:#330000;
	font:80% Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align:left;
	}
a:link{
	color:#003300;
	}
a:visited{
	color:#003300;
	}
a:hover{
	color:#009933;
	}
a:active{
	color:#003300;
	}
#wrapper{
width:80%;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	}
	.picturecaption {
	font-size:85%;
	font-style:italic;
	
	}
.quotecaption {
	font-size:65%;
	font-weight:bold;
	margin-top:0;
	line-height:1.4em;
	width:auto;
	}
.imgborder {border:thin solid #006600;
}
.imgborder2 {
	border:medium outset #DDDDDD
	}
.imgborder3 {border:thin solid #DDDDDD;
}
blockquote {
color:#003300;
background-color:#FFCC99;
width: 9em;
margin:10px;
font-size:125%;
font-style:oblique;
font-family:"Times New Roman", Times, serif;
padding:5px 5px 5px 5px;
}
.greenwhite {background-color:#009933;
margin:10px 10px 10px 10px;
padding:10px 10px 10px 10px;
color: #FFFFFF;
}
ul.fancybullet {
list-style-image:url(images/logos/arrowBulletGreen.gif)
}
ul.fancybullet2 {
list-style-image:url(images/logos/arrowBulletGreen-sm.gif);
list-style-position: outside;
}
.moveover{
	text-align:center;
	}