@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #666B1F;
}
p {
	font-size: 13px;
}


.topnnav {
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	background-position: right;
	text-align: right;
}
.rightbox {
	padding: 5px;
	border-top: 0px none;
	border-right: 1px ridge #CCCC00;
	border-bottom: 1px ridge #CCCC00;
	border-left: 0px none;
}
h1{font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
a:link, a:visited, a:active  {
	font-size: 14px;
	color: #424200;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:active  {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
a.x:link, a.x:visited, a.x:active  {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.x:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

.midcol {
	padding: 10px;
	text-align: left;
	border-top: 1px solid #CCCC33;
	border-right: 1px none #CCCC33;
	border-bottom: 1px none #CCCC33;
	border-left: 1px none #CCCC33;
}
.leftcol {
	padding: 10px;
	height: 100%;
	border-top:1px solid #CCCC33;
	border-right: none;
	border-bottom: none;
	border-left:1px solid #CCCC33;
	line-height: 19px;
}
.rightcol  {
	padding: 10px;
	height: 100%;
	border-top:1px solid #CCCC33;
	border-right: 1px solid #CCCC33;
	border-bottom: none;
	border-left: none;
}
.dir {
	font-size: 14px;
	line-height: 20px;
}
