@charset "utf-8";
/* CSS Document */
* {margin:0px; padding:0px; border:0px;}
.clear {clear:both;}
body {
	background-image:url(images/bgpattern.gif);
	background-repeat:repeat;
	}
p {
	font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#000000;
	font-size: .75em;
	margin-bottom: 10px;
	line-height: 1.3em;
	}
h1 {
	font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#FF1A00;
	font-size: 1em;
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 1px 0px 15px 27px;
		}
a {
	color: #FF1A00;
	text-decoration: underline;
	}
a:visited {
	color: #FF1A00;
	text-decoration: underline;
	}
a:hover {
	color:#4FF1A00;
	text-decoration: none;
	}
a:active {
	color:#FF1A00;
	text-decoration: none;
	}
	
#wrapper {
	position:absolute;
	width: 699px;
	left: -375px;
	margin-left: 50%;
	background-color:#ffffff;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	border-right: 3px solid #CBF434;
	border-left: 3px solid #CBF434;
	}
*html #wrapper {
	display: block;
	width: 696px;
	}
#content {
	background-color:none;
	width:679px;
	margin-top:175px;
	padding: 10px;
	}
*html #content {
	width:670px;
	padding:15px;
	padding-top: 175px;
	}
/* begin top navigation */
#navbar {
	position: absolute;
	top: 122px;
	left:120px;
	width: 530px;
	height: 50px;
	background-color:transparent;
	}
*html #navbar {
	width: 570px;
	}
	
#navbar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	float:left;
	} 

#navbar ul li {
	padding: 0px 10px;
	list-style: none;
	display: inline;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: .85em;
	color: #000000;
	}
#navbar li a {
	color: #000000;
	text-decoration: none;
	}
#navbar li a:visited {
	color: #000000;
	text-decoration: none;
	}
#navbar li a:hover {
	color:#FF0000;
	text-decoration: none;
	}
#navbar li a:active {
	color:#FF0000;
	text-decoration: none;
	}
#navbar #current> a {
	color:#FF0000;
	text-decoration: none;
	}
/*end top nav */

#rightcolumn h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000000;
	padding-bottom: 10px;
	border-bottom: 1px dashed #000000;
	margin-bottom: 15px;
	}
h3.buzzfactor {
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000000;
	padding-bottom: 10px;
	margin-bottom: 5px;
	}

/*footer*/
div.yellowburst {
	background-color:#FFFFFF;
	padding-left: 85px;
	padding-top: 5px;
	background-image: url(images/bee-white.jpg);
	background-repeat: no-repeat;
	background-position: 54px 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
h2.yellowburst {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:normal;
	}
.red {
	color:#FF0000;
	}
	
div#footer {
	width: 700px;
	background-color:transparent;
	border-top: 1px solid #ff0000;
	text-align:center;
	}


div#footer ul {
	padding-left: 0;
	display: inline;
	} 

div#footer ul li {
	padding: 0px 12px;
	list-style: none;
	display: inline;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: .70em;
	border-right: 1px dotted #232323;
	}
div#footer li a {
	color: #232323;
	text-decoration: none;
	}
div#footer li a:visited {
	color: #232323;
	text-decoration: none;
	}
div#footer li a:hover {
	color:#434343;
	text-decoration: underline;
	}
div#footer li a:active {
	color:#434343;
	text-decoration: underline;
	}
div#footer ul li.last {
	padding: 0px 15px;
	list-style: none;
	display: inline;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: .70em;
	border-right: 0px dotted #232323;
	}

div#footer p {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size: .65em;
	text-align: center;
	}

