@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #F3F6F6;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat;
} 

.twoColFixLtHdr #brochContainer {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #422921;
} 

#header{
	clear: both;
	text-align: left;
	font-weight: bold;
	background-color: #990033;
	background-image: url(images/nav-bg.jpg);
}

#global{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px;
}
		
#global li{
	list-style-type: none;
	display: inline;
}
		
#global li a:link, #global li a:visited{
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 30px;
}

#global li a:hover, #global li a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px;
	background-color: #EEEDE9;
	background-image: url(images/side-bg.jpg);
	background-repeat: no-repeat;
	height: 615px;
}
.twoColFixLtHdr #mainContent {
	background-color: #422921;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 370px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
} 

	#mainContent h1 {
		font-size: 16px;
		color: #990033;
		font-family: Arial, Helvetica, sans-serif;
		border-bottom-style: double;
		border-bottom-color: #8F827D;
	}

	#mainContent p, td, li {
	font-size: 14px;
	color: #8F827D;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	}

	#mainContent A  {
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #8F827D;
		text-decoration: none;
	}
	
	#mainContent A:Visited  {
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #8F827D;
	}
	
	#mainContent A:Hover  {
		text-decoration : underline;
		color : #8F827D;
		font-weight : bold;
	}

	#mainContent A:Active  {
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #8F827D;	
	}

	#mainContent .broch  {
	border: 2px solid #422921;
	}

	#mainContent .pbroch  {
		color : #422921;	
	}

.twoColFixLtHdr #brochContent {
	background-color: #422921;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
} 

	#brochContent h1 {
		font-size: 16px;
		color: #8F827D;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}

	#brochContent p, td, li {
		font-size: 14px;
		color: #8F827D;
		font-family: Arial, Helvetica, sans-serif;
	}

	#brochContent A  {
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #8F827D;
		text-decoration: none;
	}
	
	#brochContent A:Visited  {
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #8F827D;
	}
	
	#brochContent A:Hover  {
		text-decoration : underline;
		color : #8F827D;
		font-weight : bold;
	}

	#brochContent A:Active  {
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #8F827D;	
	}


.twoColFixLtHdr #footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-align: right;
	vertical-align: middle;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
