/* CSS Document */

body {
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/back_grad.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 780px;
	border: 1px solid #666;
}

#title {
	display:none;
}

h1 {
	background: #FFF;
	color: #FFF;
	padding: 0px;
	margin: 0;
/*	border-bottom: 1px solid #CCCCCC;*/
}

/*#nav {
	float: left;
	width: 130px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
}*/

ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	float: right;
	width: 100%;
	background-color: #FFF;
}

ul#nav li {
	display: inline;
}

ul#nav a {
	display: block;
	float: right;
	padding: .2em 1em;
	text-decoration: none;
	color: #339933;
}

#content {
	float: left;
	width: 570px;
	margin-left: 0px;
	padding: 15px 0 0 20px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #CCC;
}

#content p {
	font-size: 100%;
	line-height: 14pt;
	padding: 0 1em 0 0;
}

#content ul {
	clear: both;
	list-style-type: none;
	line-height: 14pt;
	color: #336600;
	font-weight: bold;
}

#content img {
	border: 1px solid #000000;
	float: left;
	margin: 5px 10px 5px 0;
}

#contentB {
	float: right;
	width: 180px;
}

.sidebox {
	float: right;
	width: 180px;
	margin: 10px 0 0 0;
}

.sidebox img {
	clear: left;
	padding: 10px 0 0 0;
}

.sidebox p {
	font-size: 90%;
	line-height: 120%;
	margin: 5px 10px 0 18px;
	color: #666666;
}

#footer {
	height: 10px;
	clear: both;
	background-image: url(images/green_spacer.gif);
	background-repeat: repeat;
	color: #FFF;
	padding: 5px 10px;
	text-align: left;
	font-size: 80%;
}

h2 {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #339933;
	line-height: 10pt;
}

h3 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #666699;
	line-height: 14pt;
}

h4 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #339933;
}



a:link {
	color: #666699;
}

a:visited {
	color: #993333;
}

a:hover, a:active {
	color: #333300;
	background: #CCCCCC;
}

.pin {
float: none;
clear: both;
height: 0;
_display: none;
}

img{
	border:0px
}