/* main styles */

:focus {
	outline: 0;
}

html {
	height: 101%;
	}

body {
	font-family: "Courier new", monaco, monospace;
	font-size: 1em;
	line-height: 1.5em;
	color: #444444;
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}

.container {
	width: 862px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: 450px -25px;
	}

.header {
	width: 862px;
	height: 232px;
	margin-left: auto;
	margin-right: auto;
		}

/*
.tagline {
	width: 662px;
	margin-top: -18px;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 1em;
	color: red;
	text-align: right;
	}
*/

.graphic {
	float: right;
	width: 264px;
	padding-left: 20px;
	padding-top: 20px;
	}

.graphic img {
	padding-bottom: 20px;
	}


h1 {
	font-family: arial, sans-serif;
	font-size: 1.75em;
	line-height: 1.15em;
	}
	
h2 {
	font-family: "Courier new", monaco, monospace;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 33px;
	color: white;
	margin-left: 12px;
	margin-top: 0;
	margin-bottom: 0;
	}
	
h3 {
	font-weight: normal;
	font-style: italic;
	margin-top: -10px;
	}
	
.article {
	margin-bottom: 30px;
	}

.date {
	color: red;
	margin-bottom: -10px;
	}

a {
	border: 0;
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-size: 1em;
	}

.portrait {
	margin-bottom: 10px;
	}

.contact {
	width: 280px;
	margin: 10px;
	display: inline;
	float: left;
	height: 18em;
	}

.contact a {
	text-decoration: underline;
	}

li {
	margin-left: -25px;
	}

.supporters {
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}

.member {
	width: 100px;
	height: 100px;
	display: inline;
	float: left;
	margin-top: 20px;
	}

.terms {
	font-size: .5em;
	line-height: 1.5em;
	color: gray;
	}

.footer {
	width: 662px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 1.25em;
	text-transform: uppercase;
	color: red;
	}

/* accordion styles */

.Accordion {
	width: 662px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
	overflow: hidden;
	}

.AccordionPanel {
	}

.AccordionPanelTab {
	width: 662px;
	height: 33px;
	margin-top: 5px;
	background-image: url(../images/menu_black.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	}
	
.AccordionPanelContent {
	overflow: auto;
	margin: 12px;
	padding-bottom: 25px;
	height: auto;
	}

.AccordionPanelOpen .AccordionPanelTab {
	background-image: url(../images/menu_red.gif);
	}

.AccordionPanelTabHover {
	color: white;
	background-image: url(../images/menu_red.gif);
	}

.AccordionPanelOpen .AccordionPanelTabHover {
	color: white;
	}

.AccordionFocused .AccordionPanelTab {
	background-color: white;
	}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: white;
	}







