@charset "utf-8";
body  {
	font: 11px Arial, Helvetica, sans-serif;
	background-image: url('background.gif');
	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;
}

.twoColFixRtHdr ul {
   margin-left: 0px;
   list-style: none;
}
.twoColFixRtHdr h2 {
   font-size: 18px;
   letter-spacing:-1px;
   color: #D51818;
   font-weight: normal;
   font-family: Georgia, "Times New Roman", Times, serif;
   border-bottom: 1px solid #cccccc;
   width: 100%;
   padding-bottom: 5px;
   margin-bottom: 3px;
}

.twoColFixRtHdr h1 {
   font-size: 18px;
   color: #9E9ECC;
   letter-spacing:-1px;
   font-weight: normal;
   font-family: Georgia, "Times New Roman", Times, serif;
   border-bottom: 1px solid #cccccc;
   width: 100%;
   padding-bottom: 5px;
   margin-bottom: 5px;
}
.twoColFixRtHdr #menubar {
   float:right;
   position: absolute;
   left: 785px;
   top: 110px;
   height: 52px;
   padding-top: 0;
   margin-top: 0;
   margin-bottom: 0;
}

.twoColFixRtHdr #menubar a {
   background: url(menubarback.gif);
   width: 57px;
   padding-left: 0;
   padding-right: 0;
   padding-top: 18px;
   text-align: center;
   margin-left: 3px;
   margin-bottom: 0;
   padding-bottom: 18px;
   float:left;
   text-transform: lowercase;
   font-size: 13px;
   font-family:Georgia, "Times New Roman", Times, serif;
   color: #000000;
   text-decoration: none;
   
}

.twoColFixRtHdr #menubar a:hover {
   text-transform: uppercase;
   text-decoration: none;
}

.twoColFixRtHdr h4 {
   font-size: 16px;
   letter-spacing:1px;
   color: #68689C;
   font-weight: normal;
   font-family: Georgia, "Times New Roman", Times, serif;
   margin-bottom: 4px;
   margin-top: 0;
}

.twoColFixRtHdr p {
   font-size: 9pt;
   color: #000000;
   line-height: 18px;
}

.twoColFixRtHdr #container { 
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url('fullbg.gif');
	background-repeat: no-repeat;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #sidebar1 a {
    color: #DA6C6A;
	text-decoration: none;
}


.twoColFixRtHdr #sidebar1 a:hover {
    color: #DA6C6A;
	text-decoration: underline;

}

.twoColFixRtHdr #containerdesign { 
	width: 725px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url('background725.gif');
	background-repeat: repeat-y;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 auto 100px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #headerimg {
    margin-left: auto;
	margin-right: auto;
}

.twoColFixRtHdr #headerdesign { 
	background-image: url('header731x129.gif');
	background-repeat: no-repeat;
	height: 129px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px; 
	margin-bottom: 0px;
	padding: 0 0px 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. */
} 

.twoColFixRtHdr #header { 
	background: none;
	height: 129px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 98px; 
	margin-bottom: 0px;
	padding: 0 0px 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. */
} 
.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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	height: 410px;
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 38px 10px 0;
	margin-top: 0;
}

.twoColFixRtHdr #sidebar1 ul {
	font-size:12px;
	line-height: 20px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0 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: 3px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    width: 398px;
} 

.twoColFixRtHdr #mainContent a {
    color: #DA6C6A;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:hover {
    color: #DA6C6A;
	text-decoration: underline;
}

.twoColFixRtHdr #button {
    float: left;
	padding-left: 15px;
}

.twoColFixRtHdr #code {
    float: right;
	padding-right: 15px;
}

.twoColFixRtHdr #footer { 
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 726px;
	height: 167px;
	clear: both;
	color: #ffffff;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
} 
.twoColFixRtHdr #footerdesign { 
	padding: 25px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url('footer725.gif');
	background-repeat: no-repeat;
	width: 725px;
	height: 149px;
	clear: both;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	
} 

.twoColFixRtHdr #footer1 {
    float: left;
	width: 210px;
	margin-right: 20px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0;
}

.twoColFixRtHdr #footer a {
    color: #ffffff;
    text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.twoColFixRtHdr #footerdesign a {
    color: #ffffff;
    text-decoration: none;
}
.twoColFixRtHdr #footerdesign a:hover {
    color: #ffffff;
    text-decoration: underline;
}
	
.twoColFixRtHdr #footer2 {
	float: left;
	width: 210px;
	margin-top: 0;
	margin-bottom: 0px;
}
.twoColFixRtHdr #footer3 {
    float: right;
	width: 210px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
}	
.twoColFixRtHdr #sitemeter {
     margin: 0 auto 100px auto;
	 }
	
.twoColFixRtHdr #push {
    clear: both;
}
.twoColFixRtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footerdesign 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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	)
.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;
}