@charset "UTF-8";
body  {
	background: #F9F9F7 url('images/a1.gif') repeat-x;
font-size: 12px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
line-height: 18px;
	text-align:center;
	margin:0;
	padding:0;
}
a
{
color: #FF7800;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 1px solid #8C8C73;
	border-bottom: 1px solid #8C8C73;
	border-left: 1px solid #8C8C73;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	position: relative; 
	background: #FFFFFF; 
	padding: 20px;  /* 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. */
} 
.twoColFixRtHdr #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 */
}
#mission
{
	font-style: italic;
	float: right;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	width: 419px;
	color:#6666CC;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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 */
	padding: 15px 20px;
}
.twoColFixRtHdr #container #sidebar1 h1 {
	background-color: #9999CC;
	color: #FFFFFF;
	padding: 5px;
	font-size: 14px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #8C8C73;
} 
.twoColFixRtHdr #mainContent h3
{
font-size: 18px;
line-height: 25px;
color: #663399;
letter-spacing: -1px;
background: url('images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 20px;
}
.twoColFixRtHdr #mainContent .post
{
padding-bottom: 20px;
background: url(images/a33a.gif) bottom repeat-x;
}
.twoColFixRtHdr #mainContent p
{
padding: 0px 15px 0px 15px;
margin-bottom: 20px;
}
.twoColFixRtHdr #mainContent .post .header
{
position: relative;
}

.twoColFixRtHdr #mainContent .post .date
{
line-height: 35px;
color: #AFAFA4;
font-weight: bold;
}

.twoColFixRtHdr #mainContent .post .content
{
margin-bottom: 0px;
}

.twoColFixRtHdr #mainContent .post .footer
{
background: url('images/a33a.gif') repeat-x;
height: 64px;
}

.twoColFixRtHdr #mainContent .post .footer ul
{
list-style: none;
}

.twoColFixRtHdr #mainContent .post .footer ul li
{
display: inline;
line-height: 14px;
padding-left: 17px;
margin-left: 25px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

.twoColFixRtHdr #mainContent .post .footer ul li.printerfriendly
{
background-image: url('images/a41.gif');
}

.twoColFixRtHdr #mainContent .post .footer ul li.comments
{
background-image: url('images/a36.gif');
}

.twoColFixRtHdr #mainContent .post .footer ul li.readmore
{
background-image: url('images/a38.gif');
}
.twoColFixRtHdr #footer
{
clear: both;
height: 66px;
text-align: center;
line-height: 66px;
background-image: url('images/a50.gif');
color: #A8A88D;
margin: 20px;
}

.twoColFixRtHdr #footer a
{
color: #8C8C73;
}

.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;
}
#menu
{
text-align: left;
background: #660066 url('images/a16p.gif') repeat-x;
padding: 0;
margin: 20px 0 0 0;
}

#menu ul
{
}

#menu ul li
{
display: inline;
line-height: 52px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover
{
background: #fff url('images/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}
