/* CSS Document */
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg_zialogo.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom:10px;
	font-size: 95%;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #999999;

}
a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	color: #6600CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
ul li {
	margin: 0em 1em .5em;
	text-align: left;
	line-height: 1.25em;
}
hr {
	color: #666666;
}

#masthead {
	background-image: url(images/masthead.gif);
	height: 210px;
	width: 800px;
}
#masthead h1, #masthead h2 {
	display:none;
}
#MainText {
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 160px;
	padding-bottom: 20px;
	padding-left: 160px;
}

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;
}
#MainText p {
	text-align: justify;
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 135%;
}
#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;
}
/*--------------------------------------------------------------- */
/* Nav Menu BEGINS */
#navcontainer {
	margin-bottom: 35px;
}
#navlist {
	padding: 0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 0px 12px;

}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	margin: 0em .15em .5em;
}
#navlist li a {
	padding: 2px 4px;
	text-decoration: none;
	border: 1px solid #660000;
	background-color: #CC0000;
}
#navlist li a:link { color: #FFFFFF; }
#navlist li a:visited { color: #FFFFFF; }
#navlist li a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#navlist li a#current {
	display:none;
}
/*#navlist li a#current {
	cursor: default;
	color: #000000;
	background-color: #CCCCCC;
}*/
/* Nav Menu Ends */
/*--------------------------------------------------------------- */
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;
}
#footer {
	background-color: #000000;
	color:#FFFFFF;
	padding: 8px;
	font-size: x-small;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	color:#FFFFFF;
	margin:4px;
}
#footer a {
	color:#FFFF99;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color:#CCCCCC;
	font-weight: normal;
}

