/* OVERRIDEs */
body{
	margin:0px;
	background-image: url(bg1.gif);
	background-repeat: repeat-x;
	background-color: #3D7148;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#2A223D;
	height:100%;
}
h1{
	margin:0px;
	font-family:georgia,serif;
	font-size:20px;
	color:#304E40;
	letter-spacing: 3px;
	font-style:italic;
	position:relative;
	top:-24px;
	text-align:right;
	border-bottom:1px #304E40 solid;
}
h2{
	color:#7F5A40;
	margin:0px;
	margin-top:8px;
	font-size:14px;
	font-weight:bold;
	font-family:georgia,serif;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px #7F5A40 dotted;
	background-image:url(starsm.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:13px;
}
p{
	margin-top:0px;
	margin-bottom:5px;
	text-indent:16px;
}
p.noindent{
	margin-top:0px;
	margin-bottom:5px;
	text-indent:0px;
}
p.codes{
	margin-top:4px;
	margin-bottom:5px;
	text-indent:0px;
}
a{
	color:#5E7C42;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul li{
	list-style-image:url(starsm.gif);
	list-style-type: disc;
	margin-bottom:4px;
	margin-right:20px;
}
ul ul li{
	list-style-image:url(starsmr.gif);
	list-style-type: disc;
	margin-bottom:4px;
	margin-right:20px;
	position:relative;
	left:-40px;
}
ul p{
	position:relative;
	left:-40px;
}
em{
	font-family:georgia,serif;
	font-size:11px;
	font-style:normal;
	color:#223D27;
}
b{
	font-weight:normal;
	font-style:italic;
}
strong{
	color:#8F7C23;
}
code{
	font-family:"andale mono",monospace;
	font-size:10px;
}
table{
	border:0px;
	margin:0px;
	padding:0px;
}
td{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#2A223D;
	width:50%;
	vertical-align:top;
}

/* FORM ELEMENTs */
input,textarea,select{
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	border:1px #3A4E43 solid;
	background-color:#CAD29F;
	color:#7F5A40;
}


/* CLASSes */
.bodycontent{
	position:relative;
	top:-22px;
}
.footer{
	position:relative;
	left:-7px;
}


/* IDs */	
#bgimage{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

#content{
	position:absolute;
	top:367px;
	left:173px;
	z-index:3;
	width:293px;
	padding-left:7px;
	padding-right:6px;
	background-image: url(txtbg.gif);
}

#textpattern{
	position:absolute;
	top:0px;
	left:173px;
	background-image: url(txtbg.gif);
	height:100%;
	width:306px;
	z-index:1;
}

#nav{
	position:absolute;
	top:289px;
	left:479px;
	width:96px;
	height:133px;
	z-index:2;
}