/* General */

*, 
html {
     margin: 0;
     padding: 0;
} 
body {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #fcffe9;
	background-color: #0A3F21 !important;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: 0 100px;
	font-size: 13px;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0px 20px 0px;
	font-size: 1em;
}
.small {
    font-size: 0.7em;
}
h1,
h2,
h3,
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f8b125;
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
    font-size: 1.4em;
}
h2 { 
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
a {
    color: #f8b125;
	font-weight: bold;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
img {
     border: 0px;
}
.print {
    display: none;
	visibility: hidden;
}
.extlinkIMG {  
	margin-left: .3em; 
	cursor: pointer;  
}
table p {
	text-align: center;
}

/* Main Construction */

.wrapper {
	text-align: center;
	width: 900px;
	margin: 0 auto 0 auto;
}
.header {
    width: 900px;	
	padding-top: 15px;
}
.flash {
    width: 870px;
	height: 275px;
	background: #0a3f21;
	margin: 0 0 10px 5px;
	border-color: #fcffe9;
	border-width: 4px 10px 4px 10px;
	border-style: solid;
	clear: both;
} 
.body {
    width: 900px;
	padding: 10px;
}
.footer {
    width: 900px;
	clear: both;
	padding-top: 5px;
}

/* Header */

.headerlft {
	width: 250px;
	height: 50px;
	float: left;
	color: #f8b125;
    margin-top: 50px;
}
.headercntr {
    width: 400px;
	height: 50px;
	float: left;
}
.headercntr img {
    text-align: center;
	margin: 0 auto 0 auto;
}	
.headerrgt {
    width: 250px;
	height: 50px;
	float: left;
	color: #f8b125;
	margin-top: 50px;
}
.headerrgt p {	
   text-align: right;
}

/* Body */

.bodylft {
	width: 517px;
	float: left;
	text-align: left;
	padding-right: 16px;
	border-right: 2px solid #0e5c32;
}
.bodyrgt {
    width: 338px;
	float: left;
	margin-left: 16px;
}
.errormsg {
	font-size: 1.2em;
	font-weight: bold;
	color: #E4EA24;
}

/* Footer */

.footer p {
	font-size: 0.7em;
	text-align: center;
}
.footerlft {
	width: 300px;
	float: left;
}
.footercntr {
	width: 300px;
	float: left;
}
.footerrgt {
    width: 300px;
	float: left;
}

/* Gallery */

#gallery {
	width: 873px;
	margin: 0 0 0 -5px;
	float: left;
	background: #0A3F21 !important;
	color: #FFFFFF !important;
}
#gallery a {
    color: #f8b125;
	font-weight: bold;
}
#gallery a:hover,
#gallery a:focus,
#gallery a:active {
    text-decoration: none;
}
.gcBackground1 {
		background: #0A3F21 !important;
}
.gbEven {
	background: #003333;
}
.gbOdd {
    background: #006633;
}
.gbDataTable th {
	background: #003300  !important;
}
