body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color : #f3f3f3;
	background-image: url(../images/BACK.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 130%;
}
.oneColFixCtrHdr #container {
	background: #ebebeb;
	width: 990px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/TOP-FADE.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background:#ebebeb;
	padding: 20px 20px 30px 20px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/BODY-FADE.jpg);
	background-repeat: repeat-x;
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
}



.twoColFixLtHdr #mainBOX {
	margin: 20px 0px 20px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 20px 0px;
	width: 951px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
} 
.mainBOXTOP {
	background-image: url(../images/BODY-BANNER.jpg);
	background-repeat: no-repeat;
	height: 246px;
}

.mainBOXBODY {
	padding: 0px 35px 20px 35px;
	background-color: #FFFFFF;
	background-image: url(../images/BODY-BORDERS.gif);
	background-repeat: repeat-y;
}

.mainBOXBODY P {
	padding: 0 0 16px 0;
	margin: 0;
}

.mainBOXBOTTOM {
	background-image: url(../images/BODY-BOTTOM.gif);
	background-repeat: no-repeat;
	height: 9px;
}





.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/BOTTOM-FADE.jpg);
	background-repeat: repeat-x;
	height: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 18px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer2 {
	background-color: #8D0E08;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 32px;
	text-align: center;
}
.oneColFixCtrHdr #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



H1 {
	color : #8D0E08;
	font-size : 28px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #8D0E08;
	margin: 0 0 11px 0;
	padding: 5px 0 11px 0;
}


H2  {
	color : #CFAC04;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #CFAC04;
	margin: 0 0 11px 0;
	padding: 0 0 5px 0;
}


H3 {
	color : #8D0E08;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


H4 {
	color : #CFAC04;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


H5 {
	color : #8D0E08;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}



H6 {
	color : #8D0E08;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



 hr {
	border: none 0;
	border-top: 1px dotted #CFAC04; /*the border*/
	width: 100%;
	height: 1px;
	margin: 11px 0 11px 0;
 }



ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 2px;
}

ul li {
	list-style-type: disc;
	margin: 0px 20px 3px 20px;
	padding: 0;
}


a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #8D0E08;
	text-decoration : none;
}


a:visited  {
	text-decoration : none;
	color : #8D0E08;
}


a:hover  {
	color : #B73D15;
}



.NAV a:link {
	color : #CCCCCC;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
}


.NAV a:visited {
	color : #CCCCCC;
	font-size : 14px;
	text-decoration: none;
}


.NAV a:hover {
	color : #CFAC04;
	text-decoration: none;
}

.GOLD a:link {
	color : #CFAC04;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.GOLD a:visited {
	color : #CFAC04;
	font-size : 12px;
	text-decoration: none;
}


.GOLD a:hover {
	color : #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:link {
	color : #CFAD04;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}


.oneColFixCtrHdr #footer a:visited {
	color : #CFAD04;
	font-size : 11px;
}


.oneColFixCtrHdr #footer a:hover {
	color : #F4DC74;
}


.GOLDtext  {
	color : #CFAC04;
}

.WHITEtext  {
	color : #FFFFFF;
}

.GREYtextNAV  {
	color : #666666;
}

.GREYtext  {
	color : #999999;
	font-size: 12px;
}

.BURGtext  {
	color : #C0695E;
	font-size: 10px;
}

.smalltext {
	font-size : 11px;
}

.BIGtext {
	font-size : 14px;
	line-height: 24px;
	color: #999999;
}

dl {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	float: left;
}

.TableRules TD {
	border-collapse:collapse;
	border-bottom: thin #d6d6d6 solid;
}
