/* 
	copyright 2005 CCWF.org, all rights reserved
	This test css is for the new homepage with three columns
*/

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: 18px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 2px;
}

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

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

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

hr {
	color: #dfdff7;
	background-color: #dfdff7;
	height: 2px;
	width: 100%;
	margin-top: 1px;
}


/*p {
	margin-top: 3px;
	line-height: 17px;
	width: 320px;
}  */

.fullwidth {
	width: 650px;
	margin-left: 30px;
}

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

#head {
	width: 720px;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0px;
	line-height: 16px;
	
}

#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: 880px;	
} 

#left {
	position: relative;
	float: left;
	overflow:  visible;
	width: 220px;
	margin-right: 3px;
	margin-left: 10px;
	padding-right: 5px;
}

#mid {
	position: relative;
	float: left;
	overflow: visible;
	width: 370px;
	padding: 0 20px 0 10px;
}
#right {
	position: relative;
	float:left;
	overflow: visible;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
}
#right, img {
	text-align: center;
}
.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: 840px;
	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;
}

.bluetxt {
	color: #8888b4;
}

.ad {
	margin-right: 20px;
	background-color: #F2F2FA;
	padding: 15px;
	font-size: 95%;
}

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

/*  new styles for three column layout   */

