@charset "utf-8";
/* CSS Document */

body {
	background-color: #632404;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 100%;
	width: 100%;
}
.txtfields {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	color: #666666;
	margin: 1px;
	padding: 10px;
}

.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

table {
	cursor: default;
}
.pagetitle {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #CC6633;
	text-decoration: none;
}

.footertext {
	font-family: "century gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #CFC1B4;
}
a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #358ABD;
	text-decoration: none;
	padding: 5px;
}
a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0441B;
	text-decoration: none;
}
.blanklink {
	cursor: hand;
}
a.footer:link {
	font-family: "century gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
}
a.footer:active {
	font-family: "century gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF00;
	text-decoration: none;
	text-transform: uppercase;
}
a.footer:visited {
	font-family: "century gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
}
a.footer:hover {
	font-family: "century gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.boxtextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.subcatagoriestext {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
}
.bodyarticle {
	background-position: center top;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A45215;
	text-decoration: none;
}
.title4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #058DB3;
	text-decoration: none;
}
.red {
	color: #F00;
}

a.nav:link, a.nav:visited	{
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	font-family:"Arial Narrow", Tahoma, Arial;
	font-size:16px;
	color:#FFF;
	display:block;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	text-transform:uppercase;
	width:155px;
	height:auto;
	font-weight:bold;
}

a.nav:hover	{
	background-image:url(images/nav_bg_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	font-family:"Arial Narrow", Tahoma, Arial;
	font-size:16px;
	color:#FFF;
	display:block;
	padding-top:9px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:9px;
	text-decoration:none;
	text-transform:uppercase;
	width:155px;
	height:auto;
	
}

.formfield	{
	border:1px solid #999;
	text-align:left;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
.formtxt	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}

