/* CSS Document */
html, body, ol, p, h1, h2, h3, h4, h5, h6, form, ul, fieldset {
margin: 0;
padding: 0;
border: 0;
}	 
body	{
	color:#000000;
	margin: 0;
	padding: 0;
	font: x-small/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #5d662d;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.arrow {
	padding-right: 3px;
	vertical-align: bottom;
}

* html body { /*simplified box model hack */
	font-size: xx-small; /*for IE5/Win */
	f\ont-size: x-small;
}
#right_panel {
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 210px;
	background-image: url(../images/panelbk.gif);
}
#wrapper {
	width: 760px;
	border: 1px solid #000000;
	background-color: #ded085;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#banner {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;

}
#background {
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* Hides from IE5-mac \*/
* html #navigation a {height: 1%;}
/* End hide from IE5-mac */ 

#right_panel a {
	color: #2C391D;
}
#left_panel {
	width: 192px;
	color: #DED085;
	float: left;
	font-size: 110%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-image: url(../images/panelbk.gif);
}

#left_panel a {
	color: #FFB800;
}
#navigation {
	background-color: #eba505;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #782213;
	background-image: url(../images/nav.jpg);
	background-color: #FEB703;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BC8003;
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
}


#navigation a  {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#navigation a:hover {
	display: block;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/nav_hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
header {
	color: #212B15;
	background-color: #596D32;
	width: 97%;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 110%;
}
.imageright {
	float: right;
	margin: 3px 3px 3px 5px;
}
#footer {
	font-size: 90%;
	padding-left: 5px;
	background-color: #262d0b;
	color: #828F3F;
	padding-bottom: 2px;
	padding-top: 2px;
}
#right_panel a {
	color: #2C391D;
}
#right_panel ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
#right_panel li {
	padding-bottom: 7px;
}
.storybox {
	width: 96%;
	border: medium double #8A9843;
	padding: 3px;
	margin-bottom: 10px;
}
p {
	padding-bottom: 8px;
}
.header {
	font-weight: bold;
	color: #782213;
	font-size: 100%;
}

.imageleft {
	float: left;
	margin: 3px 7px 3px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5A6E33;
	border-right-color: #5A6E33;
	border-bottom-color: #2C391D;
	border-left-color: #2E391D;
}
.clearall {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}


.storyboxleft {
	width: 46%;
	border: medium double #8A9843;
	margin-bottom: 10px;
	padding: 3px;
	float: left;
}
.storyboxright {
	width: 46%;
	border: medium double #8A9843;
	margin-bottom: 10px;
	padding: 3px;
	float: right;
	margin-right: 8px;
}
form fieldset {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px 3px 5px 5px;
	border: 1px solid #768238;
	width: 60%;
}

form fieldset legend {
	color: #000000;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 90px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
}
form input, form textarea, form radio, form list {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.form_col1 {

	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.storyboxhack {
/* Holy hack not working use this to fix 3 pixel gap on IE 6 */
	width: 96%;
	padding: 1px;
}
#ad {
	padding-right: 0px;
	padding-left: 0px;
	width: 760px;
	text-align: right;
	color: #879540;
}
#ad a {
	color: #879540;
}
#ad a:hover {
	color: #FFB602;
	}
.lineup {
	display: inline;
	margin-top: 5px;
	margin-bottom: -3px;
}
.bigblock {
	width: 95%;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
}
/* hide hack from Mac-IE5 \*/
* html .bigblock { height: 1%; }
/* end hiding */
		
.error {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffcc;
	border: 1px solid #ffcc00;
	width: 98%;
	color: #c60000;
	margin-top: 10px;
	padding-right: 3px;
	padding-left: 5px;
}
.imageL {
	float: left;
	margin: 3px 7px 3px 3px;
}
.imagerightBorder {
	float: right;
	margin: 3px 3px 3px 5px;
	border: 1px solid #6B8047;
}
