* {
	font-family: Georgia, Times New Roman, serif;
	margin: 0;
	padding: 0;
	text-align: left; /* MSIE hack */
	line-height: 1.4em;
}
body {
	font-size: 12pt;
	line-height: 1.4em;
	border: 0px solid black;
	}

a, div, h1, h2, h3, h4, h5, h6, li, p, table, td, tr, ul {
	border: 0px solid black;
	}

a, ul, li {
	margin-top: 0;
	margin-bottom: 0.4em;
	}
p, a, ul, ol, li {
	font-size: 9pt;
	}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1.4em;
	}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3 { font-size: 10.5pt; }

tr, td {
	margin-top: 0px;
	margin-bottom: 0px;
	}

a { color: green; font-weight: normal; text-decoration: underline; }
a:link {}
a:visited {}
a:hover {background-color: green; color: white;}
a:active {}

a.white { color: white; font-weight: normal; text-decoration: underline; }
a.white:link {}
a.white:visited {}
a.white:hover { text-decoration: none; background-color: white; color: black; }
a.white:active {}

a.black { color: black; font-weight: normal; text-decoration: underline; }
a.black:link {}
a.black:visited {}
a.black:hover { text-decoration: none; background-color: black; color: white; }
a.black:active {}

a.image {}
a.image:link {}
a.image:visited {}
a.image:hover { text-decoration: none; color: white; background-color: white; }
a.image:active {}

/*
div.breadcrumbs { color: white; float: right; font-size: 10px; }
a.breadcrumbs { color: white; font-size: 10px; font-weight: bold; }
a.breadcrumbs:hover { text-decoration: none; background-color: white; color: black; }
*/

#body {
	background-color: #FBF3D0;
	text-align: center; /* MSIE hack */
}

#body_skin {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #ffcc66;
}
#body_skin_inner {
	padding-bottom: 12px;
}
#main_skin_footer {
	background-color: #ffcc66;
	height: 0;
	font-size: 0;
	clear: both;
}
#sidebar {
	float: left;
	width: 165px;
}

#contentbar {
	float: right;
	width: 620px;
	background-color: white;
}
#contentbar_skin {
	padding: 20px;
}
#nav {
	padding: 45px 5px 0 10px;
}
#nav ul, #nav a, #nav li {
	font-size: 12pt;
}
#nav li {
	color: black;
	margin-bottom: 15px;
	list-style-type: none;
	font-size: 0;
}
#nav a {
	font-family: Arial, sans-serif;
	color: black;
	display: block;
	background: url(../images/nav_paw.jpg) top left no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a:hover {
	background: url(../images/nav_paw_hover.jpg) top left no-repeat;
}
#footer {
	margin-left: 165px;
	padding: 12px;
	margin-bottom: 20px;
}
#footer * {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#login_box {
}
#login_box * {
	text-align: left;
}
#permanav, #copyright, #powered_by_sitethingy {
	text-align: right;
}
#permanav {
}
#permanav a {
	margin: 0 0 0 12px;
}
#copyright {
	margin-top: 3px;
}
#powered_by_sitethingy {
	margin-top: 3px;
}
.MM ul {
	display: none;
}
