@charset "utf-8";
/* CSS Document */

body {
	background-color:#c3268c;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#202020;
	line-height:16px;
	margin-top:40px;
}
#wrapper {
	width:950px;
	margin-left: auto;
	margin-right: auto; 
}
#header {
	width:950px; 
	height:209px;
}
#maincontent {
	background-image:url(/WomenOutWest/images/background.jpg);
	background-repeat:repeat-y;
	float:left;
}
#leftcolumn {
	float:left;
	width:220px;
}
#rightcolumn {
	float:right;
	width:730px;
}
#nav {
	width:190px;
	padding:15px;
	text-align:right;
	margin-bottom:5px;
}
#newsletter {
	width:190px;
	padding:15px;
	color:#fff;
}
#content {
	width:700px;
	min-height:350px;
	padding:0 15px 15px 15px;
}
#sponsors {
	width:730px;
	height:130px;
	border-top:#202020 1px solid;
}
#footer {
	width:930px;
	height:20px;
	padding:10px;
	color:#202020;
	font-size:11px;
	background-color:#c3268c;
	clear:both;
}
#footer a:link, #footer a:visited {
	color:#202020;
	text-decoration:underline;
	cursor:pointer;
}
#footer a:hover {
	color:#202020;
	text-decoration:none;
	cursor:pointer;
}
#footerleft {
	width:350px;
	float:left;	
}
#footerright {
	width:500px;
	text-align:right;
	float:right;
}
H1 {
	color:#c3268c;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
} 
H2 {
	color:#c3268c;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
} 
H3 {
	color:#c3268c;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}
H4 {
	color:#c3268c;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
}
H5 {
	color:#fffff;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}
a:link, a:visited { 
	color: #c3268c;
	text-decoration:none;
	cursor:pointer;
} 
A:hover { 
	color: #c3268c;
	text-decoration: underline; 
	cursor:pointer;
} 
HR { 
	border-color: #202020; 
	border-style: solid; 
	height: 1px 
} 
.nav {
	color:#9e9e9e;
	width:190px;
	font-size:14px;
	padding:5px 0;
	text-align:right;
	font-weight:bold;
	cursor:pointer;
}
.nav-on {
	color:#fff;
	width:190px;
	font-size:14px;
	padding:5px 0;
	text-align:right;
	font-weight:bold;
	cursor:pointer;
}
UL {
	list-style:square;
} 
LI { 
} 