html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 130%; background-color: #FFFDEA; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #0a3f5c;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1.MCI {
	font-size: 170%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 160%;
	padding-bottom: 2px;
	margin: 0 0 0 2px;
}

h3 {
	font-size: 140%;
	padding-bottom: 2px;
	margin: 0 0 0 2px;
}

#contents {
	padding: 1.5em;
	background-color: #FFFDEA;	
	width: 94%;
	min-height: 400px;
	_height: 400px;/* underscore hack that sets height for IE Win which ignores min-height */
}

#contents p {
	font-size: 110%; 
	line-height: 1.3em;
}

#contents ul {
	list-style-type: square;
}

#contents li {
	margin-bottom: 6px;
	font-size: 105%; 
}

#sidemenu {
	float: right;
	padding: .5em;
	border-left: 1px dashed gray;
	margin-left: 4px;
	width: 27%;
}

#sidemenu ul {
	list-style-type: square;
	margin-left: 8px; 
	padding-left: 8px;
}

img.bio {
	float: right;
	padding-left: 6px;
}

#news h2 {
	font-size: 160%;
	padding-bottom: 2px;
	margin: 0;
}

#newslist {list-style-type: none; color: #414141; margin-left: 0px; padding-left: 0px; margin-bottom: 60px;}
#newslist li {border-bottom: 1px dashed white; margin-bottom: 8px; padding-bottom: 4px;}

h2.sub {
	background-color: #FFFDEA;
	color: #333;
	padding: 2px 0 4px 0;
	font-family: tahoma;
	font-size: 110%;
	line-height: 130%;
	margin-top: 0;
}

/* this style replaced by h2.sub 
p.note {
	background-color: #FFFDEA;
	color: #333;
	font-weight: bold;
	padding: 4px;
	font-family: tahoma;
	font-size: 110%;
	line-height: 130%;
	margin-top: 0;
}*/

#cover {float: left; padding-right: 4px;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#maintab{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
}

#maintab li{
display: inline;
margin: 0;
}

#maintab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: black;
background: white;
}

#maintab li a:hover{
color: navy;
background: #ffffcc;
}

#maintab li.selected a{ /*selected main tab style */
background-color: #bdba75;
border-color: #bdba75;
border-bottom: none;
}

#maintab li.selectedhome a{ /*selected main tab style */
background-color: #993131;
border-color: #993131;
border-bottom: none;
}

#tabcontent{ /*2nd level content wrapper*/
border: 1px solid #bdba75;
background-color: #bdba75;
height: 100% /*IE7 beta2 fix*/
}

#tabcontenthome{ /*2nd level content wrapper*/
border: 1px solid #993131;
background-color: #993131;
height: 100% /*IE7 beta2 fix*/
}

#tabcontentnohome{ /*2nd level content wrapper*/
border: 1px solid #993131;
background-color: #993131;
height: 100% /*IE7 beta2 fix*/
}


#tabcontentdonate{ /*2nd level content wrapper*/
border: 1px solid #5a7949;
background-color: #5a7949;
height: 100% /*IE7 beta2 fix*/
}

#tabcontentwork{ /*2nd level content wrapper*/
border: 1px solid #654a78;
background-color: #654a78;
height: 100% /*IE7 beta2 fix*/
}

#tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

#tabcontent ul li{
display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
display: block;
}

#tabcontent ul li a{
border-right: 2px solid #4d524f;
color: navy;
padding: 2px 5px;
display: block;
float: left;
text-decoration: none;
}


#tabcontent ul li a:hover{
color: white;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {background: #0a3f5c; font-family: verdana,arial,sans-serif; font-size: 80%; margin: 0;}

#subnav {width: 760px; float: right; background: #0a3f5c; color: white; height: 30px; padding: 0;}


/* Styles for the top navigation */
	
#subnav ul
{
padding-left: 0;
margin-left: 0;
color: White;
float: left;
width: 100%;
}

#subnav ul li { display: inline; }

#subnav ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: right;
border-right: 1px solid #fff;
}

#subnav ul li a:hover
{
color: #ffffcc;
}
/*#subnav a {float: right; text-decoration: none; background: #0a3f5c; color: white;}*/

#wrapper {width: 760px; position: relative; left: 50%; margin-left: -380px; background: #FFFDEA;}

#banner {height: 141px; background-color: rgb(102,102,51);}

#logo {margin-left: 6px; margin-top: 6px;}

li {margin-bottom: 6px;}

.small {font-size: x-small;}

div#contents a.noicon[href^=mailto] { background-image: none; padding-right: 0; padding-left: 0; }
div#contents a.noicon[href$=pdf] { background-image: none; padding-right: 0; padding-left: 0; }
div#contents a.noicon[href$=doc] { background-image: none; padding-right: 0; padding-left: 0; }
div#contents a.noicon[href$=xls] { background-image: none; padding-right: 0; padding-left: 0; }
div#contents a.noicon[href$=txt] { background-image: none; padding-right: 0; padding-left: 0; }
div#contents a.noicon[href$=rtf] { background-image: none; padding-right: 0; padding-left: 0; }
div#contents a.noicon[href$=zip] { background-image: none; padding-right: 0; padding-left: 0; }
div#contents a.noicon[href$=ppt, div#contents a[href$=pps] { background-image: none; padding-right: 0; padding-left: 0; }

/*ATTRIBUTE SELECTORS FOR DIFFERENT TYPES OF LINKS*/
div#contents div#contents a[href^=mailto], div#contents a[href$=pdf], div#contents a[href$=doc], div#contents a[href$=xls], div#contents a[href$=txt], div#contents a[href$=rtf], div#contents a[href$=zip], div#contents a[href$=ppt], div#contents a[href$=pps] { 
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 19px; 
}

/*div#contents a[href^=mailto] { background-image: url(/images/icons/icon_mailto.gif); }*/
div#contents a[href$=pdf] { background-image: url(/images/icons/icon_pdf.gif); }
div#contents a[href$=doc] { background-image: url(/images/icons/icon_doc.gif); }
div#contents a[href$=xls] { background-image: url(/images/icons/icon_xls.gif); }
div#contents a[href$=txt] { background-image: url(/images/icons/icon_txt.gif); }
div#contents a[href$=rtf] { background-image: url(/images/icons/icon_txt.gif); }
div#contents a[href$=zip] { background-image: url(/images/icons/icon_zip.gif); }
div#contents a[href$=ppt], div#contents a[href$=pps] { background-image: url(/images/icons/icon_pps.gif); }

div#contents a.rss { background: url(/images/rss.gif) no-repeat 0 50%; display: block; float: right; padding-left: 20px; }
.clearing { clear: both; }
