body {
	padding: 0px;
	margin: 20px 0 0 0;
	background-color:#422321;
	/*background-image: url(../bg.jpg);*/
	color: #444444;
	background-position: center top;
	background-attachment: fixed;
	SCROLLBAR-FACE-COLOR: #003366; 
	SCROLLBAR-HIGHLIGHT-COLOR: #003366; 
	SCROLLBAR-SHADOW-COLOR: #003366; 
	SCROLLBAR-3DLIGHT-COLOR: #00458A; 
	SCROLLBAR-ARROW-COLOR:  #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #EBA243; 
	SCROLLBAR-DARKSHADOW-COLOR: #001A33; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;

	background-color: #c45d34;
    background-image: url(../images/fade_bg.gif);
    background-repeat: repeat-x;
}

a, ul, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-align: left;
}
#copycolumn p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 0px;
    text-align: left;    
    margin-bottom: 20px;
}
#copycolumn img {
	border:1px solid #ccc !important;
}
h1 {
	text-align:left;
	font-size: 25px;
	font-weight: normal;
	color: #3A3A3A;
	margin: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c35c33;

}
h2 {
	font-size: 22px;
    font-weight: normal;
    color: #3A3A3A;
	margin-right: 2px;
	margin-bottom: 6px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c35c33;
}
#rightcolumn h2 {
	margin-top: 3px;
}
h3 {
	font-size: 19px;
    font-weight: normal;
    color: #505050;
    margin: 26px 0 20px 0;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;
	margin: 4px;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
	margin: 4px;
}
h6 {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	margin: 4px;
}
ul {
	list-style-type: square;

}
li {
	font-size: 12px;
	list-style-position: outside;
	padding-top: 3px;
	padding-bottom: 3px;
}
td {
	vertical-align: top;

}

sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;

}
