@charset "utf-8";
body  {
	font: 0.8em/1.7em Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(header_bg.jpg) repeat-x 0 0;
	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: #1a1a1a;
}
h1, h2, h3 {
	font: normal 1em Verdana, Arial, Tahoma, sans-serif;
	color:#78d458;
    margin: 25px 15px 15px 0;
	letter-spacing:-1px;
}
h1 { font-size: 2.2em; } 
h2 { font-size: 1.8em; color:#4f81bd; }
h3 { font-size: 1.6em; color:#c0504d; letter-spacing: 0px;}
h4 { font-size: 1.8em; color:#f66616; }

p {
	margin: 15px 15px 15px 15px;
	padding: 0;
}

p.caption {
	font-size: 0.8em
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}
.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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
    position: relative;
	height: 400px;
    width: 900px;
    margin: 0 auto;
	text-align: center;	
	background: #ffffff url(header.jpg) no-repeat;
	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. */
} 
.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: 225px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}
#sidebar1 p, #sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 blockquote, #sidebar1 form, #sidebar1 table {
	margin-left: 0;
}
#sidebar1 h1 {
	font: normal 1.7em Verdana, Arial, Tahoma, sans-serif;
	color: #4f81bd;
	padding: 0;
	margin: 0 0 10px 0;	
	letter-spacing:-1px;
}
.twoColFixRtHdr #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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #f66616;
} 
#mainContent h1 { 
	font: bold 2.1em Verdana, Arial, Tahoma, sans-serif;
	color: #78d458; 	
	padding: 0 0 5px 0;
	margin: 0 15px 20px 0;
	letter-spacing:-1px;
	background: url(bk_dotted.gif) repeat-x left bottom;
}
#mainContent h1 a {
	color: #78d458;
	text-decoration: none;
}

#mainContent h2 a {
	color: #4f81bd;
	text-decoration: none;
    border-bottom:1px dotted;
}
#mainContent p, #main h1, #main h2, #main h3, #main blockquote, #main form, #main table {
	margin-left: 0;
}
#mainContent form p {
	margin: 15px;
}
.twoColFixRtHdr #footer { 
	position: relative;
	clear: both;
	padding: 1em 0;
	font: normal .95em Verdana, Arial, Tahoma, sans-serif;
	text-align: left;	
	background: #78d458;
	color: #ffffff;
	width: 100%;
	float: left;
} 
.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 */
}
.twoColFixRtHdr #footer a {
	color: #ffffff;
    text-decoration:none;
    border-bottom:1px dotted;
}
.twoColFixRtHdr #footer a:hover {
	color: #ffffff;
    text-decoration:none;
	border-bottom:1px solid;
}
.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;
}
img {
	border: 1px solid #DADADA;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.icon {
	border: none;
	padding: 0;
}
.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;
}
a {
	color:#f66616; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	color:#78d458;
    background-color: inherit;
	text-decoration: underline;
}
#marquee {
 position:absolute;
 clear:both;
 margin:0;
 padding:0;
 height:35px;
 left:0;
 top:15px;
 z-index:99999;
 }
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #ffffff;
}
th {
	background: #78d458;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	text-align: left;
	border-left: 1px solid #78d458;
	border-bottom: solid 1px #78d458;
}
tr {
	height: 30px;
	vertical-align:top;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 0;
	border-bottom: 0;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
