@charset "UTF-8";

body {
	color: #666666;
	background: url(images/bgBodyRepeat.jpg) repeat-x #7c6568;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	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 */
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bgRepeat.png) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/header.gif) no-repeat;  /* 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. */
	height: auto;
	width: auto;
	padding: 20px 60px 0 60px;
}

.oneColFixCtrHdr #header hr {
	border: none;
	border-top: dashed 1px #999;
	color:#fff;
	background-color:#fff;
	height: 1px;
	margin:0 0 20px 0;
}
	

/*******                  Main Content Home                *******/

.oneColFixCtrHdr #mainContentHome {
	margin: 20px 0 0 60px;
	padding: 1px 20px 10px 0;
	width:440px;
}

/*******                  Main Content                   *******/

.oneColFixCtrHdr #mainContent {
	margin: 20px 0 0 60px;
	padding: 1px 20px 1px 0;
	width: 550px;
}

/*******                  sidebar                   *******/

.oneColFixCtrHdr #sidebar {
	float:right;
	margin:20px 25px 0 20px;
	padding:0 0 20px 0;
	width:310px;
	/*background: url(images/sidebar_bg.gif) repeat-y;*/
	background
	clear:both;
	background-color: #dddcdd;
}

.oneColFixCtrHdr #sidebar h2{
	font-size: 14px;
	margin:20px;
}

.oneColFixCtrHdr #sidebar p{
	font-size: 12px;
	line-height: 1.6em;
	margin:20px 48px 20px 20px;
	color: #555;
}

/*******                  Footer                   *******/

.oneColFixCtrHdr #footer {
	background: url(images/footer.png) no-repeat;
	width: 880px;
	height: 82px;
	padding:0;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	/*padding-left: 60px;
	padding-right: 60px;*/
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
}

/*******                  NAV                   *******/

.oneColFixCtrHdr #nav
{
	line-height:1.3em;
	font-size:1.1em;
	text-align: left;
	height: 25px;
	padding: 0 60px 15px 60px;
}

.oneColFixCtrHdr #nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.oneColFixCtrHdr #nav li
{
	float: left;
	margin: 0;
}

.oneColFixCtrHdr #nav a:link, #nav a:visited
{
	height: 33px;
	float: left;
	padding: 3px 0 0 4px;
	width: 120px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
	background: url(images/nav_link.gif) no-repeat;
}

.oneColFixCtrHdr #nav a:hover
{
	background: url(images/nav_hover.gif) no-repeat;
}

.oneColFixCtrHdr #nav .active a
{
	background: url(images/nav_active.gif) no-repeat;
}

/******************        FileDownload           ******************/

#fd {
	text-align: left;
}

#fd table {
	width:100%;
}

#fd td {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: middle;
	border-top:1px dashed #999;
}

/*******                  Common Styles                *******/

p {
	font-size:1em;
}

h1 {
	color: #a72037;
	font-size:1.4em;
}

h2 {
	color: #a72037;
	font-size:1.3em;
}

h3 {
	color: #cb6e35;
	font-size:1.2em;
}

li {
	font-size:1em;
}

ul {
	font-size:1em;
}

a:link, a:visited {
	text-decoration: none;
	font-size: 1em;
	color: #a72037;
}

a:hover {
	text-decoration: none;
	color: #ec827b;
}

td {
	text-align:left;
	vertical-align: top;
	border-top:1px dotted #999;
	padding: 10px 10px 10px 0;
}



                    
                    