@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../assets/07a-Background-02.gif) fixed left top;
	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;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 210px;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #017FFE;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 5px;
	font-family: Tahoma;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.twoColFixLtHdr #container #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	color: #333333;
	font-size: 14px;
	padding: 0px;
	margin: 5px 0px;
}
.twoColFixLtHdr #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	/* 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. */
	
} 
.twoColFixLtHdr #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: 10px 0;
	font-size: 22px;
	color: #990000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.twoColFixLtHdr #container #header table {
	height: 100px;
	width: 100%;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px;
} 
.twoColFixLtHdr #container #mainContent p {
	color: #2F4A6E;
	line-height: 1.4em;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 160%;
	color: #007FFD;
	font-family: "Trebuchet MS";
	text-align: center;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 140%;
	color: #8A1400;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #304068;
	font-size: 125%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent h4 {
	color: #333333;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent ul {
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	font-family: "Trebuchet MS";
	list-style-type: circle;
}
.twoColFixLtHdr #container #mainContent a {
	color: #007FFD;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #990000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:visited {
	color: #017FFE;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .notes {
	font-size: 78%;
}
.twoColFixLtHdr #footer {
	padding: 0;
} 
.twoColFixLtHdr #container .copyright {
	font-family: "Trebuchet MS";
	font-size: 78%;
	text-align: center;
	color: #666666;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 78%;
	color: #333333;
}
.twoColFixLtHdr #footer a {
	color: #047FFF;
}
.twoColFixLtHdr #container #footer h1 {
	font-size: 78%;
	color: #333333;
	text-align: center;
	font-style: italic;
	padding: 10px 0px 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.twoColFixLtHdr #container #footer img {
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #container #mainContent img.picStyle {
	border: 1px solid #017FFE;
}
.twoColFixLtHdr #container #mainContent td.userStyle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.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: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}

.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;
}

[if IE 5]>
.twoColFixLtHdr #sidebar1 { width: 210px; }
<![endif]

.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
<![endif]
.twoColFixLtHdr #container #mainContent a {
	color: #007EFB;
	text-decoration: none;
}
.userStyle p {
	font-size: 78%;
	color: #666666;
}

