/* CSS Document */
body {
	font-family:  Arial, Helvetica, sans-serif;
	margin:0px;
	background-color: #FBF9E9;
}
.content {
	background-image: url(../../images/content_bck.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 10px 20px 0px;
}
.content2 {
	background-image: url(../../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 20px 20px;
}

p {color: #804000; font-size: 75%; margin:0px;}
li{font-size: 75%; }


h1 {
	font-size: 150%;
	margin: 5px 0 15px 0;
	color:#7E3914;
	font-weight: bold;
}
h2 { font-size: 90%;  color:#7E3914; }

input,textarea {
font-family:  Arial, Helvetica, sans-serif;
font-size: 75%;
width:150px;
border: 1px solid #728A53;
}

a:link { 	font-size: 100%; text-decoration: none; color: #ffffff;}
a:visited { font-size: 100%; text-decoration: none; color: #ffffff;}
a:hover {	font-size: 100%; text-decoration: underline; color: #ffffff;}

.footer{
	font-size: 70%;
	color:#fff;
	text-align: center;
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	height: 108px;
	background-color: #938C58;
}


a.footertxt:link { text-decoration: none; color:#fff;}
a.footertxt:visited { text-decoration: none; color:#fff;}
a.footertxt:hover { text-decoration: underline; color:#fff;
}

.navigation {
	font-size: 75%;
	height: 39px;
	background-image: url(../../images/nav_bar.gif);
	background-repeat: no-repeat;
}

a.navigation:link { text-decoration: none;}
a.navigation:visited { text-decoration: none;}
a.navigation:hover { text-decoration: underline;
}

.outerborder {
border: 1px solid #fff;

}

.columnlabel {
font-size: 75%;
color:#804000;
}
