body {
	background-image: url(../images/layout/browBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3E0D06;
}
.frameBrd {
	border: 1px solid #521300;
}
p,td,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.navBg {
	background-image: url(../images/layout/navBg.gif);
	background-repeat: repeat-x;
	height: 39px;
}
.headerBg {
	background-image: url(../images/layout/headerBg.gif);
	background-repeat: repeat-x;
	height: 188px;
}
hr {
	border: 1px dotted #333333;
	height: 1px;
}

.imgBrd{
	border: 1px solid #333333;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}

a:hover {
	color: #8A0300;
}
a:active {
	color: #AF020F;
}
.header{
	color: #AF020F;
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
}
.subPgBg {
	background-image: url(../images/layout/subPgBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 165px;
}
.subPgBgBotR {
	background-image: url(../images/layout/subPgBgBotR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
input, textarea{
	background-color: #292828;
	border: 1px solid #AAAAAA;
	color: #FFFFFF;
	background-image: url(../images/layout/inputBg.gif);
}

/*Square Button*/
a.squarebutton{

	float: left; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background  */
	height: 21px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	background-image: url(../images/layout/btnLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #ffffff; /*button text color*/
}

a.squarebutton span{
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	background-image: url(../images/layout/btnRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.squarebutton:hover{ /* Hover state CSS */
	color: #FF0000;
}

a.squarebutton:hover span{ /* Hover state CSS */
color: #FF0000;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/*Square Button*/