body {
	background-image: url(../images/layout/browBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1E1E1E;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
#container {
	background-color: #000000;
	background-image: url(../images/layout/containerBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#logo{
	width:200px;
	float:left;
}
	#logo p{
	 	color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-top:0px;
	}
#fading{
	width:100%;
}	
#wrap{
	float:right;
	width: 748px;
}
#nav{
	background-image: url(../images/layout/navBgM.jpg);
	background-repeat: repeat-x;
	height:67px;
	margin:20px 0 8px 0;
	width:100%;
	clear:both;
}
	#nav ul{
	list-style-type:none;
	margin: 0;
	padding:0px;

	}
	#nav ul li{
	list-style-type:none;
	display: inline;
	}
	#nav ul li a{
	font-family: "Lucida Sans", Arial, Verdana;
	font-size: 13px;
	color:#FFFFFF;
	text-decoration: none;
	padding: 15px 7px;
	float:left;
/*	border-right: 1px solid #A7A7A7;*/
	font-weight:bold;
	background-image: url(../images/layout/navSeperator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top:8px;
	}	
	#nav ul li a:hover{
	color:#FFCB05;
	}	
	#nav ul li a.last{
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;	
	}	
#content{
	background-color:#F1E8C8;
	padding: 15px;
	margin: 15px 0px;
	clear:both;
}
	.tl		{
	position: absolute;
	width: 14px;
	height: 14px;
	top: -1px;
	left: -1px;
	background-image: url(../images/layout/rndTl.gif);
}
	.tr		{
	width: 14px;
	height: 14px;
	position: absolute;
	top: -1px;
	right: -1px;
	background-image: url(../images/layout/rndTr.gif);
}
	.bl		{
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-image: url(../images/layout/rndBl.gif);
}
	.br		{
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background-image: url(../images/layout/rndBr.gif);
}
#rightCol{
	float:right;
	width:675px;
}
#leftCol{
	width:240px;
	float:left;
	font-size: 11px;
}
h1{
	color:#7C1518;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing: .1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	padding:10px 0;
}
h2{
	font-size:16px;
	color:#272A5F;
	letter-spacing: .1em;
}
p,td,div {

}
#footer{
	font-size:11px;
	color:#FFFFFF;
	clear:both;
}
#footer p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	font-size:11px;
	color:#FFFFFF;
}
#footer a {
	color:#C69E00;
}
#footer a:hover {
	color:#ffffff;
}
a:link{
	color:#7C1518;
}
a:visited{
	color:#7C1518;
}
a:hover{
	color:#393D3C;
}
a:active{
	color:#393D3C;
}
.subNav{
	width:100%;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
	.subNav li{
	width:90%;
	list-style-type:none;
	padding: 10px 0 10px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2E315C;
	background-image: url(../images/layout/subNavArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	.subNav li a{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	}
	.subNav li a:hover{
	color:#2E315C;
	}
.window{
	float:left;
	width: 320px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/windowBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 0;
	height:350px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size:11px;
}
.window h2{
	background-image: url(../images/layout/hdArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.month {
	color: #0F1235;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 20px;
}
.btnArrow {
	background-image: url(../images/layout/btnArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	height: 30px;
}

.day {
	color:#7C1518;
	font-weight: bold;
}
.brd {
	border: 1px solid #2E315C;
}
.flRight {
	float:right;
	margin: 0px 0px 10px 10px;
	
}
.tableHdBg {
	background-image: url(../images/layout/tableHdBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
}
