@import url('/css/menu.css');

/* DEFAULT ELEMENTS *********/
body {
	background:#DAD9D6 url(/images/page_bg.jpg) repeat-y top center;
	color:#333;
	font-family:Verdana,"Sans-serif";
	font-size:12px;
	font-weight:normal;
	line-height:120%;
	margin:0;
	padding:0;
	}

h1, h2, h3, h4, h5, h6 {
	color:#257926;
	font-family:"Trebuchet MS",Arial,"Sans-serif";
	letter-spacing:-1px;
	margin:0;
	padding:0;
	}

h1 {
	font-size:1.8em;
	}

h2 {
	font-size:1.6em;
	}

h3 {
	font-size:1.4em;
	}

h4 {
	font-size:1.3em;
	}

h5 {
	font-size:1.2em;
	}

h6 {
	font-size:1.1em;
	}

p {
	margin:10px 0;
	}

q {
	font-style:italic;
	}

sup,sub,cite {
	font-size:10px;
	font-style:normal;
	}

small {
	font-size:11px;
	line-height:100%;
	}

big {
	font-size:15px;
	line-height:120%;
	}

blockquote {
	border-color:#9D6606;
	border-style:dashed;
	border-width:1px 0 1px 0;
	font-style:italic;
	margin:1em 40px;
	padding:14px;
	}

blockquote.c {
	border:0;
	text-align:center;
	}

a {
	background:transparent;
	color:#257926;
	text-decoration:underline;
	}

a:hover {
	color:#cc0000;
	}

a img {
	border:0;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	}

fieldset {
	border:1px solid #9D6606;
	margin:0;
	padding:10px 20px;
	}

legend {
	font-family:"Trebuchet MS",Arial,"Sans-serif";
	font-size:1.2em;
	font-weight:bold;
	}

form {
	display:inline;
	margin:0;
	padding:0;
	}

label {
	font-weight:bold;
	padding:2px 10px 2px 0;
	}

input, select, textarea {
	border:1px solid #9D6606;
	font-family:Verdana,"Sans-serif";
	font-size:12px;
	font-weight:normal;
	overflow:auto;
	padding:2px;
	}

input.radio {
	border:0;
	}

input[type="text"]:focus, select:focus, textarea:focus {
	background:#FFFF80;
	}

hr {
	border:0;
 	border-top:1px dashed #257926;
	background-color:transparent;
	height:1px;
	margin:13px 0;
	padding:0;
	}

dl {
	margin:13px 0 0 0;
	padding:0;
	}

dt {
	font-weight:bold;
	}

dd {
	font-weight:normal;
	margin:0 26px 13px 26px;
	padding:0;
	}

/* CUSTOM CLASSES ***********/
.c {text-align:center;}
.l {text-align:left;}
.r {text-align:right;}
.cboth {clear:both;}
.cleft {clear:left;}
.cright {clear:right;}
.fleft {float:left;}
.fright {float:right;}
.ul_padding li {margin-bottom:0.8em;}


/* PAGE TEMPLATE *********/
#page {
	margin:0 auto;
	width:770px;
	}

/* HEADER *********/
#header {
	padding:8px 0 6px 0;
	}

#header_left {
	float:left;
	width:100px;
	}

#header_right {
	float:left;
	padding:0;
	width:670px;
	}

#header_right h1 {
	color:#257926;
	font-size:24px;
	margin:8px 0 8px 0;
	}

#header_right h2 {
	color:#97BA97;
	font-size:18px;
	margin:8px 0 4px 0;
	}

#header_right h3 {
	color:#878787;
	font:9px Verdana;
	margin:4px 0 4px 0;
	}

#header_right h4 {
	background:#fff url(/images/header_h4_bg.gif) no-repeat top left;
	padding-bottom:4px;
	padding-left:20px;
	margin-top:10px;
	}

#header_right h4 a {
	color:#FF6666;
	}

#header_right h4 a:hover {
	text-decoration:underline;
	}


/* CONTENT *********/
#body {
	padding:10px;
	}

#flashcontent {
	margin:14px auto 4px auto;
	text-align:center;
	}

#flash_disclaimer {
	color:#9E9E9E;
	font-size:11px;
	margin:0 auto;
	width:640px;
	}

.footer_referrer_link {
	margin:20px auto 10px auto;
	text-align:center;
	}

.footer_referrer_link a {
	color:#FF6666;
	}

.footer_referrer_link a:hover {
	text-decoration:underline;
	}




