/* CSS Document */

body{
	background: #000000;
	margin: 0px;
	padding: 0px;
	font: small/1em Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: small;
	font-weight: bold;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	color: #DCDCDC;
}

h2 {
  font-size: 115%;
	font-weight: bold;
  color: #778899;
}

h3 {
  font-size: 95%;
  color: #778899;
}

a:link {
	color: #2f4f4f;
	text-decoration: none;
}

a:visited {
	color: #2f4f4f;
	text-decoration: none;
}

a:hover {
	color: #66cdaa;
}

gallery {
	width: 470px;
	margin: 0px 30px 0px 30px;
	padding: 20px 10px 0px 15px; 
	background: #708090;
	text-align: center;
}

.field {
	text-align: right;
}

.boxtitle {
	color:#FFBA27;
	font-size:15px;
	background-color:#F9F9F9;
	border-width:1px;
	border-color:#AAAAAA;
	border-style:solid;
	text-align:left;
	margin-left: 20px;
	margin-right: 20px;
	font-weight:300;
	padding: 5px;
}

.boxlead {
	color:#202020;
	background-color:#FFFFFF;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-style:solid;
	border-color:#000000;
	margin-left:20px;
	margin-top: 10px;
	margin-right:20px;
	margin-bottom: 15px;
	line-height:20px;
	padding: 5px 10px 5px 10px;
	width: 600px;
	font-weight: bold;
	text-align: left;
	font-size: 90%;
j}

.boxcontent, .boxcontentstretch {
	color:#DCDCDC;
	background-color:#202020;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-style:solid;
	border-color:#AAAAAA;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
	padding: 10px;
	width: 600px;
	font-weight: bold;
	text-align: left;
	font-size: 90%;
}

.boxcontent {
	height: 150px;
}

form.zncform {
	color:#DCDCDC;
	background-color:#202020;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-style:solid;
	border-color:#AAAAAA;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
	padding: 10px;
	width: 600px;
	font-weight: bold;
	text-align: left;
	font-size: 90%;
}

form.zncform fieldset {
  margin-bottom: 10px;
}
form.zncform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.zncform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.zncform fieldset ol {
  margin: 0;
  padding: 0;
}
form.zncform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.zncform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.zncform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.zncform fieldset fieldset label {
  display: block;
  width: auto;
}
form.zncform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.zncform label {
  width: 140px; /* Width of labels */
}
form.zncform fieldset fieldset label {
  margin-left: 143px; /* Width plus 3 (html space) */
}

form.zncform a:link {
	color: #b0c4de;
	text-decoration: none;
	font-weight: bold;
}

form.zncform a:visited {
	color: #b0c4de;
	text-decoration: none;
	font-weight: bold;
}

form.zncform a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.boximage {
	top: 0px;
	width: 200px;
	text-align: center;
	float: left;
	vertical-align: top;
}

.boxtext {
	top: 0px;
	margin-left:220px;
	line-height:20px;
}

.boxtexth1 {
	font-size: 150%;
}

#container {
  position: relative;
	width: 715px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(../images/container.gif) repeat-y;
	text-align: left;
/*	voice-family: "\"}\""; 
  voice-family:inherit; */
}

/*
html>body #container {
	width: 715px;
} */

.currentpagename {
	color: #FFFFFF;
	font-weight: bold;
}

#header {
  position: relative;
	width: 470px;
	margin: 0px 30px 0px 30px;
	padding: 20px 10px 0px 175px; 
	background: #b0c4de url(../images/logo.gif) no-repeat center left;
	text-align: center;
	height: 75px;
}

#header h1 {
  font-size: 200%;
	font-weight: bold;
  color: #778899;
}

#header a:link {
	color: #2f4f4f;
	text-decoration: none;
	font-weight: bold;
}

#header a:visited {
	color: #2f4f4f;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#login {
	width: 635px;
	margin: 0px 30px 0px 30px;
	padding: 1px 10px 1px 10px; 
	background: #778899;
	text-align: right;
  font-size: 80%;
	line-height: 90%
	vertical-align: middle;
}


#login h1 {
	margin: 3px 10px 4px 30px;
  color: #FFFFFF;
}

#login p {
	margin: 3px 10px 3px 30px;
}

#login a:link {
	color: #b0c4de;
	text-decoration: none;
	font-weight: bold;
}

#login a:visited {
	color: #b0c4de;
	text-decoration: none;
	font-weight: bold;
}

#login a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#mainpage {
	width: 635px; 
	margin: 0px 30px 0px 30px;
	padding: 10px 10px 10px 10px; 
	text-align: left;
}

#footer {
	background: #b0c4de;
	margin: 0px 30px 0px 30px;
	padding: 1px 10px 1px 10px; 
	color: #FFFFFF;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	clear: both;
}

#treeview {
  color: #778899;
}

#treeview h1 {
  font-size: 115%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 8px 0px 8px 0px;
}

#treeview h2 {
  font-size: 95%;
	padding: 0px 0px 0px 20px;
	margin: 8px 0px 8px 0px;
}

#treeview h3 {
  font-size: 85%;
	padding: 0px 0px 0px 20px;
	margin: 8px 0px 8px 0px;
}


.error {
	color: #FF0000;
	font-weight: bold;
}
