﻿/* CSS layout */

body {
  text-align: center;
  }

#containall {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 915px;
}

#dropshadow{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 915px;
/*	float: left;*/
/*	background-color: #EDF2EA;*/
/*	background-position: top right;*/
	background-image: url('images/dropshadowright.png');
	background-repeat:repeat-y;
	z-index: 0;
}

#pagecontainer{
/*	margin: -10px 10px 10px -10px;*/
	position: relative;
	z-index: 1;
}

#masthead {
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-bottom-width: 0;
	width: 900px;
	height: 69px;
	background-image: url('images/header.png');
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 69px;
}

#headlineContainer {
	display: table; 
/*	position: relative;*/
	position: absolute; 
	left: 200px;
	top: 0;
	width: 500px;
	height: 69px;
	overflow: hidden;
}

/* for non-IE browsers 
#headlineContainer[id] {
	display: table; 
}*/

#headline {
	#position: absolute;	/* for IE */
	#top: 50%;				/* for IE */
	display: table-cell; 
	vertical-align: middle; 
	width: 500px;
}

/* for non-IE browsers 
#headline[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
} */

#headlineContent {
	#position: relative;	/* for IE */
	#top: -50%;				/* for IE */
	width: 500px;
}

/* for non-IE browsers 
#headlineContent[id] {
	position: static;
} */

#container {
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	position: relative;
	width: 900px;
}

#left_col {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	width: 134px;
	height: 100%;
/*	background-image: url('images/leftColumn.png');*/
	border-left: 1px solid #E0E0E0;
	border-right: 0px solid #d0d0d0;
	background-color: #F0F0F0;
}

#donate {
	width: 87%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#FBEEC6;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #C0C0C0;
}

#donate form {
	margin-top: 0px;
	margin-bottom: 0px;
}

#page_content {
	border: 0px;
	border-top: 1px solid white; /*needed to prevent Firefox leaving a blank space at the top*/
	border-bottom: 1px solid white; /*needed to prevent Firefox leaving a blank space at the bottom*/
	margin-right: 133px;
	margin-left: 134px;
	background-color: white;
	padding-left: 1em;
	padding-right: 1em;
}

#picture_frame {
	background-color:#E6EAC8;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	overflow: auto;
}

#right_col {
	float: right;
	width: 133px;
	position: absolute;
	margin-right: 0;
	right: 0px;
	top: 0px;
	background-image: url('images/rightColumn.png');
	height: 100%;
	border-left: 0px solid #C0C0C0;
}

#footer {
	width: 900px;
	height: 30px;
	background-color: #DAEBE3;
	text-align: center;
	border: 0px solid #C0C0C0;
	border-left: 1px solid #E0E0E0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

code {
	font-family:"Courier New", Courier, monospace;
	font-size: small;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color:#81A9E8;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color:#81A9E8;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium ;
	font-style: italic ;
	color:#81A9E8;
}

h2 a, h3  a {
	text-decoration: none;
}

h2 a:link, h3 a:link {
	color:#81A9E8;
}

h2 a:visited, h3 a:visited {
	color: #81A9E8;
}

h2 a:hover, h3 a:hover  {
	color: maroon;
}

li {
	margin-top: 0.25em;	
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

table {
	border: 0px solid #C0C0C0;
	border-collapse: collapse;
}

td {
	border: 0px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
	padding-left: 1em;
	padding-right: 1em;
}

thead {
	border: 2px solid #C0C0C0;
	font-weight: bold;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.button {
	display:block;
	margin: 0 0 0 0;
	border-right: 2px  solid #B6D0D3;
	border-bottom: 2px solid #B6D0D3;
	height: 32px;
	position: relative;
	text-align: center;
	line-height: 32px; 
	background-color: #DBF0F0;
	width: 100px;
}

.button:hover {
	background-color: #92D3D1;
}

.button a {
	display: block;
	text-decoration: none;
}

.button a:link {
	color: black;
}

.button a:visited {
	color: black;
}

.button a:hover  {
	font-weight: bold;
	color: maroon;
}

.buttonText {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: block;
	width: auto;
}

.centeredHeadline {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: maroon;
}

pre.code {
	background-color: #F5F4EF;
	margin-left: 2em;
	font-family:"Courier New", Courier, monospace;
	font-size: smaller;
	padding-left: 0.5em;
	padding-right: 0.5em;
	overflow:auto; 
}

.copyright {
	font-family:Arial, Helvetica, sans-serif ;
	font-size: smaller;
}

.contentsPane {
	position: relative;
	float: right;
	border: 1px solid maroon;
	width: 230px;
	background-color:#E8FECF;
	margin: 1em;
	padding: 0.5em;
}

.contentsPane li a  {
	font-family:"Courier New", Courier, monospace;
	font-style: italic;
	text-decoration: none;
}

.contentsPane a:link {
	color: black;
}

.contentsPane a:visited {
	color: black;
}

.contentsPane a:hover  {
	color: maroon;
	font-weight: bold;
}

.contentsPane > p {
	font-family:"Courier New", Courier, monospace;
	font-style: italic;
}

.contentsPane > ol {
	font-family:"Courier New", Courier, monospace;
	font-style: italic;
}

.eyeCatcher {
	position: relative;
	border: 1px solid maroon;
	width: 75%;
	background-color: #DEF1FA;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding: 0.5em;
}

.eyeCatcher > p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:large;
	color: maroon;
}

.infoPara {
	background-image: url('images/info.png');
	background-position: 1em 1em;
	background-repeat: no-repeat;
	padding-left: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	min-height: 25px;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;	
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
}

.pageHeadline {
	position: relative;
	border: 1px solid maroon;
	width: 75%;
	background-color:#FFFF99;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding: 0.5em;
}

.pageHeadline > p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:x-large;
	color: red;
}

.salesPage > ul  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium ;
}

.salesPage > p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium ;
}

.warningPara {
	background-image: url('images/excl.png');
	background-position: 1em 1em;
	background-repeat: no-repeat;
	padding-left: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	min-height: 25px;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;	
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
}