/* CSS Document */
body {
	background:#FFFFFF url(images/grad01.jpg) top left repeat-x;
	background-attachment:fixed;
	margin:0;
}
body, p, li, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666633;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666633;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#main
{
	width:930px;
	margin:0;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	border:1px solid #339933;
}
#top
{
	height:100px;
	background-color: #007219;
	min-width:900px;
}
#menu
{
	background:#339966 url(images/grad02.jpg) top left repeat-x;
	height:20px;
	clear:both;
	margin:0px;
	border-bottom:1px solid #006699;
	border-top:1px solid #006699;
}
#menu a, #menu a:visited
{
	line-height:20px;
	font-size:14px;
	padding-left:15px; 
	padding-right: 15px;
	color:#006699;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover
{
	color:#009933;
}
#leftbar
{
	width:180px;
	float:left;
	padding:10px;
}
.boldp
{
	font-weight:bold;
	color:#006666;
}
.error
{
	font-weight:bold;
	color:#f00;
}
#Login
{
	background:#fff url(images/grad02.jpg) top left repeat-x;
}
#Login td
{
	padding:3px;
}
input, textarea
{
	width: 160px;
}
#Login input
{
	width:100px;
}
.button
{
	width:70px;
	background:url(images/grad03.jpg) bottom left repeat-x;
	color:#006633;
	font-weight:bold;
}

#content
{
	margin-left:200px;
	margin-top:25px;
}

.intro
{
	color:#006633; 
	margin:5px; 
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px;
}
.homebox
{
	width:33%; 
	float:left; 
	text-align:center;
}
.homebox img
{
	margin-left:auto; margin-right:auto;
	border:none;
}
.homebox h2, .homebox p
{
	text-align:justify; 
	width:200px; 
	margin-left:auto; margin-right:auto;
}

.homebox p.more, .homebox p.more a, .homebox p.more a:visited, .infopage p a, .infopage p a:visited
{
	text-decoration:none;
	color:#009999;
}
.members a
{
	text-decoration:none;
	color:#009999;
	font-weight:bold;
	font-size:14px;
}
.homebox p.more span
{
	color:#FF9900;
}
hr 
{
	color: #F4F4F4; 
	width:95%; 
	margin:10px; 
	margin-left:auto; margin-right:auto;
}
.infopage p
{
	line-height:21px;
	margin-top:7px;
	margin-bottom: 8px;
}
#footer
{
	clear:both;
	border-top:6px double #339933;
	margin:0;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	padding:0px;
}

/* CSS Document */
.form p{
width:300px;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-bottom:1px dashed #ccc;
}
.form .note
{
	width: 200px;
	display:block;
	font-size: 12px;
	line-height:12px;
	color:#000099;
}

.form label{
font-weight: bold;
float: left;
margin-left: 0; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form p label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"], .form select
{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.form textarea{
width: 180px;
height: 50px;
}

.form .button
{
	margin-left:180px;
	color:#333399;
	font-weight:bold;
	background-color:#ccc;
	margin-top:10px;
	cursor:pointer;
}
a.boldbuttons{
background: transparent url('images/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('images/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
text-align:center;
width:150px;
margin:10px;
margin-left:auto;
margin-right:auto;
}
