@charset "utf-8";
/* CSS Document */

body {
	font: 100% 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;
	margin-top:5px;
	text-align: center;
	background-color: #423A3B;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #423A3B;
	margin-top: 0px;

}
h2 {
	font-size: 22px;
	margin: 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Helvetica;
}
h4 {
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
	color: #006B00;
}
.title {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #423A3B;
	margin-top: 0px;

}
#mainContent   H1 img  {
	margin-bottom: -5px;
}
#stage {
	width: 781px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/bg_stage.jpg);
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	width: 741px;
	background-image: url(../images/bg_stage.jpg);
	background-repeat: no-repeat;
	color: #000000;
	
}
#footer {
	background-image: url(../images/bg_stage.jpg);
	font-family: "Trebuchet MS", Tahoma;
	color: #000000;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	clear: both;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 10px;
	font-family: "Trebuchet MS", Tahoma;
	color: #000000;
	background-color: #DDDDDD;	
	}
.style1 {
	font-size: 14;
	font-weight: bold;
}
.cpList {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 12px;
	color: #006633;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
textarea {
	font-size: 12px;
	color: #006633;
	font-family: "Trebuchet MS", Arial, Helvetica;
	line-height: 14px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
}
.red {
	color: #FF0000;
}
.smallgrey {
	font-size: 9px;
	font-style: italic;
	color: #666666;
}
.smallgrey a:link {
	font-size: 9px;
	font-style: italic;
	color: #006600;
	text-decoration: underline;
}
.smallgrey a:visited {
	font-size: 9px;
	font-style: italic;
	color: #006600;
	text-decoration: underline;
}
.smallgrey a:hover {
	font-size: 9px;
	font-style: italic;
	color: #003399;
	text-decoration: underline;
}
.smallgrey a:active {
	font-size: 9px;
	font-style: italic;
	color: #006600;
	text-decoration: underline;
}

#mainContent H1 img {
	margin-bottom: -5px;
}
#session_details  {
	margin-top: 0px 0px 10px 0px;
	padding: 0px;
}
#session_details p {
	margin: 0px;
	padding: 0px;
}
a img    {
	border:none;
}

#footer p {
	font-family: "Trebuchet MS", Helvetica;
	text-align:center;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px 0px 5px 0px;
	font-size: 10px;
	color: #423A3B;
	font-weight:bold;
}
#footer p a:link {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12px;
	text-decoration: none;
}
#footer p a:visited {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12px;
	text-decoration: none;
}
#footer p a:hover {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#footer p a:active {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12px;
	text-decoration: none;
}
.lists {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}
#mainContent li {
	padding-bottom: 10px;
}

.lists a:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}
.lists a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}
.lists a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}

.lists a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}
.rowHover  tr:hover {
	background-color: #FFFF99;
}
.error_message {
	font-size: 12px;
	color: #990000;
}
.error_message  a:link {
	font-size: 12px;
	color: #006B00;
	font-weight: bold;
}
#bg_bottom {
	font-family: "Trebuchet MS", Tahoma;
	color: #000000;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
	width: 781px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
}
#left_news_image {
	padding: 3px;
	float: left;
	text-align: center;
	border: 0px solid #F4F6FB;
	margin-right: 10px;
	max-width: 300px;
	max-height: 300px;
}
#right_con_box {
	float: right;
	width: 200px;
	text-align: left;
	border: 0px solid #002053;
	margin-left: 0px;
	padding-bottom: 5px;
}
*:first-child+html #right_con_box ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 17px;  
/* ie problem with left margin */
}
#right_con_box li {
	list-style-image: url(../images/news_bullets.gif);
	margin: 0px;
	list-style-position: outside;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;

}
*:first-child+html #right_con_box li {
	list-style-image: url(../images/news_bullets_ie.gif);
	margin: 0px;
	list-style-position: outside;
	padding-top: 6px;
	padding-bottom: 0px;
}
a { 
text-decoration: none; color:#638E12;
font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#FF6600;
}
a:active {
	text-decoration: none;

}
a:visited {
	text-decoration: none;

}
.cattitle {
	color: #B9370F;
	background-color: #FFFFFF;
}
#help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	margin-bottom: 20px;
}.categoryfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669900;
}
.home_text {
	font-family: "Helvetica Neue";
	font-size: 14px;
	font-weight: normal;
	color: #006666;
}
.eco-white {
	color: #FFFFFF;
}
#left_con_box {
	float: left;
	width: 100px;
	text-align: left;
	border: 0px solid #002053;
	background-color:#CFFC8D;
	clear: both;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#category_box {
	float: right;
	width: 575px;
	text-align: left;
	border: 0px solid #002053;
	margin-left: 0px;
	padding-bottom: 5px;
}

