body 
{
	behavior:url(csshover.htc);
	behavior:url(../csshover.htc);
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

p, ol, ul, dl, div.event {
	font-size: 12px;
	color: #333333;
	padding-left: 45px;
}

sup
{
	font-size:70%;
}

.marginLeft45px { margin-left: 45px; }

td, th, li {
	font-size: 12px;
	color: #333333;
}

li.more {
	margin-left: 30px;
}

dt {
	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

dd {
	margin-left: 10px;
	padding-bottom: 20px;
}


blockquote {
	font-family: Times New Roman;
	font-size: 13px;
	font-style: italic;
	color: #990000;
	padding-left: 60px;
}

h1 {
	font-family: Times New Roman;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*	background-color: #DEEAEB */


h2 {
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding-left: 45px;

}

h3 {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-left: 45px;
}

h4 {
	font: 20px Times, serif;
/*	color: #5A7E7E;		*/
	color: #333333;
/*	background-color: #deeaeb;	*/
	padding-top: 0 0 1px;
	margin: 10px 0 0 45px;
	border-bottom: 1px solid #990000;
}

a:link { color: #0000ff; }
a:visited { color: #0000ff; }
a:active { color: #0000ff; }
a:hover { color: #ff0000; }

li { padding-bottom: 4px; }

.smaller {font-size: 11px; }

.smallest {font-size: 10px; }

.color990000 { color: #990000; }

.button {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #695f46;
	border-right: 1px solid #695f46;
	background-color: #b3a88e;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.post_date {
	font: italic 10px verdana, sans-serif;
	color: #999999;
	margin-top: -20px;
	margin-bottom: -10px;
}

.filesize {
	font-size: 10px;
	color: #666666;
}
/**Nav**/
#nav
{
	width:715px;
	background-color:#dfd8c6;
	border-bottom:1px #8d8672 solid;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	z-index:2000;
}
ul.nav
{
	width:715px;
	height:23px;
	list-style-type:none;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	z-index:2000;
}
ul.nav a:link, ul.nav a:visited, ul.nav a:active, ul.nav a:hover
{
	color:#8d8672;
	z-index:2000;
}
li.navitem, li.navitem_on
{
	float:left;
	padding:0 0 0 0;
	margin:0 15px 0 10px;
	height:23px;
	z-index:2000;
}
li.navitem_on a
{
	border-left:1px #8d8672 solid;
	border-right:1px #8d8672 solid;
	background-color:#c9c2ac;
	z-index:2000;
}
li.navitem a, li.navitem_on a
{
	padding:6px 5px 5px 5px;
	font-size:9px;
	font-family:verdana, sans-serif;
	font-weight:bold;
	color:#8d8672;
	text-decoration:none;
	display: block;
	z-index:2000;
}

ul.navsubitems
{
	list-style-type:none;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	visibility:hidden;
	width:101px;
	font-weight:normal;
	position: absolute;
	background-color: #dfd8c6;
	border-top: 1px solid #8d8672;
	border-left: 1px solid #8d8672;
	border-right: 1px solid #8d8672;
	z-index:2000;
}
li.navitem:hover ul.navsubitems, li.navitem_on:hover ul.navsubitems
{
	visibility:visible;
	z-index:2000;
}
li.navsubitem
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-bottom: 1px solid #8d8672;
	z-index:2000;
}
li.navsubitem a
{
	padding:5px 5px 5px 5px;
	margin:0 0 0 0;
	background-color:#dfd8c6;
	border: none;
	z-index:2000;
}
li.navsubitem a:hover 
{
	background-color: #c9c2ac !important;
	color: #000000 !important;
	z-index:2000;
}
div.submit
{
	float:left;
	width:150px;
	padding-left: 45px;
}
div.submitinput
{
	float:left;
}
div.submitform, div.required
{
	padding-left: 45px;
}
div.required, span.required
{
	color:Red;
}