@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	background:url(../img/BG_BODY.gif) top repeat-x #6f7921;
	}

#wrapper {
	width:800px;
	padding:0 12px;
	margin:auto auto;
	}

#masthead {
	height:115px;
	text-align:right;
	margin:auto auto;
	padding:0 12px;
	}
	#masthead img {
		float:left;
		}
	#masthead h4 {
		font-family:'Times New Roman', Times, serif;
		font-size:120%;
		font-weight:normal;
		font-variant:small-caps;
		color:#f2f2f2;
		padding-top:42px;
		margin-bottom:-4px;
		}
	#masthead h2 {
		font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
		font-size:80%;
		font-weight:normal;
		color:#999;
		}

#navigation {
	height:23px;
	text-align:right;
	padding:0 12px;
	margin:auto auto;
	margin-bottom:40px;
	}
	#navigation a, #navigation a:visited {
		height:24px;
		color:#f1f1f1;
		text-decoration:none;
		font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:24px;
		letter-spacing:1px;
		padding:3px 8px;
		margin:0 4px;
		}
	#navigation a:hover {
		background-color:#1f2209;
		}
	#navigation a.on {
		color:#f8951d;
		background:none;
		cursor:default;
		}

#body {
	color:#f2f2f2;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:22px;
	padding:0 12px;
	}
	#body p {
		text-indent:30px;
		padding-bottom:36px;
		text-align:justify;
		}
	#body h3 {
		font-size:120%;
		font-weight:bold;
		}
	#body ul {
		padding-bottom:36px;
		}
	#body li {
		font-weight:bold;
		}
	#body a, #body a:visited {
		color:#f8951d;
		text-decoration:none;
		border-bottom:1px dotted;
		}
	#body a:hover {
		border-bottom:none;
		}
	#body .PIC {
		float:left; margin-right:50px; width:396px;
		}
	#body div img, img.PIC {
		border:2px solid #333;
		padding:16px;
		background-color:#f2f2f2;
		float:right;
		}

#footer {
	color:#f2f2f2;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:right;
	padding:0 12px;
	margin-top:40px;
	}
	#footer a, #footer a:visited {
		color:#999;
		text-decoration:none;
		}

.alignright {float:right;}
.alignleft {float:left;}


/* MISC */

.no-ind {text-indent:0px !important}
.note {font-size:60%}
.orange {color:#f8951d}
.sign {float:right; font-weight:bold}



/* EQUALIZER */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
