/* CSS Document */

body {
	background-color: #d5ea94;
	margin: 0 0 25px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../images/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #003300;
}

#pagesurround {
	width: 780px;
	text-align: left;
	margin: 0px auto;

}

#header {
	background-image: url(../images/site_goat_01.png);
	background-repeat: no-repeat;
	height: 330px;
	position: relative;
}	

#headpad{
	padding: 20px 25px;
}
.headimg{
	padding-left: 25px;
	padding-top: 20px;
}
#logo{
	position: absolute;
	width: 320px;
	left: 26px;
	top: 118px;
	z-index: 10;
	}
#navbar {
	margin:0;
	padding:8px 0 0 370px;
	font-size: 12px;
	line-height: 18px;

}
#navbar ul {
	margin: 0;
	padding:0;
	display: inline;
}

#navbar ul li {
	margin:0px;
	padding-left:5px;
	border-left: 1px solid #000;
	list-style: none;	
	display: inline;

}

#navbar ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}


#navbar a {
	padding:3px;
	color: #003300;
	text-decoration:none;
}

#navbar a:hover {
	color: #FFFFCC;
	background:#003300;
}

#content {
	margin-left: 0;
	background-image: url(../images/site_goat_03.png);
	background-repeat: repeat-y;
	z-index: 1;
}
#lcol {
	width: 400px;
	float:left;
}
#rcol {
	padding-left: 410px;
}

#footer {
	font-size: 12px;
	background-image: url(../images/site_goat_05.png);
	background-repeat: no-repeat;
}
#footer p {
margin:0;
padding:0;
}

#footer a {
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	
}

#footer a:hover {
	color: #000066;
}

.subscript {
	font-size: 12px;
}
.clr{
	clear:both;}
	
.innertube {
	padding: 25px 50px;
}

a:link {
	font-weight: bold;
	color: #006600;
}

a:visited {
	font-weight: bold;
	color: #006600;
}
a:hover {
	color: #009933;
}

.highlight {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}


img {border:none;}


.center{text-align:center;}
.imgleft{float: left; padding-right: 25px;}
.imgright {float: right; padding-left: 25px;}
