/* CSS Document */
html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
*/
body, html {
	min-height: 100%;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding: 0;
	margin: 0px;
	}
body {
	min-width:700px;
}
table.container {
    width: 690px;
}
td.masthead {background-image: url(images/masthead.jpg);height:175px;background-repeat: no-repeat;}
.masthead h1, .masthead h2 {display:none;}
td.leftcell {
	background-image: url(images/bg_leftcell.png);
	background-repeat: repeat-y;
}
td.navcell {
	background-color: #FFFFFF;
	padding:0;
	padding-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
td.contentcell {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 20px;
}
td.rightcell {
	background-image: url(images/bg_rightcell.png);
	background-repeat: repeat-y;
}
td.orgname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: right;
	padding: 2px;
	padding-right: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/* ============================================ */
.sidecell  {
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sidecell  p {
	font-size: x-small;
	text-align: left;
}

/* ============================================ */
td.footer {background-color:#FFFFFF;}
.footer p {
	line-height:normal;
	font-size: x-small;
	text-align: right;
	padding: 15px;
}
.footer a:link, .footer a:visited {
	color:#660000;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover, .footer a:visited:hover {
	color:#666666;
}
/* ============================================ */
.bottom {
	background-image: url(images/bg_bottom.jpg);
	height: 170px;
	margin:0;
	background-repeat: no-repeat;
	background-position: center top;
}
/* ============================================ */
#navlist {
	width: 140px;
	margin: 0;
	padding: 0;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: .25em;
	border-bottom: 1px solid gray;
	text-align: right;
}
#navlist li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
#navlist li a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
#navlist li#current a {
	color: #666666;
	cursor: default;
	background-color: #FFFFFF;
}
#navlist li#hide {display:none;}
/* ============================================ */
a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	color: #6600CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.pagecontent ul li {
	margin: 0em 1em .5em;
	text-align: left;
	line-height: 1.25em;
}
hr {
	color: #666666;
}
p {
	text-align: justify;
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
h2, h3, h4, h5, h6 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #990000;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.5em;
	color: #333333;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.35em;
	margin-top: 0.5em;
	margin-bottom: 0.15em;
	color: #990000;
}
h5 {
	font-size: 1.15em;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	color: #333333;
}
h6 {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
	color: #333333;
}

#photo  {
	padding: 4px;
	text-align:center;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#photo img {border: 1px solid #990000;}
.floatL {float:left;margin: 5px 25px 10px 0px;}
.floatR {float:right;margin: 5px 0px 15px 25px;}
.caption {
	font-size: x-small;
	margin: 4px;
}

/*--------------------------------------------------------------- */
a.top, a.top:active, a.top:visited {
	font-size: 7pt;
	color: #666666;
	display: block;
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
	float: right;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 2px 0px 2px 10px;
}

a.top:hover {
	background-color: #E3E3E3;
	color: #000000;
	text-decoration: none;
}

