@media screen {

body {
	background: black;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 14px;
	color: #555;
}

a:link {text-decoration: none; color: #e26f28;}
a:visited {text-decoration: none; color: #e26f28;}
a:hover {text-decoration: none; color: #8c1e00;}
a:active {text-decoration: none; color: #e26f28;}

h1 {
   background: url(img/h1.gif) no-repeat; 
   text-align: center;
   font-size: 22px;
   padding: 4px;
   margin-top: 0px;
   margin-bottom: 20px;
   width: 744px;
   color: black;
	 line-height: 1.2;
}

h2 {
   text-align: left;
   font-size: 22px;
   padding-top: 0px;
   color: darkblue;
   clear: both;
}

h3 {
   text-align: center;
   margin-top: 12px;
   margin-bottom: 6px;
}

li {
   padding: 3px;
}

/*************** DIV ****************/

#header {
	text-align: left;
	background: black;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 780px;
	margin: 0px auto;
	background: #faf6e4;
}

.bleft {background: url(img/bleft.png) 0 0 repeat-y;}
.bright {background: url(img/bright.png) 100% 100% repeat-y;}
.btop {padding-top: 1px; background: url(img/btop.png) 0 0 no-repeat;}
.bbtm {background: url(img/bbtm.png) 0 100% no-repeat;} 

#navbar {
	margin: 0px;
	height: 32px;
	padding: 0px;
	border: 0px;
	border-top: 5px solid black;
	background: #e26f28;
}

.navcont {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.navcont a {
	background: #e26f28 url(img/navbg.png) 0 100% no-repeat;
	color: #ddd;
	text-align: center;
	text-decoration: none;
	height: 22px;
	width: 111px;
	float: left;
	display: block;
	margin: auto;
	padding-top: 0px;
	font-size: 12px;
}
.navcont a:active {
	color: #ccc;
	font-weight: normal;
}
.navcont a:hover {
	color: #e26f28;
	font-weight: normal;
} 

#f {
	font-size: smaller;
}

#main {
  float: left;
	text-align: justify;
	margin: 0px;
	padding: 14px;
	line-height: 1.8;
	font-family: arial;
}

#footer {
	clear: both;
	text-align: center;
	padding: 6px;
	margin: 14px;
	padding-top: 80px;
	font-size: smaller;
}

.imageright {
	float: right;
	padding-top: 0px;
	padding-left: 16px;
	padding-right: 0px;
	padding-bottom: 2px;
	text-align: center;
	font-size: small;
	font-style: italic;
	line-height: 1.5;
}
.imageleft {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 16px;
	padding-bottom: 2px;
	text-align: center;
	font-size: small;
	font-style: italic;
	line-height: 1.5;
}
.imagecenter {
	padding-top: 0px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 2px;
	text-align: center;
	font-size: small;
	font-style: italic;
	line-height: 1.5;
}

.topic {
	clear: both;
	border-top: solid 3px #e26f28;
	padding-top: 0px;
	margin-top: 20px;
}
/************** TABLES *****************/
table.contact {
	padding-top: 30px;
}

table.contact th {
	text-align: center;
	padding-right: 0px;
}
table.contact td {
  text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: top;
	line-height: 1.4;
	
}

table.newsheader {
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 16px;
  margin-top: 12px;
}
table.newsheader th {
  text-align: left;
  font-size: 22px;
  padding: 0px;
  color: darkblue;
  clear: both;
}
table.newsheader td {
  text-align: right;
  font-size: small;
	font-style: italic;
}

}/*end of screen media */



