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

/*
green: #0c9947
dark green: #126634
grey text: #666
magenta text: #f39
*/

body {
	color: #666;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/topslice.gif) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

/* images and text */
a {
	color:#666;
	text-decoration:none;
	}
a:hover {
	color:#0c9947;
	}
img {
	border: 0;
	}
h1{
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	color: #0c9947;
	}
.greentext {
	color: #0c9947;
	}
.pinktext {
	color: #f39;
	font-size: 200%;
	font-weight: bold;
	}
.toprighttext {
	float: right;
	text-align: right;
	color: #fff;
	font-size: 140%;
	}
.floatleft, .imageleft {
	float: left;
	}
.floatright, .imageright {
	float: right;
	}
.imageleft {
	margin: 5px 15px 5px 0;
	}
.imageright {
	margin: 5px 0 5px 15px;
	}
.textright {
	text-align: right;
	}
.textlist ul{
	list-style:none;
	}
.textlist li {
	text-indent: 15px;
	background: url(../images/bullet.gif) left no-repeat;
	}
/* end of images and text */

/* Top and header */
#top {
	width: 100%;
	height: 65px;
	padding: 16px 0 0 0;
	margin: 0;
	}
.toprighttext a{
	color: #fff;
	}

#flash {
	height: 179px;
	border-bottom: 25px solid white;
	}
/* end of Top and header */

#leftside {
	width: 250px;
	float: left;
	}
#rightside {
	width: 610px;
	float: right;
	background: url(../images/line_vertical.gif) repeat-y top left;
	padding: 0 0 0 20px;
	border-bottom: 15px solid white;
	}
#rightside p, .textlist ul{
	padding: 8px 0 8px 0;
	margin: 0;
	line-height: 160%;
	}
	
/* left boxes */
.box {
	width: 250px;
	padding: 5px 0 0 0;
	background: url(../images/boxtop.gif) #efefef no-repeat top right;
	border-bottom: 15px solid white;
	}
.box h1{
	font-size: 140%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 20px;
	color: #0c9947;
	}
.box p{
	margin: 0;
	padding: 8px 8px 8px 20px;
	}
.box ul, .homelinks ul{
	list-style:none;
	margin: 0;
	padding: 8px 8px 8px 20px;
	}
.homelinks ul{
	padding-left:0;
	}
.box a, .homelinks a{
	background:url(../images/bulletlink.gif) left no-repeat;
	text-indent: 20px;
	display:block;
	margin:0 0 6px 0;
}
.box a{
	font-size:110%;
}
.boxbottom {
	height: 5px;
	width: 250px;
	background: url(../images/boxbottom.gif) no-repeat bottom left;
	}
/* end of left boxes */

/* FOOTER */
#footer {
	clear: both;
	width: 900px;
	background: url(../images/line_horizontal.gif) repeat-x top left;
	padding-top: 15px;
	text-align: left;
	font-size: 80%;
	height:35px;
	}
#footer ul{
	display:inline;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer li{
	display:inline;
	padding-left: 10px;
	}
/* end of FOOTER */

/* Form items */
form {
padding:0;
margin:10px 0;
}
input, textarea {
	font-family: "Trebuchet MS", Arial, verdana;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
	font-size:80%;
	background-color:#efefef;
	border:0;
	padding: 4px;
}
.labelstyle {
	color: #0c9947;
	width: 150px;
	display:block;
	float:left;
	font-weight:bold;
}
/* End of Form items */
