/* This is a basic stylesheet for the buildingblocks program that should work with all layouts.
	Note: 	There is navigation-specific CSS in the buildingblocks.php program itself because of the need to use a
			variable in the pull-down menu width.*/
* {padding: 0; margin: 0;}

body {
	text-align: center;
}

div #subpagediv {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	margin-left:20px;
	margin-bottom:15px;
	padding:0px;
}

div #subpagediv div {
	margin:0px;
	width:100%;
	padding:0px;
}

div #subpagediv div p {
	margin:0px;
	font-size: 12px;
	font-style: italic;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	font-weight: bold;
}

div #subpagediv ul {
	margin-top:0px;
	margin-left: 20px;
	padding: 5px;
}

div #subpagediv ul li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
	line-height:1.1em;
}

#content {
	width: 726px;
	padding: 0px;
	margin: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	text-align:left;
	border: 1px solid #000000;
}

#content img{
	border: 0px none;
}

#mainbody ul {
	margin-left: 20px;
	list-style-position: inside;
}

#mainbody {
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 50px;
	padding-left: 50px;
	line-height:1.5em;
}

#mainbody p{
	margin-bottom:2em;
}

#mainbody ul {
	list-style-position: outside;
	margin-top: 0px;
	padding-left: 100px;
	padding-bottom:20px;
}

#mainbody img {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

#mainbody .floatright {
	float:right !important;
	margin-left:20px;
	margin-bottom:10px;
}

.floatleftnonIEmac {
	float:left;
}
/* End hide from IE5/mac */

#printerfriendly {
	text-align:right;
	margin-right:30px;
}

#printerfriendly a {
	text-decoration:none;
	font:10px Arial, Helvetica, sans-serif;
}
#printerfriendly a:hover {
	text-decoration:underline;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height:30px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#330000;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	color: #330000;
}

input, textarea {
	border: 1px solid;
	padding: 1px;
}

textarea {
	padding:5px;
}

.newspostexcerpt {
	font-size:12px;
	line-height:1.1em;
	margin:0px !important;
	padding:0px;
}

div .newspostdate {
	font-size:10px;
	text-align:right;
}

div .whatsnew {
	margin:0px;
	padding:0px;
	font-size: 12px;
}



#rightcolumn {
	width:150px;
	float:right;
	padding-left:15px;
	margin-left:15px;
	margin-right:35px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF6B17;
}

.ws_dl_download {
	background-color: #F2BC96;
	border: 1px dotted #FF6B17;	
	padding:7px;
	width:275px;
}
.ws_dl_download_image {

}
.ws_dl_file_info_box {
	float:right;
}
.ws_dl_file_info {
	font-size: 10px;	
}

.ws_dl_file_info_title {
	font-weight: bold;
}
			
.ws_dl_end_div {
	clear:both;
}