/* CSS Document */

*


html, body
{
	height:100%;
}

body
{
	background-color: #ACB68F;
	font: small "Trebuchet MS", Arial, Helvetica ,sans-serif;
	color: #7A393A;
}

input, select, textarea
{
	color: #000;
}

table
{
	border: 0;
	border-collapse: collapse;
}

p 
{
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
}

hr 
{
	color: #646C42;
	height:1px;
	clear:both;
}

a 
{
	color: #B23E1E; 
	text-decoration: none;
}

a:hover 
{
	color: #951711; 
	text-decoration: none;
}

h1
{
	margin-bottom: 0.5em;
	color: #6A7058;
	font: italic bold  164% "Georgia", Arial, Helvetica ,sans-serif;
}
h2
{
	margin-bottom: 0.5em;
	color: #AE613C;
	font-size: 118%;
}
h3
{
	margin-bottom: 0.4em;
	color: #AE613C;
	font-size: 112%;
	padding-bottom: 0.2em;
}
h4
{
	margin-bottom: 0.7em;
	color: #879267;
	font: italic bold  114% "Georgia", Arial, Helvetica ,sans-serif;
}

h5
{
	margin-bottom: 0.3em;
	font-size: 90%;
	color: #000;
}

h6
{
	margin-bottom: 0.2em;
	font-size: 78%;
	color: #7A393A;
	font-weight:normal;
}

ol, ul
{
	margin-left: 20px;
	padding: 0 10px 0.8em;
	line-height: 1.3em;
}

ol li{
	padding-bottom:0.8em;;
}

ul li 
{

	list-style-image:  url('../images/bullet.gif');
	text-align: left;
}

ul li a
{
	color: #660000;
	text-decoration:none;
}

ul li a:hover
{
	color: #E9362E;
}



/* FORM ELEMENTS*/

form 
{
	display: inline;
	
}

input, select, textarea
{
	font: 12px "Trebuchet MS", Arial, Helvetica ,sans-serif;
	color: #7A393A;
	border: 1px solid #ACB68F;
	background-color : #EAE4E1;
}

input 
{
	padding: 0 0.2em;
}

textarea
{
	width:200px;
	padding: 0 0.2em;	
}

input.button
{
	width:80px;
	background:#843944;
	color:#FFF;
}

.tickBox 
{
	background-color : transparent;
	height: 12px;
	width: 12px;
}

input.checkbox 
{
	background-color : transparent;
	color: #000;
	height: 12px;
	width: 12px;
	padding:0px;
    margin:0px 5px 0px 0px;
}
.nav, nav:active, .nav:link, .nav:hover, .nav:visited  { PADDING-RIGHT: 2px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; color: #FFFF99; TEXT-ALIGN: left }
