﻿/* CSS Document */

body{
	margin: auto auto 20px auto;
	background-color: #5c4611;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}


td.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #006699;
}

h1 {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #330000;
	font-weight: 100;
}

h2 {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #330000;
	font-weight: 100;
}

h3 {
	padding: 6px 0px 6px 0px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7C2900;
	font-weight: 100;
}

div#header {
	width: 880px;
	margin: 0 auto 0 auto;
	height: 200px;
}

div#content {
	width: 880px;
	/*background-color: #F7F7E6;*/
	background-color: #F7F7EC;
	margin: 0;
	padding: 0;
}

div#copy {
	width: 820px;
	margin: 0;
	padding: 30px;
}
	

/*------NAVIGATION START--------*/

div#navigation {
    padding: 0;
	margin: 0;
	width: 880px;
	height: 30px;
	background-color: #7C2900;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
    PADDING-TOP: 10px;
}

/*------NAVIGATION END--------*/


/*--------LEFT MENU START---------*/

.leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C2900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	font-weight: normal;
	text-transform: capitalize;
}
.leftmenu a:link {
	padding: 6px 8px;
	color: #BD9E63;
    display: block;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
.leftmenu a:visited {
	padding: 6px 8px;
	color: #BD9E63;
    display: block;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
.leftmenu a:hover {
	padding: 6px 8px;
	color: #7C2900;
    display: block;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
.leftmenuOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C2900;
	padding: 6px 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 10px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

/*--------LEFT MENU END---------*/


/*--------TABLE START---------*/

.tableHeader {
	clear: both;
	background: #5c4611;
	height: 40px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif ;
	color: #FFFFFF;
	text-align: center;	
}

.tdodd {
	font: 11px Arial, Helvetica, sans-serif;
	height: 30px;
	background: #ddd0b3;
	text-align: left;
	color: #000000;
}

.tdeven {
	font: 11px Arial, Helvetica, sans-serif;
	background: #f0e6ce;
	color: #000000;
	height: 30px;
	text-align: left;
}

/*--------TABLE END---------*/


/*------FOOTER START--------*/

div#footer {
	width: 100%;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-align: center;
}

div#footer a {
    COLOR: #F7F7EC;
    TEXT-DECORATION: none;
}

/*--------FOOTER END---------*/

