/* CSS Document */
BODY  {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FEAF36;
	background-image:url(../images/bg.jpg);
	font-size: .85em;
	/*background-image: url(../images/filmborder.gif);*/
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link { color:#660000; text-decoration:underline; }
a:visited { color:#333333; }
a:hover { color:black; text-decoration:underline; }
a:active { color:#660000; }

p, li { line-height: 1.4em; font-size: .95em;}

p.column {
	text-align:justify;
}
.longtext {
 font-size:.9em;
 line:1.2em;
}

h1 {
	font-size: 1.35em;
	font-weight: 600;
	color: #333333;
	text-decoration:none;
	text-align:center;
}

h2 {
	font-size: 1.25em;
	font-weight: 600;
	color: #333333;
}

h3 {
	font-size: 1.0em;
	font-weight: 600;
	color: #333333;
	margin-top:30px;
}

#container {
	position: relative;
	width: 750px;
	background: #FFFFFF;
   /* background:url("/images/columns.gif") repeat-y; */
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 3px solid #242223;
	border-top: 3px solid #6E6E6E;
	border-left: 3px solid #6E6E6E;
	border-right: 3px solid #242223;
	margin: 20px auto 0px auto;
}

#masthead {
	background-image:  url(../images/masthead.jpg);
	background-color:#FFFFFF;
	width: 100%;
	position: relative;
	height: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position:center;
	border-bottom: 4px solid #667C8C;
	/*border-top: 6px solid #FEAF36;*/
	border-top: 1px solid #667C8C;
}
#masthead h1 { visibility:hidden; }

#maincontent {
	width: 420px;
	margin: 0 0 50px 0;
	padding: 0 0 0 35px;
	background-color:#FFFFFF;
	min-height: 500px;
}

#sidebar {
	margin: -13px 0 0 15px;
	float: right;
	background-color: #FFFFFF;
}

/* Footer */

#footer {
   /*background:url("/images/footer.gif") repeat-x;*/
	/*background-color:#FFFFFF; */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .75em;
	width:756px;
	height: 50px;
	color: #000000;
	text-align:center;
	clear: both;
	margin: 10px auto 0 auto;
}

#footer A:link, #footer A:visited {
	color:white;
	text-decoration:underline;
}
#footer A:hover {
	color:#999999;
	text-decoration:underline;
}
#footer A:active {
	color:#999999;
	text-decoration:underline;
}

/* Navigation Menu */
#navmenu {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 34px;
	/*background:#8C8984;*/
	white-space: nowrap;
	background-image:url(../images/metalbgnav.gif);
}
#navmenu ul {
	margin: 0;
	padding: 0;
	float:right;
}
#navmenu li {
	font-size: 20px;
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
#navmenu a {
	padding: 9px 20px 9px 19px;
	border-left: 1px solid #dddddd;
	/* border-color: #999966 #999966 #999966 #999966; */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #8C8984;
	background-image:url(../images/navbtnbg1.gif);
	/* background-image: url(); */
	/* background-repeat: no-repeat; */
	text-decoration: none;
	color:#FFFFFF;
}
#navmenu a:link, #navlist a:visited {
color: #FFFFFF;
}
#navmenu a:hover, #navlist a:active,
#currentpage a:link, #currentpage a:visited,
#currentpage a:hover, #currentpage a:active {
	background-color: #FEAF36;
	background-image:url(../images/navbtnbg2.gif);
	color: #FFFFFF;
}
/* Miscellaneous */

.attention {
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}
.smallnote {
	font-size:0.6em;
	text-decoration: none;
}

.styledlist {
	border: 2px solid #cccccc;
	background-color:#eeeeee;
	padding:8px;
	font-size:.85em;
	margin:30px 20px;
}
#contactinfo {
 font-size:.85em;
}
