/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-color: #063d06;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: normal;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat:repeat;
}

#content {
	color:#fff;
	margin:10px;
}

#content h1 {
	font-size:1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}


#content h2 {
	font-size:1.25em;
}

#content a {
/*	color:#ffca0e; */
	color:#fff;
}

#content a:hover {
   color:#ffca0e;
}

#rightCol {
	font-size:10px;
	text-align:left;
	margin-left:3px;
}

#rightCol a {
	color:#fff;
	font-weight:bold;
}

#rightCol a:hover {
   color:#ffca0e;
}

#rightCol h3 {
	font-size:1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.nav a {
	color:#fff;
	text-decoration:none;
}

.nav a:hover {
	color:#ffca0e;
}

#footer_nav {
	padding-bottom:10px;
	text-align:center;
	font-size:10px;
}

#footer_nav a {
	color:#fff;
}

#footer_nav a:hover {
   color:#ffca0e;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	padding-bottom:10px;
}

#footer a {
	color:#ffca0e;
}

