/* CSS Document */
body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 70%;
}
h1 {
	text-align: center;
	margin-top: 0px;
}
h2 {
	text-align:center;
	margin-top: 0px;
}
p {
	text-align:left;
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
}
.caption {
	font-size: 90%;
	text-align: center;
}
.caption, .caption a {
	color: #999999;
}
.caption img {
	border: 1px solid #333333;
	padding: 5px;
	background-color: #F8F8F8;
}
.graphic {
	margin: 5px;
	padding: 0px;
	border: 0 none;
}
.center {
	text-align: center;
}
.icon {
	margin: 5px;
	padding: 0px;
	border: 0 none;
}
.nobr {
	white-space: nowrap;
}
.quote {
	font-style: italic;
	color: #000000;
}
.box {
	padding: .2em;
	border: 1px dotted;
}
dt {
	font-weight: bold;
}
ul, li, dd {
	margin-left: .7em;
	padding-left:.1em;
}
.caption img.card {
	border: 1px solid #333333;
	padding: 0px;
	background-color: #F8F8F8;
}
a.button, .ad a, .pagetop a {
	text-decoration:none;
	padding:0.3em;
	color:#090;
	background-color:#9f9;
	border: 1px outset #090;
}
a.button:link, a.button:visited, .ad a:link, .ad a:visited, .ad a strong, .pagetop a:link, .pagetop a:visited {
	color:#090;
	background-color:#99FF99;
}
a.button:hover, .ad a:hover, .ad a:hover strong, .pagetop a:hover {
	color:#99FF99;
	background-color:#090;
}
.ad a strong {
	text-decoration:underline;
	font-weight:normal;
}
.pagetop {
	text-align:center;
	font-size: 70%;
	float: right;
}
/*.pagetop a:link, .pagetop a:visited, */.pagetop a:hover {
	color:#FFFFFF;
}
/* start flag */


.hide, .alt, #branding h {
	display:none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}
#page {min-width:950px;}
#branding, #branding a {
	background-color:#000000;
	color:#FFFFFF;
}
#branding h1 {
	margin-bottom:0;
}
#s1, #s2, #s3 {
	padding:5px;
	float:left;
	width:30%;
	min-width:250px;
	min-height:1100px;
}
#s3 {
	float:right;
}
#s1, #s3 {
	width:22%;
	min-width:170px;
}
#s2 {
	width:50%;
}
/* red */
#s3, #s3 a {
	color: #FFff99;
	background-color: #FF0000;
}
#s3 .caption, #s3 .caption a {
	color: #FF9999;
	background-color: #FF0000;
}
#s3 hr { /* For Internet Explorer */
	color: #FF9999;
}
html>body #s1 hr { /* For Opera and Gecko-based browsers */
	background-color: #FF9999;
	border: 0px solid #FF9999;
}
/* white */
#s2, #s2 a {
	color: #333333;
	background-color: #FFFFFF;
}
hr { /* For Internet Explorer */
	height: 2px;
	border: none;
	color: #999999;
}
html>body hr { /* For Opera and Gecko-based browsers */
	height: 2px;
	background-color: #999999;
	border: 0px solid #999999;
}
/* green */
#s1, #s1 a {
	color: #99FF99;
	background-color: #009900;
}
#s1 .caption, #s1 .caption a {
	color: #FFFFFF;
	background-color: #009900;
}
#s1 hr { /* For Internet Explorer */
	color: #99FF99;
}
html>body #s1 hr { /* For Opera and Gecko-based browsers */
	background-color: #99FF99;
	border: 0px solid #99FF99;
}
#branding p.crumb, #branding p.crumb a {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding:0.2em;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #000000;
}
#siteinfo p {
	clear:both;
}
#siteinfo p, #siteinfo p a {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding:0.2em;
	margin:0;
	border-top-width: 0;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #000000;
}
/* for the links pages on other sites */
body.links dl {
	width:500px
}
body.links dt, body.links dd {
	/*width: 190px;*/
	display:block;
	list-style-type: none;
	float:left;
}
body.links dt {
	margin-top: 0;
	width:250px;
	border-bottom: 1px dotted #D1D1D1;
	color:#2E2E2E;
}
body.links dd {
	margin-left:0;
	width:248px;
	margin-bottom:1em;
}
