@charset "UTF-8";
body  {
	background: #FFFFFF;
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 25px;
	color: #666;
}
#container  {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	padding: 0;
} 
#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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 20pt;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-right-style: none;
	letter-spacing: 1pt;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #CCC;
	letter-spacing: 0px;
	font-family: "Times New Roman", Times, serif;
	line-height: 20pt;
	font-size: medium;
	color: #666;
} 
#footer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
} 
.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;
	background-color: #FFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	background-color: #FFF;
}
.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;
	background-color: #FFF;
}
.italic {
	font-style: italic;
}
.Subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.Smallbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	margin-top: -10px;
}
.caption {
	line-height: normal;
	color: #666;
	word-spacing: normal;
	text-align: center;
	text-indent: 0px;
	padding-left: 0px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.SmallbodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: 3px;
	text-align: center;
	word-spacing: 40px;
	text-decoration: none;
}
.redhead {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #900;
}
#container .footer a {
	color: #C36;
	text-decoration: none;
}
#brochurelink {
	font-size: 11pt;
	text-decoration: none;
	color: #C36;
}
