body {
	margin:0 auto;
	padding:0;
	font-family:Arial, helvetica, sans-serif;
	font-size:100%;
	line-height:1.25em;
	color:#000;
	text-align:center;
	height:100%;
	min-width:800px;
	background:#FFFFFF url(gfx/diamond_plate_bkgd.jpg) top left repeat-x;
}

/*typography*/
a, a:link {
	text-decoration:underline; 
	color:#31694a;
}
a:visited {
	color:#8c827b;
}
a:hover {
	color:#417e58; 
	text-decoration:none;
}
a:active {}
h1 {
	font-size: 1.1em; /* 16x1.1=18px */
	color: #417e58;
	font-weight:500;
}
h2 {
	font-size: 0.9em; /* 16x0.9=14px */
	font-weight: bold;
	color:#31694a;
	text-transform:uppercase;
}
h3 {
	font-size: 0.9em; /* 16x0.9=14px */
	font-weight: bold;
	color:#8c827b;
}
h4 {
	font-size: 0.83em; /* 16x0.83=13px */
	font-weight:bold;
	color:#31694a;
	text-align:center;
}
h5 {
	font-size:1.0em; /*16x1=16px*/
}
h6 {
	font-size:0.9em; /*16x0.9=14px*/

}
img {
	border: 0;
}
ol, ul {
	font-size: 0.75em; /* 16x0.75=12px */
	margin-bottom: 0.1em; 
	text-align:left;
}
p {
	font-size: 0.75em; /* 16x0.75=12px */
	margin: 1em 0em .2em 0em;
}
td {
	padding: 2px 5px;
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}

/*styles*/
div#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
	text-align: left;
}
div#header {
	margin:0 0;
	height:105px;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:url(gfx/green_bar_bkgd.jpg) top left repeat-x;
}
div#tag{width:800px;margin:0 auto 5px auto;padding-left:280px;color:#31694a;font-weight:bold;font-size:1.0em;font-style:oblique;}
div#main-nav {
	width:800px;
	margin: 15px auto 5px auto;
	text-align:center;
}
div#right_col {
	margin:4px 0 0 610px;
	padding:5px 5px;
}
div#left_col {
	float:left;
	width:595px;
}
div#left_col_content {	
	margin: -5px 0 0 0;
	padding:5px 12px;
	background-color:#FFF;
	border-left:1px solid #8C827B;
	border-right:1px solid #8C827B;
}
div#footer {
	text-align:center;
	width:800px;
}
div#footer p {font-size:0.65em;} /*16x0.65=10px*/
.centered {text-align:center;}
.right {text-align:right;}
.green-text {color:#417e58;}
.small-text {font-size:0.65em;} /*16x0.65=10px*/

/*boxes*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin:0 0 10px 0;
	width: 180px;
	text-align:center;
	background: url(gfx/sbbody-r.gif) no-repeat bottom right;
}
.boxhead {
	background: url(gfx/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(gfx/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 8px 5px;
	color: #31694a; 
	font-weight: bold; 
	font-size: 0.8em; 
	border-bottom:1px solid #31694A;
}
.boxbody {
	background: url(gfx/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 4px 10px;
}

