html {
	height: 100%;
	margin-bottom: 1px;
	}

body { 
	padding: 0;
	margin: 0;
	font-family: Arial, Sans-Serif;
	color: rgb(82,27,95);
	text-align: center;
	background: #fff; 
	font-size: 85%;
	}

#fixed-width-central {
	width: 804px;
	text-align: left; 
	margin: 0 auto 1em auto; 
	background: #fff;
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
	}

#top2 { 
	float: left; 
	width: 210px; 
	height: 112px;
	}

#top1 {
	float: left;
	width: 594px;
	padding-top: 40px;
	color: rgb(0,167,204);
	font-weight: bold;
	background: #fff;
	height: 72px;
	}

img.logo {
	border: 0;
	width: 203px;
	height: 99px; 
	border-top: 6px solid #fff;
	border-bottom: 7px solid #fff;
	}
	
div.col1 { 
	float: left; 
	width: 100px;
	font-size: 85%;
	}

div.col2 { 
	float: left;
	width: 500px; 
	}

div.col3 { 
	float: left;
	width: 202px; 
	padding-right: 2px; 
	}

div.col1 p {
	margin: 0.75em 0;
	}

#col1links {
	padding: 0 7px;
	color: rgb(0,167,204);
	line-height: 1.1em;
	}
	
div.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#separator {
	height: 4px;
	font-size: 1px;
	width: 100%;
	background: rgb(242,0,140);
	}

#footer {
	font-size: 85%;
	padding: 5px 200px 7px 110px; 
	width: 490px;
	background: #fff;
	}

div.formcol1 { 
	float: left;
	width: 240px; 
	}

div.formcol2 { 
	float: left; 
	width: 240px; 
	}

input.formtxt {
	width: 219px;
	font-family: arial, sans-serif;
	color: rgb(0,167,204); 
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 100%;
	background: rgb(236,226,237);
	border: 0;
	padding: 0.2em;
	}

div.clearfix {
	display: inline-table; 
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
div.clearfix { display: block; }
/* End hide from IE-mac */

a {
	text-decoration: none;
	color: rgb(242,0,140);
	}

a:hover {
	text-decoration: none;
	color: rgb(0,167,204);
	}

#searchbtn {
	width: 30px;
	height: 27px;
	cursor: pointer;
	}
	
input.stxt {
	width: 127px;
	font-family: arial, sans-serif;
	color: rgb(0,167,204); 
	margin-bottom: 7px;
	font-weight: normal;
	font-size: 100%;
	background: rgb(236,226,237);
	border: 0;
	padding: 0.2em;
	}

#sidemenu-cur {
	color: rgb(82,27,95);
	margin-top: 10px;
	font-weight: bold;
	}
	
ul.menu {
	padding: 0;
	margin: 0;
	list-style: none; 
	z-index: 10;
	}

li.dropdown {
	width: 126px;
	background: rgb(242,0,140);
	padding: 3px;
	font-size: 11px;	
	border-right: 2px solid #fff;
	display: inline;
	float: left;
	font-weight: bold;
	position: relative;
	text-align: center; 
	color: #fff;
	}

li.dropdown-cur {
	width: 126px;
	background: rgb(255,190,219);
	padding: 3px;
	font-size: 11px;	
	border-right: 2px solid #fff;
	display: inline;
	float: left;
	font-weight: bold;
	position: relative;
	text-align: center; 
	color: #fff;
	}

li.sublink {
	width: 128px;
	background: rgb(126,213,242);
	padding: 2px 1px 2px 3px;
	font-size: 11px;	
	border-bottom: 1px solid rgb(82,27,95);
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	font-weight: normal;
	}

li.sublink-cur {
	width: 128px;
	background: rgb(126,213,242);
	padding: 2px 1px 2px 3px;
	font-size: 11px;	
	border-bottom: 1px solid rgb(82,27,95);
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	color: #fff;
	font-weight: normal;
	}

li ul.menu {
	position: absolute; 
	top: 19px;  
	margin-left: -999em; 
	}

li:hover ul.menu, li.over ul.menu { 
	left: 0;
	margin-left: auto;
	}

li.dropdown a {
	height: 1%;  /* ie win to handle display block */
	display: block;
	color: #fff;
	}

li.dropdown a:hover {
	color: rgb(255,190,219);
	}
	
li.sublink a {
	height: 1%;  /* ie win to handle display block */
	display: block;
	color: rgb(82,27,95);
	}

li.sublink a:hover {
	color: rgb(242,0,140);
	}
	
img.donate {
	border: 0;
	width: 100px;
	height: 195px;
	filter: progid:DXImageTransform.Microsoft.gradientwipe(duration=0.5);
	}

img.main {
	border: 0;
	width: 500px;
	height: 195px;
	}

#rss {
	background: rgb(82,27,95); 
	color: #fff;
	padding: 10px;
	font-size: 80%;
	height: 175px;
	width: 182px;
	overflow: auto; 
	}

#rss h3 {
	margin-top: 0;
	font-size: 120%;
	}
	
img.mission {
	border: 0;
	width: 480px;
	height: 144px;
	}

#content {
	padding: 10px;
	}

#content h3 {
	margin-top: 0;
	font-size: 125%;
	}

#content i {
	font-weight: bold;
	color: rgb(0,167,204);
	}
	
#content p {
	margin-top: 10px;
	margin-bottom: 0;
	}
	
div.rboxt {
	border: 2px solid #dcd;
	width: 188px;
	font-size: 80%;
	padding: 5px;
	line-height: 0.95em;
	}

div.rboxp {
	border: 2px solid #dcd;
	width: 198px;
	font-size: 80%; height: 100%;
	min-height: 120px; 
	line-height: 0.95em;
	}

div.rboxp p, div.rboxl p, div.rboxt p {
	font-size: 85%;
	margin:  0;
	padding: 0.5em 0;
	}
	
div.rtxt {
	padding: 5px;
	}

div.rmore {
	text-align: right;
	font-weight: bold;
	}

div.rspacer {
	font-size: 1px;
	height: 10px;
	width: 100%;
	}

img.rightbox {
	width: 84px;
	height: 120px; 
	border: 0;
	margin-right: 5px;
	}

#imgrollover {
	background: rgb(236,226,238);
	width: 177px;
	padding: 5px;
	font-family: 'courier new', fixed, monospace;
	font-size: 80%;
	visibility: hidden;
	position: absolute;
	border: 1px solid rgb(82,27,95);
	line-height: 1em;
	}

#imgrollover b {
	color: rgb(242,0,140);
	}

table.lineborder {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	width: 100%;
	}

th.lineborder {
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	font-size: 12px;
	}

td.lineborder {
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	font-size: 12px;
	}