/* global tags */

body {
	background: #A77C59;
	margin: 0px;
	padding: 0px;
}
td,body {
	color: #574E2D;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	margin-top: 30px;
	color: #754922;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #ACAB8F;
}
h3 {
	font-size: 120%;
	COLOR: #000000;
	font-weight: bold;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	color: #ACAB8F;
}
a:hover {
	color: #C90F08; 
	text-decoration: underline}
a:link {
	color: #754922;
}
a:visited {
	color: #AB8866;
	text-decoration: none;
}
hr {
	height: 1px;
	border: none;
	color: #754922;
}

/* IDs */

#flag {
	background: url(../images/bg_flag.gif) repeat-x;
}
#shell {
	background: url(../images/bg_shell.gif);
}
#content {
	background: url(../images/bg_content.gif) repeat-y;
}
#content .col1 {
	width: 167px;
	background: url(../images/bg_navtop.jpg) no-repeat right top;
}
#content .col2 {
	width: 593px;
}
#content .navtop {
	background: url(../images/bg_flagnav.gif) repeat-x;
	height: 26px;
}
#content .navtop .ginput {
	padding: 0px;
	border: 1px solid #754922;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #D6D6C3;
	width: 58px;
}
#content p {
	margin-right: 20px;
	margin-left: 20px;
}

/* classes */

.border {
	padding: 6px;
	border: 1px solid #754922;
}
.border-left {
	border-left: 1px solid #754922;
}
.border-bot {
	border-bottom: 1px solid #754922;
}
.sform {
	background-color: #FFFFFF;
	padding: 1px;
	height: 16px;
	width: 100px;
	border: 1px solid #D6D6C3;
}
.ginput {
	padding: 0px;
	border: 1px solid #754922;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #B9B89A;
}
.gtextbox {
	padding: 0px;
	border: 1px solid #574E2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #B9B89A;
}
.tablehead {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #754922;
	background: #BCBB9C;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.seriff {
	font: italic 16px "Times New Roman", Times, serif;
	color: #754922;
}
.required {
	color: #C90F08;
}
.teasers {
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
}
