@charset "utf-8";
/* CSS Document */

/* Basic Elements */

/* This makes FireFox act like IE */
/*DIV					{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;} */

body {
	background-image: url(images/bg.jpg);
	bgcolor="#d0b58a";
	margin:0px;
	color :#7b6042;
	font-weight : normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
p {color :#7b6042; font-weight : normal; background-color : transparent; text-decoration : none; font-family : Arial, Helvetica, sans-serif; font-size : 12px;}

UL 							{ FONT: 10px Arial, Helvetica, sans-serif; COLOR: 666666; list-style : square; list-style-type : square; margin-top : 5px; margin-bottom : 5px;}

.headline {
	font-size: 18px;
	font-weight: bold;
	color :#472300;
}
.sub-headline {
	font-size: 12px;
	font-weight: bold;
	color :#472300;
}
.sub-heading-green {
	font-size: 14px;
	font-weight: bold;
	color :##63B922;
}
.left-nav			{font-size: 9px; font-family: Arial, Helvetica, sans-serif;color: #333333; font-weight:normal;}
.blue-text 			{font-size: 12px; font-style: italic; color: #0066CC;}
.extrnlink			{font-size:12px; font-family: Arial, Helvetica, sans-serif;color: #63b922; font-weight:bold; }
a.extrnlink			{color: #63b922; }
a.extrnlink:hover		{color: #339900; }


.bodylink			{font-size:12px; font-family: Arial, Helvetica, sans-serif;color: #63b922; font-weight:normal; }
a.bodylink			{color: #63b922; }
a.bodylink:hover		{color: #339900; }
.newslink			{font-size:14px; font-family: Arial, Helvetica, sans-serif;color: #63b922; font-weight:bold; }
a.newslink			{color: #63b922; }
a.newslink:hover		{color: #339900; }
A.sec-nav {
	color :#333333;
	font-weight : normal;
	background-color : transparent;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
A:HOVER.sec-nav	{
	color :#6699ff;
	font-weight : normal;
	background-color : transparent;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.Footer {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.Credits {
	color: #7B6042;
	font-size: 8px;
	word-spacing: normal;
	width: auto;
	letter-spacing: normal;
}
A.gentry {
	color: #7B6042;
	font-wieght: bold;
	background-color : transparent;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8px;
}
A:HOVER.gentry	{
	color :#000000;
	font-wieght: bold;
	background-color : transparent;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8px;
}
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#FFFFFF; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:1px}
ul.menu ul {position:absolute; top:25px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:rletive; border:1px solid #cccccc; border-top:none; width:137px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#888888}
ul.menu ul li a:hover {background-color:#666666}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:0px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(images/header.gif); width:124px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #cccccc}

/* IE-win only \*/
* html .fixsubnav 		{margin-top: 10px;}
/* End IE-win only */

