/* CSS Document 
Created by Peter Eastwood - Eastwood Design */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #85A297;
	/*height: 100%;*/
}
#full{
	background-image: url(images/bg_square.jpg);
height: 100%;

}
a:link {
	color: #5C7067;
	text-decoration: none;
}
a:hover {
	color: #671418;
	text-decoration: underline;
}/* The CSS that's required to position the footer 

html
{
height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

html #nonFooter
{
height: 100%;
}

#footer
{
position: relative;
margin-top: -10.5em;
}*/

#navcontainer
{
padding: 0;
margin: 0;
display: block;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/bg_inside.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content p{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding-right: 20px;
}
.left {
	background-color: #FFFFFF;
	background-image: url(images/left_pink_bg.jpg);
	background-repeat: repeat-x;
}
#links ul {
	list-style-type: none;
	width: 200px;
	margin-left: 5px;
} 

#links li {
	border: 1px dotted #999;
	border-width: 1px 0;
	margin: 5px 0;
}

#links li a { 
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 200px;

}

#links li a:hover {
        background: #ffffcc;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 75%/125% Verdana, Helvetica, sans-serif; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
fieldset{
background:#FFFFFF;
border:thin solid #586E40;
color:#000000;
padding: 8px;
}
form{
background-color: #FFFFFF
border:1px solid #74128C;
color:#000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		font-size: 95%;
		padding: 10px;
text-align: left;
}
input{
background-color:#D2DBC3;
border:1px solid #85A297;
color:#000000;
}
legend{
background:#FFFFFF;
color:#990000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
font-weight:bold;
padding:3px;
}

label{
background:#FFFFFF;
color:#60746C;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
padding:3px;
}
select{
background-color:#FFFFFF;
color:#000000;
}
textarea{
background-color:#FFFFFF;
color:#000000;
}

