body{
	margin: 4px 0px 0px 4px;
	padding: 4px 0px 0px 4px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-image: url("../images/bg.gif");
}
td{
	vertical-align: top;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4;
}
#content{
	margin-left: 10px;
	margin-top: 0px;
}
#sidebar{
	margin-top: 1em;
	margin-right: 10px;
}
#footerlinks{
	font-weight: bold;
	border-top: 2px dotted #B25800;
	padding-top: 5px;
	margin-top: 1em;
}
#footerlinks a, #footerlinks a:visited{
	color: #000000;
	font-weight: normal;
}
li {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	list-style: none; 
	line-height: 1.4; 
	background:url("../images/icon_arrow_sm_orange.gif") no-repeat 2px .25em; 
	padding-left: 15px; 
}
ul{
	margin: 0px 0px 1em 5px;
	padding: 0px 0px 1em 5px;
}
/*h1{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}*/
form{
	margin: 0px;
}

/* backend stuff */
.oddrow{
	background-color: #EEEEEE;
}
.evenrow{
	background-color: #F5F5F5;
}
.tableheader{
	font-weight: bold;
	background-color: #F5F5F5;
}
.textfield{
	width: 300px;
}
.descriptionfield{
	width: 300px;
	height: 200px;
}
.combofield{
	width: 300px;
}
.submitbutton{
	width: 100px;
}
.buttons{
	margin: 10px 0px 0px 0px;
}
.caption{
	margin: 1em 0px 0px 0px;
}
.description{
	color: #000000;
	margin: 0px 0px 0px 0px;
}

.desc{

}

.cats{
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
.cats a, .cats a:visited{
	color: #000000;
	font-weight: normal;
}

.selcat{
	color: #E67200;
}

h1{
	font-size: 20px;
	color: #E67200;
	border-bottom: 2px dotted #B25800;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
}
a:visited{
	color: #404040;
}

#banners{
	margin-top: 2em;
	text-align: center;
}
#banners a, #banners:visited{
	color: #000000;
}

.catdesc{
	margin-bottom: 1em;
	margin-top: 2px;
}