@charset "UTF-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#999999;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #0066FF;*/
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	/*background: #0033FF;*/
	background: #0033FF; 
	padding: 0 10px 0 0px;  /* 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. */
} 
ul.sidebar1{
	padding: 0em 0em 0em 0.5em;
	margin-left: 0.5;
	list-style-type:none;
	color: #666600;
	text-align: left;
	}
	

li.sidebar1{
	text-align: left;
	padding: 0.5em 0em 0em 0em;
	font-size: 90%;
	}
.twoColFixLtHdr #container #mainContent ul {
	font-size: 12px;
	list-style-type: disc;
}
	
li.sidebar1 a:link{
	text-decoration: none;
	text-align: left;
	font-size: 90%;
	color: #666600;
	padding: 0.5em 0em 0em 0em;
	}

li.sidebar1 a:hover{
	text-decoration: none;
	text-align: left;
	font-size: 90%;
	color: #666600;
	padding: 0.5em 0em 0em 0em;
	}


	
.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; /* 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: 42px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #330000;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 14px;
	color: #330033;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.twoColFixLtHdr #container #mainContent img {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h5 {
	text-align: center;
	font-weight: lighter;
}
.twoColFixLtHdr #container #mainContent a {
	text-decoration: none;
	color: #0000FF;
}
.twoColFixLtHdr #container #sidebar1 a {
	font-size: 12px;
	text-decoration: none;
	color: #FFFF00;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent a:hover {
	font-weight: bold;
	color: #660033;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #660000;
	font-weight: bold;
	
}
.twoColFixLtHdr #container #footer a {
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0066FF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px;
}



.right {
	text-align: right;
	
	}
	


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0033FF; 
} 
.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 */
	text-align: center;
}
.twoColFixLtHdr #container #footer a {
	text-align: left;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #660000;
	font-weight: 100;
	background: #CCCCFF;
}
img {
	border: thin solid #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 img {
	padding: 0px;
	margin-left: 15px;
}
.twoColFixLtHdr  #container  #sid  {
	color: #660000;
	text-align: left;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bolder;
	font-variant: normal;
	padding: 0.5em 0em 0em 0.5em;
	text-transform: uppercase;
}
.line {
	color:#FFFFFF;
	text-align: center;
	float: none;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	text-align: center;
}
.right {
	text-align: right;
	padding-top: 0px;
	padding-right: 3em;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330033;
	text-align: center;
	
}
.twoColFixLtHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
h4 {
	font-size: 9px;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #container #mainContent img {
	margin: 10px 20px 20px 0px;
}
.pullquote { 
	float: right;
	width: 140px;
	color: #0033FF;
	border: solid #0033FF;
	border-width: 7px 0;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding: 8px 7px;
	margin: 6px 12px;
	text-align: right;
	}
