html, body {
	height: 100%;
}

body {
	font-size: 11pt;
	/* font-family: Arial, Helvetica, sans-serif;*/
	
	font: Palatino Linotype, Book Antiqua;
	
	background: #A2A2A2;
	border-top: 20px solid #407CC8;
	padding: 0;
	margin: 0;
	
}
#container {
	width: auto;
	height: 100%;

}


#content {
	height: auto !important;
	height: 100%;
	background: white;
	margin-left: 130px;
	margin-right: 210px;
	padding-left: 130px;
	padding-right: 20px;
	padding-top: 20px;
/*	margin-top: -20px !important;*/
	margin-top: 0px;
/*	margin-right: 0px;*/
	padding-bottom: 30px;
	
}


#footer {
	position: relative;
	bottom: 0px;
	margin-left: 130px;
	margin-right: 210px !important;
	margin-right: 220px;
/*	height: 15px;*/
	text-align: center;
	padding: 3px;
	color: black;
	font-size: 10pt;
	background: white;
	
}

#content h1 {
	font-size: 130%;
	font-variant: small-caps;
	letter-spacing: 5px;
	color: #407CC8;
}

#content h6 {
	font-size: 110%;
	font-variant: small-caps;
	letter-spacing: 4px;
	color: black;
	font-style: italic;
}

#content h3, #content h4 {
	color: black;
	font-weight: bold;
	display: inline;
}

.indent {
	display: block;
	padding-left: 1em;
}

#rightalign {
	text-align: right;
}

#content a:link, #content a:visited {
	color: #407CC8;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}


#content ul li {
	display: list-item;
	list-style: square;
	list-style-position: outside;
	color: black;
	padding-bottom: 5px;
	width: 80%;
	padding-left: 10px;
	text-indent: -10px;
}

#content ul.noindent li {
	padding: 0;
	padding-left: 10px;
	text-indent: 0;
}

#content p {
	text-indent: 1em;
}

#content table.layout {
	border: none;
	font-size: 10pt;
}

#content table.layout td {
	vertical-align: top;
	padding-top: 30px;
}

#content table.layout img {
	padding: 5px;
}

.caption {
	display: block;
	font-size: 12pt;
	color: black;
	width: 300px;
}


.colored {
	color: #407CC8;
}

#header {
/*	height: 30px;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
/*	border: 1px solid #EAEAEA;*/
}

#header table.books {
	border-collapse: collapse;
}

#header table.books td {
/*	border: 1px solid #407CC8;*/
	padding: 3px;
	font-size: 8pt;
}

#header h1, #header h2 {
/*	color: #A2A2A2;*/
	color: black;
	font-weight: bold;
	font-size: 130%;
	font-variant: normal;
	letter-spacing: normal;
	padding-right: 30px;
	padding-left: 30px;
	float: right;
	display: block;
	width: 200px;
}

.attribute {
	display: block;
	color: #407CC8;
	font-size: 90%;
	text-align: center;
	padding-top: 10px;
}

#menu {
	position: absolute;
	width: 160px;
	border: 5px solid #407CC8;
/*	border: 5px solid black;*/
	border-top: none;
	top: 0px;
	left: 60px;
	background: #EAEAEA;
	background: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	z-index: 30;	
}

#menu h1 {
	font-size: 16pt;
	
}

#menu ul {
	margin: 0;
	list-style: none;
	width: 160px;
	padding-left: 0px;
	font-size: 12pt;
	background: #407CC8;
	padding-bottom: 10px;
	padding-top: 10px;
}

#menu ul li {
	position: relative;
	}

#menu ul li a {
	text-decoration: none;
	color: #407CC8;
	color: white;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	
}
	
#menu li ul {
	border: 1px solid #407CC8;
/*	background: #EAEAEA;*/
	background: white;
	position: absolute;
	left: 160px;
	top: 0;
	display: none;
	width: 200px;
	background: white;
	padding-bottom: 0px;
	padding-top: 0px;
	
	}

#menu ul li ul li {
	border-bottom: 1px solid #407CC8;
	border-collapse: collapse;
}

#menu ul li ul li.last {
	border-bottom: none;
}


#menu li ul li a:link, #menu li ul li a:visited {
	color: #407CC8;
	background: white;
	font-style: italic;

}


#menu li ul li a:hover {
	background: #407CC8;
	color: white;
}

	
#menu li:hover ul, #menu li.over ul { display: block; }
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
	

#photoandquote {
/*	border: 3px solid black;*/
	background: #407CC8;
	color: white;
	font-weight: bold;
	position: relative;
	float: right;
	margin-right: 10px;
	width: 200px;
	margin-left: -3px;
	padding-bottom: 20px;
}

#photoandquote hr {
	height: 1px;
	width: 100%;
	color: white;
	margin-bottom: 10px;
}

#photoandquote ul {
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

#photoandquote a:link, #photoandquote a:visited {
	display: block;
	text-align: center;
	color: white;
	font-size: 12pt;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;

}

#photoandquote a:hover {
	color: #407CC8;
	background: white;
}

#photoandquote img {
}

#photoandquote p {
	margin: 0px;
	padding: 10px;
	padding-top: 5px;
}

.big {
	font-size: 200%;
}


table.supporterform {
	padding: 10px;
	width: auto;
}

table.supporterform td {
	padding-bottom: 5px;
	text-align: left;
	}

.fieldnames {
	font-size: 90%;
	font-weight: bold;
	padding-right: 5px;
}

.fieldtips {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
}

table.supporterform table {
	padding: 0px;
	margin: 0px;
	width: auto;
}

table.supporterform table td {
	padding: 0px;
	text-align: center;
}

table.supporterform table td.left {
	padding: 0px;
	text-align: left;
}

form {
	font-size: 10pt;
}
