/* 
	copyright 2005 CCWF.org, all rights reserved
*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #F2F2FA;
	background-image: url('images/bg1.gif');
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	color: #8888B4;
}

a:hover {
	color: black;
}

a:visited {
	color: #8888B4;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 2px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	margin-bottom: 4px;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}




/*.fullwidth {   try to delete this sitewide
	width: 650px;
	margin-left: 30px;
}  */

#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 840px;
	text-align: left;
}

#head {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 661px;
	line-height: 16px;
	
}
/*#bar {
	background-color: #8888B4;
	letter-spacing: .2em;
	text-align:center;
	margin: 15px auto 0 auto;
	padding: 3px 0; 
}*/

#nav {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom:15px;
	height: 30px;
	background-color: #8888B4;
	text-align: center;
}
#nav h2 {
	letter-spacing: .2em;
	text-align:center;
	padding: 5px 0; 
}

#nav a {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:6px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #212134 0px 1px 2px;
}

#nav a:hover {
	color: #DFDFF7;
}

#nav a:active {
	color: #FFFFFF;
}

#contents {
	width: 90%;
	margin-left: 30px;
	margin-right:30px;	
}

div#contents p {
	margin-top: 3px;
	line-height: 17px;
}

div#contents .imgleft {float: left; border: 0; margin-right: 20px; margin-bottom: 6px;}
div#contents .imgright {float: right; border: 0; margin-left: 20px; margin-bottom: 6px;}

dl {
	margin-top: 1em;
	margin-left: 40px;
}
dt {font-weight: bold;}

#left {
	position: relative;
	float: left;
	overflow:  visible;
	width: 280px;
	padding-left: 20px;
}

/*#right {
	position: relative;
	float: right;
	overflow: hidden;
	width: 340px;
	padding-right: 20px;
}*/

.purplebg {
	color: #ffffff;
	background-color:#8888b4;
	text-align:center;
	font-variant: small-caps;
}
.redbg {
	color: #ffffff;
	background-color:#a70d12;
	text-align:center;
	font-variant: small-caps;
}

.red {color:#990000;}

#donate {
	position: relative;
	overflow: visible;
	text-align: center;
	margin-top: 16px !important;
	margin-top: -8px;
	margin-bottom: 16px !important;
	margin-bottom: -12px;
}

#footer {
	width: 760px;
	text-align: center;
	float: left;
	padding-top: 12px;
}

#footer span {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#leftcol {
	padding: 20px;
	float: left;
	position: relative;
	height: 474px;
	width: 100px;
}
.bluetxt {
	color: #8888b4;
}

.ad {
	background-color: #F2F2FA;
	padding: 10px;
	font-size: 90%;
}

.ad a:link, .ad a:visited, .ad a:active, .ad a:hover {
	color: #000000;
}	
.clear {clear:both;}