body {
	margin: 0;
	padding: 0;
	font-family: 'Verdana', verdana, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', arial, helvetica, sans-serif;
	color: #ffffff;
	position: relative;
	background: #3A322E;
	}

/* Normal links */
a:link, a:visited {
	color: #8a1d04;
	 }

a:hover, a:visited:hover {
	color: #aeaeae; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/* Abbreviations */	
abbr { border-bottom: 1px dotted #900; cursor: help; }

*:focus { outline: none }

/*------------------HEADING--------------------*/

h1 {
	margin: 16px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	color: #b80e1f; }

h1 span { color: #666;font-size:0.5em;vertical-align:0.2em }

h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #390; }

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height:15px;
	color: #000; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #390; }
	
h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #069;
	}

h5 span {
	display: block;
	color: #333;
	font-size: 0.8em;
	font-weight: normal; }

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #600; }

/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em; }

/*/*/a{}
body p {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; }
  
html>body p { font-size: small; }
/* */

p.oldbrowsers {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #c00; }

blockquote {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px;
	font-size:11px;
	line-height:17px;
	color: #666; }
	
	
/*------------------FORMS----------------*/

input.txt, textarea.txt {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333; }

select {
	font-size: 11px; }

form {
	display: block;
	margin: 0px;
	padding: 0px; }
	

/*--------------MISCELLANEOUS----------------*/

img { border: none; }
hr { display: none; }

/* Outer bounding box for all pages */
#Frame {
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0;
	width: 474px; 
	background: none;
	}

/* Basic header style applied to H1 element */
/* Phark Image Replacement Technique */
#Header {
	float: left;
	width: 430px;
	margin: 10px 0 15px 0;
}
#Logo {
	position: relative;
	margin:0;
	padding:0px 0px 0px 0;
	height: 78px;
	float: left;
	}
#Logo a {
	position: absolute;
	padding:0px 0px 0px 0;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 78px;
	}

#Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:link:hover, #Logo a:visited:hover {
	background-color: transparent;
	color: transparent;
	}

#Logo a span, #Logo span { display: none; }

#HeaderRight {
	float: right;
	text-align: right;
	padding: 10px 0 0 0;
}

/*--------------SUB NAVIGATION----------------*/
#navigation {
	float: left;
	width: 430px;
	height: 20px;
	margin: 0 0 5px 0px;
	padding: 0;
	position: relative;
	font-size: 11px;
	}
	
#navigation li {
	display: inline;
	margin: 0;
	padding-top: 0px;
	list-style: none;
	position:relative;
	padding: 0 35px 0 0;
	top: 0;
	}

#navigation li.last {
	padding: 0 0px 0 0;
	}
	
#navigation li, #navigation a {
	height: 20px;
	}
	
#BodyText #navigation a:link, #BodyText #navigation a:visited { color: #D3CC98; text-decoration:  none;}
#BodyText #navigation a:hover, #BodyText #navigation a:visited:hover { color: #231D1A;text-decoration: none; }

#BodyText #navigation a.selected:link, #BodyText #navigation a.selected:visited { color: #231D1A; text-decoration:  none;}
#BodyText #navigation a.selected:hover, #BodyText #navigation a.selected:visited:hover { color: #231D1A;text-decoration: none; }

/*---------------LAYOUT BOXES----------------------*/

/* 2-column layout container */
#Content {
	margin: 0px 0 0 0;
	padding: 22px 22px 22px 22px;
	text-align: left;
	width: 430px;
	background: #7f716b;
 }

/* One column only */
#MainCol {
	margin: 0;
	float: left;
	text-align: left;
	padding: 0 0px 0px 0px;
	width: 430px;
}

.menuiconblock {
	float: left;
	width: 430px;
height: 127px;
margin: 0 0 20px 0;
	Background: url(img/menuicon_bg.jpg) no-repeat top #000;
}

.menuicon {
margin: 0 0 0px 0;
width: 430px;
height: 127px;
background: #000;
}
a .menuicon {
	background-color: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
}
a:hover .menuicon {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*------------MISCELLANEOUS-----------------------*/

.searchfield {
border: 1px solid #a9a69f;
height: 18px;
top: 0px;
}

.sectiontitle{
margin: 0px 0 20px 0px;
padding: 0;
}

#BodyText{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #231D1A;
}
#BodyText img{
	padding: 0px;
}
#BodyText p {
	padding: 0px 0px 3px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #231D1A; }

#BodyText #HeaderRight p {
	padding: 0px 0px 3px 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #3A322E; }

#BodyText td p {
	padding: 10px 0px 0px 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	color: #231D1A; }

	
#BodyText h6 {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #434343; }

#BodyText h4{
	padding: 0px 0px 0px 0px; 
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 19px;
	color: #ffffff; }

#BodyText td h4{
	padding: 10px 0px 0px 5px; 
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
	color: #ffffff; }
	
#BodyText h3 {
	padding: 0px 0px 3px 0px; 
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #ff9c1a; }

#BodyText h2 {
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	font-style: italic;
	color: #231D1A; }
	
#BodyText h1 {
font-family: arial, helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 0;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #231D1A; }
	
#BodyText a:link, #BodyText a:visited { color: #D3CC98; text-decoration:  none;}
#BodyText a:hover, #BodyText a:visited:hover { color: #D3CC98;text-decoration: underline; }


/*-------------- Copyright Footer -----------------*/
#Copyright {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	text-align: left;
}
#Copyright h5 {
	margin: 0px 0px 0 0;
	padding: 0px 0 0 0;
	border-bottom: none;
	color: #231D1A;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	}
	
#Copyright a:link, #Copyright a:visited { color: #231D1A; text-decoration: none;}
#Copyright a:hover, #Copyright a:visited:hover { color: #231D1A;text-decoration: underline; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

/* Hide warning from newer browsers */
.oldbrowsers { display: none; }

td.nowrap {
	white-space: nowrap;
	}