body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166em;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #993399;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

#leftColumn{
	width: 165px;
	padding-left: 10px;
	padding-right:5px;
	font-size:80%;
	padding-top: 10px;
}
#leftColumn h3{
	font-size:100%;
	margin-bottom:0px;
	color: #333333;}

#leftColumn ul a:link, #leftColumn ul a:visited {display: block;}
#leftColumn ul {
	list-style: none; 
	margin:0px;
	padding-top:0px; 
	padding-right:0px;
	padding-bottom:15px;
	padding-left:0px;
	border-bottom:1px dotted #666666;
}

#leftColumn p{
	border-bottom:1px dotted #666666;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
}


/************* #menuBar styles **************/

#menuBar{
	border-bottom: 1px solid #CCC;
	color: #FFFFFF;
	background-color: #02688C;
	height: 30px;
	padding-left: 10px;
}

#menuBar a {
	font-size: 90%;
	padding: 0 10px 0 10;
	color: #FFFFFF;
	position: relative;
	top: 5px;
	margin-left: 10px;
	text-decoration: none;
	background-image: url(http://www.remember.org/womencorp/images/blue-dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}
input {
	background-color: #B3EDF2;
	border: 1px solid #1E819E;
	height: 16px;
	color: #1D82A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
}

#menuBar a:hover {

	background-image: url(http://www.remember.org/womencorp/images/white-dot.gif);
	background-repeat: no-repeat;
}

/************** .feature styles ***************/

.feature{
	padding: 18px 20px 0px 30px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #2485A5;
	width: 438px;
	text-align: justify;
}
.feature h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: large;
	color: #0E9CB2;
	text-align: right;
}


.feature h2{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	color: #02688C;
	text-align: left;

}

.feature img{
	float: left;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.feature a{
	text-decoration:underline;
}


/************** .story styles *****************/

.story{
	padding: 18px 0px 0px 30px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 438px;
	text-align: justify;
}
.story h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: large;
	color: #0E9CB2;
	text-align: left;
	line-height: 90%;
}

.story h2{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	color: #02688C;
	text-align: left;
	margin-bottom:0px;
}
.story h3 {
	font-size: small;
	text-align: left;
	margin-bottom: 0px;
}
.story ul {
	margin-top: 2px;
}

.story img{
	float: left;
	padding: 0px;
	margin-right: 20px;
}
.story a{
	text-decoration:underline;
}
/***************rightColumn******************/
#rightColumn{
	width:180px;
	border:1px solid #02688C;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	font-size: 80%;
	color: #0E9CB2;
}

#rightColumn h2{ 
	font-size:large;
	color: #0E9CB2;
	margin:0px;
	padding:0px
}
#rightColumn p{padding-top:0px;margin-top:0px;}

#footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	border-top: 1px solid #1C7F9E;
	padding-left: 211px;
	padding-top:5px;
}


