/* CSS Document */
body {
	margin:0; 
	padding:0;
	background-color: #ffc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #444;
}
a { text-decoration: none; font-weight: bold; }
a:link { color: #36c; }
a:visited {	color: #36c; }
a:hover { color: #f90; }

h1 { color: #363; font-size: 24px; line-height: 26px; font-weight: bold; }
h2 { color: #f90; font-size: 16px; line-height: 18px; font-weight: bold; }
h3 { color: #363; font-size: 12px; line-height: 14px; font-weight: bold; }
h4 { color: #f90; font-size: 12px; line-height: 14px; font-weight: bold; }

.maincontent {
	background-color: #fff;
	background-repeat: repeat-x;
}
.homebox {
	background-image: url(../_images/seedgearsmiddle.gif);
	background-repeat: repeat-x;
}
.tabnav {
	background-image: url(../_images/tab_spacer.gif);
	background-repeat: repeat-x;
}
.topback {
	background-image: url(../_images/tm.gif);
	background-repeat: repeat-x;
}
.toolback {
	background-image: url(../_images/tool-line.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	line-height: 10px;
	color: #999;
}
.toolback a:link {
	font-weight: normal;
	color: #999;
}
.toolback a:visited {
	font-weight: normal;
	color: #999;
}
.toolback a:hover {
	font-weight: normal;
	color: #363;
}
.middleleft {
	background-image: url(../_images/l.gif);
	background-repeat: repeat-y;
	width: 30px;
}
.middlemiddle {
	background-color: #fff;
}
.middlemiddle p, h1, h2, h3, h4{
	text-align: left;
}
.middleright {
	background-image: url(../_images/r.gif);
	background-position: top right;
	background-repeat: repeat-y;
	width: 30px;
}
.bottomback {
	background-image: url(../_images/bm.gif);
	background-repeat: repeat-x;
}
.centered {
	text-align: center;
}
.lefted {
	text-align: left;
}
.qbtop {
	background-image: url(../_images/qb_t.gif);
	background-repeat: repeat-x;
}
.qbleft {
	background-image: url(../_images/qb_l.gif);
	background-repeat: repeat-y;
}
.qbmiddle {
	background-color: #693;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
}
.qbmiddle img{
	margin-right: 10px;
}
.qbright {
	background-image: url(../_images/qb_r.gif);
	background-repeat: repeat-y;
}
.qbbottom {
	background-image: url(../_images/qb_b.gif);
	background-repeat: repeat-x;
}
.sgtop {
	background-image: url(../_images/sg_tm.gif);
	background-repeat: repeat-x;
}
.sgleft {
	background-image: url(../_images/sg_l.gif);
	background-repeat: repeat-y;
}
.sgright {
	background-image: url(../_images/sg_r.gif);
	background-repeat: repeat-y;
}
.sgbottom {
	background-image: url(../_images/sg_bm.gif);
	background-repeat: repeat-x;
}
#footer {
	margin-left:30px;
	margin-right:30px;
	font-size:10px;
	color:#363;
	text-align:center;
}
#footer a {
	color:#363;
	font-weight:normal;
}
#footer a:hover { color: #f90; }
