body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #cdd0bd;
	background-image: url(imgs/back_beige.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h5 {
	margin: 0px;
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;


}

ul {
	text-align: left;
	display: block;
	padding: 2px;
}

li {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 5px;
	list-style-position: outside;
	list-style-type: circle;
}


#content {
	padding: 10px 20px 10px 20px; 
	font-size: 1.0em;
}

#content p {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 3px 6px;

}

#wrapper {
	color: #333333;
	background-color: #FFFFFF;
	width: 760px;
	background-image: url(imgs/back_white_shdw.gif);
	background-repeat: repeat-y;
	margin: auto;
	text-align: center;
	position: relative;

}

#header {
	color: #FFFFFF;
	background-color: #7b2e00;
	background-image: url(imgs/back_red.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	width: 760px;
	position: relative;
	text-align: left;
	display: block;
	background-position: left top;



}
#head_right {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #decbbf;
	float: right;
	margin: 10px 20px 0px 0px;
}
#head_right a:link {
	color: #decbbf;
	text-decoration: none;
}
#head_right a:visited {
	color: #decbbf;
	text-decoration: none;
}
#head_right a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#main_nav {
	color: #495865;
	background-color: #e2e3e3;
	background-image: url(imgs/back_nav_grey.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	width: 760px;
	height: 30px;
}
#main_nav a:link {
	color: #495865;
	text-decoration: none;
	text-transform: uppercase;
}
#main_nav a:visited {
	color: #495865;
	text-decoration: none;
	text-transform: uppercase;
}
#main_nav a:hover {
	color: #7b2e00;
	text-decoration: underline;
	text-transform: uppercase;
}
#main {
	background-color: #f8f8f8;
	width: 760px;
	background-image: url(imgs/back_ledger.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: 2px solid #7b2e00;
}
#footer {
	background-color: #ffffff;
	background-image:url(imgs/back_footer.jpg);
	background-repeat:repeat-x;
	width: 755px;
	font-size: 0.8em;
	border-top: 1px solid #ffffff;
	color: #545454;
	height: 50px;
	position: relative;

}
#footer a:link {
	color: #545454;
	text-decoration: none;
}
#footer a:visited {
	color: #545454;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.FloatRight {
	padding: 7px;
	float: right;
	width: 240px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	background-color: #F5F2DE;
	border: 2px solid #663333;

}
#content h5 {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 3px 0px 1px;
	font-weight: normal;
	font-size: 16px;

}
.redcolor {
	color: #df5000;
	font-weight: bold;

}
