@charset "utf-8";
/*	zFeeder CSS style sheet
	works with the css template
	author: AB & LCX
	note: set elements to display:none if you don't want them showed
*/


/* the header part in the css template */
.zf_header {
    margin-bottom: 1px;
}

/* the channel part in the css template */
.zf_channel {
	padding: 1px;
	background-color: #6495ED;
	border: 1px solid #000;
	height: 60px;
}

/* the channel logo part in the css template */
.zf_logo {
    float: left;
    padding: 5px;
}

/* the channel title part in the css template */
.zf_chantitle {
}

/* the channel rss part in the css template */
.zf_rss {
	font-size: x-small;
	font-style: italic;
}

/* the controls part in the css template */
.zf_controls {
	float: right;
}

/* the moreurl part in the css template */
.zf_moreurl {
	font-style: italic;
}

/* the hideurl part in the css template */
.zf_hideurl {
	font-style: italic;
}


/* the lastupdated part in the css template */
.zf_lastupdated {
	float: left;
	font-style: italic;
	color: #006600;
}

/* the news container part in the css template */
.zf_news {
	background-color: #006600;
	margin-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* the news title part in the css template */
.zf_title {
	background-color: #006600;
	margin: 2px 0px 0px;
	font-size: 105%;
	font-weight: bold;
}

/* the news description part in the css template */
.zf_description {
	text-align: left;
	margin: 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* the news publication date part in the css template */
.zf_pubdate {
    color: #999;
    font-size: 80%;
    font-family: Tahoma;
    text-align: right;
}

/* the footer part in the css template */
.zf_footer {
	height: 10px;
}

/* the between channels part in the css template */
.zf_between {
	height: 10px;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}


#navlist
{
	height: auto;
	width: auto;
	font-weight: bold;
	clear: both;
	position: relative;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #E2E2E2;
	padding: 0px 4px;
	color: #333333;
	font-size: 110%;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 10px;
}

#navlist a:link, #navlist a:visited
{
	text-decoration: none;
	color: #333333;
	padding-right: 10px;
	line-height: 130%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 10px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{

background: transparent;
color: #000;
	padding: 0;
	list-style-type: none;
	margin-right: 10px;
}

#navlist a:hover {
	color: #006600;
}
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColFixRt #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCCCCC no-repeat;
	margin: 10px auto 0px;
	text-align: left;
	min-height: 440px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 183px; /* 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: #006600;
	margin-top: 10px;
	margin-right: 8px;
	color: #FFFFFF;
	padding: 2px 1px 3px;
}
.twoColFixRt #mainContent {
	margin: 0 180px 0 0;
	padding-top: 5;
	padding-bottom: 0;
	padding-left: 5;
	width: 558px;
} 

.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;
}
#homepagetext {
	font-size: 120%;
	padding-left: 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-top: 10px;
	padding-right: 10px;
}


.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;
}
div.container {
	position: relative;
	width: 549px;
	padding-left: 5px;
	min-height: 450px;
}

div.container div.text {
	position: absolute;
	bottom: 0px;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#sidebarcon {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
h4 {
	font-size: 105%;
}
h3 {
	font-size: 110%;
}
h2 {
	font-size: 115%;
}
h1 {
	font-size: 120%;
}
#sidebarcon a:hover {
	text-decoration: underline;
}
