body {
	font-size : 100%;
	margin : 0px;
	padding : 0px;
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	background-color : #a38965;
	color : #6d6044;
	background-image : url(images/bg_blend.png);
	background-repeat : repeat-x;
}

a {
	font-size : 8pt;
	text-decoration : none;
	font-weight : bold;
	color : #000000;
}
a:hover {
	color : #93a11c;
}

p {
	font-size : 8pt;
	color : #6d6044;
	padding-left : 20px;
	padding-right : 10px;
}

p#footer {
	color : #fff;
	font-size : 7pt;
	margin : 0;
	padding : 0;
}

p.caption {
	font-size : 7pt;
	padding : 0;
	margin : 0;
	text-align : center;
}



h4 {
	font-size : 10pt;
	font-weight : bold;
	font-family : arial, helvetica, sans-serif;
	padding-left : 20px;
	padding-right : 10px;
}

h5 {
	padding-left : 35px;
}

h1 {
	color : #6d6044;
	font-family : arial, helvetica, sans-serif;
	font-size : 14pt;
	padding-left : 20px;
	padding-right : 10px;
}

h3 {
	color : #6d6044;
	font-family : arial, helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	letter-spacing : 1pt;
	padding-left : 30px;
}

ol li{
	padding : 5px 5px 5px 5px;
}

table#content {
	border-left-color : #a38965;
	border-left-style : dashed;
	border-left-width : 1px;
	border-right-color : #a38965;
	border-right-style : dashed;
	border-right-width : 1px;
}


td{
	font-size : 8pt;
}

td#menu{
	text-align : left;
	padding : 20px 0px 20px 0px;
}

td#menu ul{
	margin-left : 0;
	margin-right : 0;
	padding-right : 0;
	margin : 0 0 0 0;
	padding : 0 0 0 5px;
}

td#menu li {
	display : inline;
	list-style-type : none;
	padding : 7px 15px 7px 15px;
}



td#menu li a {
	color : #6d6044;
	
}

td#menu li a:hover {
	color : #8da216;
}


li#nolink {
	color : #c0e95b;
	font-weight : bold;
	background-color : #a38965;
}

div#formcontainer {
	width : 390px;
	margin-left : 20px;
	margin-top : 20px;
}

div#formcontainer form label {
	float : left;
	width : 120px;
}
div#formcontainer div.clearfix {
	border-top-color : #c0c0c0;
	border-top-style : solid;
	border-top-width : 1px;
	padding-bottom : 5px;
	padding-top : 5px;
}	

div#numberdiv {
	font-size : 8pt;
}

div#slideshowcontainer{
	width : 350px;
	height : 250px;
}
	
	

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat!important; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}