* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #892500 url(../images/back_sub.jpg) repeat-x top left;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D0D00;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 0.5em;
	color: #892500;
}

h1 {
	letter-spacing: -0.075em;
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #29642A;
}

h2 {
	letter-spacing: 0em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #29642A;
	margin-top: 1.2em;
}

h3 {
	font-size: 1.1em;
}

p {
	margin-top: .5em;
	line-height: 1.3em;
	font-size: 14px;
}

ul, ol {
	line-height: 1.3em;
	font-size: 14px;
	margin-left: 2em;
}

blockquote {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #DC4005;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #892500;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #29642A;
}


hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 807px;
	height: 108px;
	margin: 0 auto;
}

#menu {
	width: 807px;
	height: 42px;
	margin: 0 auto;
}

#photo {
	width: 807px;
	height: 188px;
	margin: auto;
	padding: 0px;
}

#photo .column {
	float: left;
	width: 807px;
	padding-top: 14px;
}


/* Page */

#page {
	width: 807px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	border-top: none;
	background-color: #FFFFFF;
	background-image: url(../images/back_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


/* Content */

#content {
	float: left;
	width: 500px;
	padding: 5px 0px 0px 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 5px 0px 5px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  0 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Sidebars */

.sidebar {
	float: right;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
}

#sidebar2 {
	width: 234px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFC90F;
}

#sidebar2 h2 {
	margin: 0 0 1em 0;
	padding: 0px 0 5px 15px;
	height: 20px;
	background: url(../images/img07.gif) no-repeat left 30%;
	border-bottom: 1px dotted #98B42B;
	color: #C7AC00;
}

#sidebar2 h2 a {
	color: #FFFFFF;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 15px;
	height: 20px;
	background: url(../images/img07.gif) no-repeat left 70%;
	border-bottom: 1px dotted #98B42B;
	color: #C7AC00;
}

#sidebar2 li ul {
	line-height: normal;
	padding-left: 15px;
}

#sidebar2 li li {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.9em;
}

#sidebar2 li a {
	border: none;
	padding-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar2 li a:hover {
	border: none;
	text-decoration: underline;
}

#sidebar2 p a {
	border: none;
	padding-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .8em;
}

/* Calendar */

#calendar {
	margin: 0 auto;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 220px;
	text-align: center;
	border-collapse: collapse;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}

#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar a {
	font-weight: bold;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 807px;
	margin: 0 auto;
	background-image: url(../images/back_content_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #D6A400;
}

#footer a {
	text-decoration: none;
	color: #D6A400;
}

#footer a:hover {
	text-decoration: underline;
	color: #FC3E1A;
}


/* Table */

table {
	background-color: #FFFFFF;
	margin-top:25px;
	border: 1px solid #29642A;
}

.table_title {
	color: #FFFFFF;
	background-color: #29642A;
	padding: 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.table_h {
	font-weight: bold;
	color: #29642A;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.table_numbers {
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
}

.table_numbersTOTAL {
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-weight: bold;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #29642A;
	border-right-color: #29642A;
	border-bottom-color: #29642A;
	border-left-color: #29642A;
	border-top-width: 1px;
	border-bottom-width: 2px;
	background-color: #D2ECD3;
}

.table_TOTAL {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #29642A;
	border-right-color: #29642A;
	border-bottom-color: #29642A;
	border-left-color: #29642A;
	border-top-width: 1px;
	border-bottom-width: 2px;
	background-color: #D2ECD3;
}

.table_register {
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29642A;
}




/* Text */

.smaller {
	font-size: x-small;
}
