/* style.css */

a:link, a:active, a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner 
{
	text-align: center;
}

body 
{
	background-color: #560ada;
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	margin:0px 0px;
}

.donations {
	position: relative; 
	left: 15px; 
	top: -36px; 
	width: 110px; 
	text-align: center; 
	font-size: 12px;
	font-weight: bold;
}

#footer_nav 
{
	font-size: 10px; 
	text-align: center;
	padding: 10px;
	background:#000018;
}

#footer_nav ul 
{
	list-style: none;
  	margin: 0px;
  	padding: 0px;
}

#footer_nav li 
{
	display:inline;
}

.img 
{
	border-style: none;
	display: block;
}

#page_container 
{
	width: 1000px;
	height: auto;
	margin: auto;
}

#page_content 
{ 
	background-image: url('/images/generic_bg.jpg');
	background-repeat: no-repeat;
	
	min-height:366px;
  	height:auto !important;
  	height:366px;
}

#page_content_bg
{
	background-image: url('/images/generic_bg.gif');
}

#page_footer
{
	background-image: url('/images/bg_bottom.jpg');
	height: 107px;
}

#page_content_purplebox 
{ 
	background-image: url('/images/bg_top.jpg');
	background-repeat: no-repeat;
	
  	height:auto !important;
}

#page_content_purplebox_clean
{ 
	background-image: url('/images/bg_middle.jpg');
	background-repeat: repeat;
	
	min-height:366px;
  	height:auto !important;
  	height:366px;
}

#page_content_purpleboxbg
{
	background-image: url('/images/generic_bg.jpg');
	background-repeat: no-repeat;
}
#page_content_purpleboxbg_clean
{
	background-image: url('/images/bg_middle.jpg');
}
#page_footer_purpleboxbg
{
	background-image: url('/images/bg_bottom.jpg');
	background-repeat: no-repeat;
	height: 46px;
}
#page_footer_purpleboxbg_clean
{
	background-image: url('/images/bg_middle.jpg');
	height: 46px;
}
table#content_container 
{
	border-collapse: collapse;
	width: 890px;
}

table#content_container th 
{
	padding: 0px;
	width: 250px;
	vertical-align: top;
	text-align: left;
}

table#content_container td
{
	vertical-align: top;
	padding: 30px 30px 0px 30px;
}

table#header 
{
	border-collapse: collapse;
}

table#header td 
{
	padding: 0px;
}
