@charset "UTF-8";
body  {
	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: #404145;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../images/bkg/bkg_body.jpg);
	background-repeat: repeat;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a {
	color: #FFF;
	font-style: italic;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a:visited {
	color: #DEDEDE;
}
.twoColFixRtHdr #container {
	width: 796px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #DBDBDB;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 8px solid #4E161B;
} 
.twoColFixRtHdr #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. */
	margin: 0px;
	background-color: #FFF;
} 
#logo {
	padding: 10px;
}
#logo img {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixRtHdr #header h1 {
	text-align: right;
	font-size: 14px;
	color: #521619;
	font-weight: bold;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: capitalize;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 198px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3000px;
	padding-left: 0px;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: -3000px;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #DEDEDE;
}
#sidebar1 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.8em;
	font-style: italic;
	font-weight: bold;
}
#sidebar1 h1 {
	font-size: 1.3em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-style: italic;
}
#sidebar1 img {
	border: 1px solid #4C161C;
}
#wrapperContent {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #DEDEDE;
	width: 100%;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C161C;
	padding: 0;
	float: left;
	margin: 0;
	width: 510px;
} 
#mainContent img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent a:link {
	color: #4C161C;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #4C161C;
	text-decoration: none;
}
#mainContent a:visited {
	color: #4C161C;
	text-decoration: underline;
}
#mainContent p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#mainContent h1 {
	font-size: 1.4em;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
}
#mainContent h2 {
	line-height: 1em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #989898;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 20px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: .9em;
}
#mainContent h3 {
	font-size: 1.6em;
	color: #9A9A9A;
	font-style: italic;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: block;
}
#mainContent h4 {
	font-size: 1em;
	line-height: 1em;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent ul {
	display: block;
	list-style-type: none;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent ul li {
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #footer {
	background-color: #50161A;
	font-size: 0.8em;
	display: block;
	clear: both;
	padding: 0;
	margin: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

