/* -------HTML------- */

/* Scrollbar */
body {
scrollbar-face-color:#FFFFFF; 
scrollbar-shadow-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#3D006F;
scrollbar-darkshadow-color:#3D006F;
scrollbar-track-color:#3D006F;
scrollbar-arrow-color:#3D006F;
background-color:#ffffff;
margin-top:10 px;
color:#000000;
margin-left:10;
margin-top:10;
}

/* Main Body Text */

body, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3D006F;
}

.bodyp
{
	margin: 15 px;
}

.purpleborder
{
	border: 2 solid #3d006f;
}

/* Main Link Styles */

a:link {
color: #3D006F;
text-decoration: underline;
}
a:hover {
color: #3D006F;
text-decoration: underline;
}
a:active {
color: #3D006F;
text-decoration: underline;
}
a:visited {
color: #3D006F;
text-decoration: underline;
}
a:visited:hover {
color: #3D006F;
text-decoration: underline;
}

/* --------CUSTOM TEXT--------- */

/* - white - */
.white {
color: #FFFFFF;
}
a.white:link {
color: #FFFFFF;
text-decoration: underline;
}
a.white:hover {
color: #FFFFFF;
text-decoration: none;
}
a.white:active {
color: #FFFFFF;
text-decoration: underline;
}
a.white:visited {
color: #FFFFFF;
text-decoration: underline;
}
a.white:visited:hover {
color: #FFFFFF;
text-decoration: none;
}

/* - footer - */
.footer {
font-size: 10px;
color: #3D006F;
}

a.footer:link {
color: #3D006F;
text-decoration: underline;
}
a.footer:hover {
color: #3D006F;
text-decoration: underline;
}
a.footer:active {
color: #3D006F;
text-decoration: underline;
}
a.footer:visited {
color: #3D006F;
text-decoration: underline;
}
a.footer:visited:hover {
color: #3D006F;
text-decoration: underline;
}

/* - forms - */

.forms {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #3D006F;
background-color: #FFCB2F;
border-style: none;
}

input, select{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #3D006F;
background-color: #FFCB2F;
border-style: none;
}

/* - header - */

.header {  font-size: 12px;
font-weight: bold;
}

.newslettertable
{				
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	
	border-top-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-right-width: 1;	

	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;	
}

.newsletterheader
{
	font-family:Broadway; 
	font-size: 12 pt; 
	font-weight:bold;
	text-align: center;
}

.newslettersubheader
{
	font-family:Broadway; 
	font-size: 10 pt; 
	font-weight:bold;
	color: #583A84;
}

.newsletteritem, .newsletteritem td
{
	text-align: center;
	font-style: italic;
	font-size: 10 pt;
	color: #000000;
	
	padding-bottom: 10 px;
	padding-top: 10 px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	
	border-top-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-right-width: 1;	

	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;				
}

.newslettervolunteerlist, .newslettervolunteerlist td
{
	width: 100%;
	background-color: #5A3884;
	color: #FFCF63;	
	text-align: center;
	line-height: 175%; 
}

.pressrelease
{
	border:1 solid #000000; padding:10 px; width: 70%;
	text-align: left; 
	
	width: 70%;
	text-align: left; 
	
	border-top-width:1; border-top-style:solid; border-top-color:#000000; 
	border-right-color:#000000; border-right-style:solid; border-right-width:1; 
	border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:1; 
	border-left-color:#000000; border-left-style:solid; border-left-width:1; 
	padding-top:10; padding-right:10; padding-bottom:10; padding-left:10;		
	
}