@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	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: #333;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* 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: ;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #fff; 
	padding: 0 10px 0 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 160px;
	width: 900px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background-image:;
	background-repeat:no-repeat;
	background-position: inherit;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333;

	background-image:;
	background-repeat:;
	background-position: center top;
	padding-left: 10px;
	padding-right:20px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 10px;
	margin-right: 00px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image:;
	background-repeat:no-repeat;
	background-position: bottom;
	
	}

.twoColFixRtHdr #container #mainContent p {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;

	background-image:;
	background-repeat:no-repeat;
	background-position: bottom;
	font-size: 12px;
} 
.twoColFixRtHdr #footer {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #333;
	color:#FFF;
} 
.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: 10px 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;
}
#menu {
	padding: 0 10px 0 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. */
	background-color: #333;
	text-align:;
	position: ;
}
#menu li{
	display:inline;
	margin-left:6px;
	margin-right:6px;
}
#menu ul {
	list-style: none;
	margin-left:2px;
	padding:0px;
	padding-top:7px;
	margin-top:0px;
}
#menu a:link, #menu a:visited {
	color: #FFF;
	font-size:12px;
	font-weight:normal;
}
#menu a:hover, #menu a:active {
	color: #390;
	font-size:12px;
	font-weight:bold;
}
a:link, a:visited {
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #8cc63f;
	font-size: 12px;
	font-weight:bold;
}ZtwoColFixRtHdr #imagesr i1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 160px;
	width: 900px;
	padding: 5px;
}
.twoColFixRtHdr #container #sidebar1 pclick {
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent .headlines .headlines .headlines b {
	font-size: 14px;
}
.twoColFixRtHdr #container #mainContent .bottomParagraph {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.twoColFixRtHdr #container #footer table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 380px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 00px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;

	background-image:;
	background-repeat:no-repeat;
	background-position: inherit;
}
.twoColFixRtHdr #container #mainContent p {
	text-align:;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.bottomweblink{
	font-size:18px;
	color:#8cc63f;
	text-align: center;
	height: 25px;
	width: 900px;
}

