html {
}
body {
	color: #000;
	background-color: #fffed5;
	width: 100%;
	height: 100%;
	margin: 0 0;
	padding-top: 2px;
	font-family:  arial, helvetica, sans-serif;
}
table, tr {
	background-color: #fffed5;
}
/*******	BASIC FONT STYLES	*******/
p, td, div {
	font-family:  arial, helvetica, sans-serif;
	font-size: small;
}
.green {
	font-family: textile, impact, 'trebuchet ms', sans-serif;
	font-weight: normal;
	font-size: 22px;
	padding: 0px 0px;
	margin: 5px 5px;
}
h1, h2, h3, h4 {
	font-family: textile, impact, 'trebuchet ms', sans-serif;
	font-weight: normal;
	font-size: 22px;
	padding: 0px 20px;
	margin: 5px 5px;
}
h1 {
	color: #900;
	font-size: 28px;
}
h2 {
	color: #363;
	font-size: 24px;
}
h3 {
	color: #900;
	font-size: 20px;
}
h4 {
	color: #363;
	font-size: 18px;
}
a, a:link, a:visited {
	background: transparent;
	text-decoration: none;
}
a, a:link {
	color: #363;
}
a:visited {
	color: #900;
}
a:hover, a:active {
	text-decoration: underline;
}

/*******	SPECIFIC STYLES	*******/
.tag {
	background: #fffed5;
	color: #363;
	padding-left: 2em;
	font-size: 120%;
}
.tag em {
	background: #fffed5;
	color: #900;
	font-size: 88%;
	font-style: italic;
}
td#lc {
	background: url("../images/top-lcorner.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}
td#rc {
	background: url("../images/top-rcorner.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 12px;
}
div#main {
	background-color: #fffce4;
	border: 1px solid #900;
	color: #000;
	padding-left: 10px;
	width: 92%;
	height: 100%;
	text-align: left;
}
/*******	LEFT NAVIGATION	 *******/
div.navbox {
	padding: 0px 0px;
	border: 1px solid #900;
	background-color: #fffce4;
	color: #000;
	font-size: 13px;
/*	font-weight: bold;	*/
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	width: 130px;
	text-align: left;
	white-space: nowrap;
}
div.navbox ul {
	padding: 0px 0px;
	margin-left: 0;
	list-style: none outside;
}	
div.navbox ul li {
	padding-left: 2px;
	margin-bottom: 2px;
	clear: none;
}
div.navbox ul li ul {
	padding-top: 2px;
	padding-bottom: 2px;
}
div.navbox ul li ul li {
	padding-left: 6px;
	margin-bottom: 2px;
	clear: none;
	font-size: 88%;
}
div.navbox a, div.navbox a:link,
div.navbox ul li a, div.navbox ul li a:link {
	color: #363;
	text-decoration: none;
	cursor: pointer;
	padding-left: 8px;
}
div.navbox a:hover, 
div.navbox ul li a:hover {
	text-decoration: none;
	cursor: pointer;
	padding-left: 8px;
	border-bottom: 1px solid #900;
	background: url("../images/sqbullet.gif");
	background-position: left;
	background-repeat: no-repeat;
}

/******** uncomment to use if backend supports ********/
/*
div.navbox a.selected {
	background: none;
	color: #900;
}
div.navbox a.selected:hover {
	border-bottom: 1px solid #900;
	background: none;
	background: url("../images/sqbullet.gif");
	background-position: left;
	background-repeat: no-repeat;
}
*/
.navhead {
	background-color: #363;
	color: #fffce4;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-top: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*******	FOOTER	*******/
.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.footer a {
	color: #900;
	background: none;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
.footer a:hover {
	text-decoration: underline;
}
.cp {
	font-size: 80%;
}

/*******	TOP NAV ON INNER PAGES	*******/
div#topbar {
	width:  800px;
	margin:  0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	text-align: center;
	background: url("../images/topbar.jpg");
	background-position: right;
	background-repeat: no-repeat;
	color: #fffce4;
	border-top: 1px solid #363;
	border-bottom: 1px solid #363;
	white-space: nowrap;
}
div#topbar a, 
div#topbar a:link, 
div#topbar a:visited {
	text-decoration: none;
	cursor: pointer;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background: transparent;
	color: #fffce4;
}
div#topbar a:hover {
	text-decoration: none;
	border-left: 1px solid #fffce4;
	border-right: 1px solid #fffce4;
}