@charset "utf-8";
* {
	padding:0; 
	margin:0;
}

body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	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;
}



img {
	border-style: none;
}

 #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 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. */

} 
 #header { 
	padding: 0 /* 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. */
} 

 #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 */
}

 #mainContent { 
	margin: 0 250px 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

 #footer { 
	padding: 5px 10px 5px 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0A5FA6; 
} 

#footer a:link {color:#FFFFFF}
 #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;
}

#newsletter {
	padding:5px 0 5px 5px;
	background:#CCCCCC;
}

 h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	padding: 10px 0;
}

p {padding:10px 0;}

#navbar{
	color: #FFFFFF;
	background-color: #3366CC
	}
#navbar a{
	color: #FFFFFF;
	}

#nav a:link{text-decoration:none;}

#nav a:visited{text-decoration:none;}

#nav a:hover{text-decoration:underline}

#nav a:active{text-decoration: underline;}

.homeimg {padding-right:2px}

a:link {color:#006666}
a:active {color: #FF0000}
a:hover {color:#3333CC}
a:visited {color:#CC6633}
.rssitem {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0A5FA6;
	font-size: 11px;
}

.greybox {background:#EDEDEA; padding:0 10px}

.thumbnail
{
float: left;
width: 100px;
border: 1px solid #999;
margin: 0 15px 15px 0;
height:115px;
padding: 10px;
text-align:center;
}

.thumbnail img{border: 1px solid #999;}


.clearboth { clear: left; }

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*---- Header styling ---*/
.sIFR-hasFlash h1,
.sIFR-hasFlash h2,
.sIFR-hasFlash h3,
.sIFR-hasFlash h4,
.sIFR-hasFlash h5#pullquote {
	visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
}

.sIFR-hasFlash h1 {
  padding-bottom: 0;
  font-size: 30px
}

.sIFR-hasFlash h2 {
	font-size: 20px;
  display: block;
}




ul {	margin-left: 15px;
}
		
li {	list-style-position: outside;
		list-style:&#187;
		margin: 3px 0;
}

padding-left {
	padding-left: 20px;
}
