
/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body
	{
	margin: 0;
	padding: 0;
	background: #9D8151 url(../img/bk_red.jpg);
	text-align: center;
	font: small/1.6em "Trebuchet MS", verdana, arial, sans-serif;
	color: #666;
	}
	
/* Normal links */
a:link, a:visited {
	color: #c90;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	/* color: #333; */
	text-decoration: underline;
	}

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}


/*-------------------------------------------------
HEADING TEXT ELEMENTS
-------------------------------------------------*/

h1 {
	font-size: 48px;
	font-weight: normal;
	/*color: #333333; */
	}

h2 {
	margin: 20px 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 20px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", geneva, tahoma, arial, verdana,  helvetica, sans-serif;
	height: 50px;
  	height/* */:/**/36px;
  	height: /**/36px;
	font-weight: normal;
	color: #c90;
	}

h3 {
	font-family: "Trebuchet MS","Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", geneva, tahoma, arial, verdana,  helvetica, sans-serif;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
	}

h4 {
	font-family: "Trebuchet MS","Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", geneva, tahoma, arial, verdana,  helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

h5 {
font-family: "Trebuchet MS","Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", geneva, tahoma, arial, verdana,  helvetica, sans-serif;
	padding: 0;
	/*font-size: 11px;*/
	font-weight: normal;
	/*color: #666;*/
	}

h6 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #c30;
	}

p {
	margin: 0 0 1.0em 0;
	font-size: 12px;
	line-height: 1.5em;
	}

p.first {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 16px;
	color: #999;
	}

p.bodytext {
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 0 0 1.0em 0;
	font-size: 12px;
	line-height: 1.5em;
}

li {
	list-style: square;
	font-size:11px;
	}


/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/

select {
	font: 11px;
        font-family: "Trebuchet MS","Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", geneva, tahoma, arial, verdana,  helvetica, sans-serif;
	background-color: #efefef;
	}

div.spacer {
	clear:both;
	height: 1px;
	overflow: hidden;
	}
	
img { border: none; }
hr { display: none; }