body {
	background-color: #3E0D06;
	height:100%;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 13px;
}
#container{
	width:760px;
	margin: auto;
	border: 2px solid #000000;
	background-color: #000000;
}
#header{
	background-image:url(../images/layout/headerBg.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: left top;
}
#nav {
	background-image: url(../images/layout/rdHeaderC.jpg);
	background-repeat: repeat-x;
	height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top:2px;
}
	#nav a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 10px;
	}
ul {
	list-style-position: outside;
	list-style-image: url(../images/layout/icArrow.gif);
	list-style-type: none;
}	
	li{
	padding-bottom: 10px;	
	}

	#nav a:hover{
	color: #999999;
	}
#wrap {
	background-image: url(../images/layout/lftColumnBg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height:100%;
/*	min-height:560px;*/
	position: relative;
}
#leftColumn {
	width: 200px;
	height:100%;
}
#rightColumn {
	float: right;
	width: 550px;
	padding-bottom:10px;
	height:100%;
}
.pgName {
	background-image: url(../images/layout/rdHeaderC.jpg);
}
	.pgNameL{
	background-image: url(../images/layout/rdHeaderL.jpg);
	background-repeat: no-repeat;
	background-position: left;
		}
		.pgNameL div{
	background-image: url(../images/layout/rdHeaderR.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 10px;
	height:26px;
	line-height: 25px;
		}	
.lftHeading {
	background-image: url(../images/layout/gryHeaderC.jpg);
}
	.lftHeadingL{
	background-image: url(../images/layout/gryHeaderL.jpg);
	background-repeat: no-repeat;
	background-position: left;
		}
	.lftHeadingL div{
	background-image: url(../images/layout/gryHeaderR.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 10px;
	height:26px;
	line-height: 25px;
		}
#footer{
	background-image:url(../images/layout/footerBg.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E0D06;
	background-position: left top;
	height: 60px;
	clear: both;
}
	#footer p{
	font-size:11px;
	color: #999999;
	}
	#footer a{
	color: #8C0C09;
	}
.border {
	border: 1px solid #565656;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: .1em;
	margin:0px;
	padding:0px;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #900C08;
	letter-spacing: .1em;

}
a:link {
	color: #993300;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #993300;
	text-decoration:none;
}
a:active {
	color: #993300;
	text-decoration:none;
}
.req{
	color: #993300;
}
input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	background-color: #000000;
	border: 1px solid #CCCCCC;
	background-image: url(../images/layout/footerBg.jpg);
	background-repeat: no-repeat;
}
.imgBrd {
	border: 1px solid #565656;
	padding:3px;
	margin: 5px;
}
