html, body { border: 0; margin: 0; padding: 0; }
body {			/* The BODY contains the padding that pushes in the SIZER */
	padding: 0 390px;
	margin: 0;
	color: #600;
	background: #CCC url(/images/bkgrd_pagetop.gif) repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	}
#sizer {			/* The SIZER takes a percentage of the space left by the BODY */
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 500px;
	}
#expander {		/* The EXPANDER uses negative margins to push out the sides and take back the space lost to BODY padding */
	margin: 20px -390px;
	min-width: 780px;	/* Critical Safari fix! */
	position: relative;
	}
/************** General Rules *************/
a { text-decoration: none; }
a:link { color: #009; }
a:visited { color: #639; }
a:active { color: #00c; }
a:hover { color: #00c; }
img {
	margin: 0;
	padding: 0;
	border: 0;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
p {
	margin: 0;
	padding: 0;
	}
img.shadow {
	background: url(/images/shadow.gif) no-repeat bottom right;
	padding: 2px 8px 8px 2px;
	}
img.shadowLight {
	background: url(/images/shadowLight.gif) no-repeat bottom right;
	padding: 1px 8px 8px 1px;
	}
/****************** Main Page Structures*****************/
#header h1 {
	margin: 0 0 0 20px;
	padding: 0;
	color: #880000;
	font: bold 185% arial, helvetica, sans-serif;
	}
#header h2 {
	margin: -8px 0 0 20px;
	padding: 0;
	color: #000033;
	font: bold 140% arial, helvetica, sans-serif;
	}
#navmenu {
	width: 90%;
	margin: 20px auto 20px;
	position: relative;
	background: url(/images/nav_right.gif) no-repeat top right;
	}
#nav_left {
	position: absolute;
	width: 10px;
	height: 40px;
	background: url(/images/nav_left.gif) no-repeat;
	}
#navmenu ul {
	display: table;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/nav_separator.gif) no-repeat top right;
	}
#navmenu ul li {
	float: left;
	}
#navmenu ul li a {
	display: block;
	padding: 12px 20px;
	background: url(/images/nav_separator.gif) no-repeat top left;
	}
#navmenu ul li#current {
	padding: 12px 20px;
	background: url(/images/nav_current.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	}
#navmenu ul li a:visited {
	color: #009;
	}
#navmenu ul li a:hover {
	background: url(/images/nav_hover.gif) repeat-x;
	color: #000;
	}
/***************************/
#container {
	width: 100%;
	float: right;
	margin-left: -200px;
	}
#content {
	margin-left: 200px;
	margin-right: 20px;
	}
#content h1 {
	font: bold 120% verdana, arial, helvetica, sans-serif;
	background-color: #BFBFBF;
	padding: 5px 0;
	padding-left: 10px;
	margin: 0 -10px 20px;
	border-bottom: 1px solid #999;	
	}
#box {
	padding: 5px 10px 25px;
	position: relative;
	background: #DFDFDF url(/images/box_top_right.gif) no-repeat top right;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	overflow: auto; /* clear float fix */
	}
#boxTopLeft {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 5px;
	background: url(/images/box_top_left.gif) no-repeat;
	}
#boxBottom {
	position: relative;
	height: 5px;
	background: url(/images/box_bottom_right.gif) no-repeat bottom right;
	}
#boxBottom div {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 5px;
	background: url(/images/box_bottom_left.gif) no-repeat;
	}
/**************************/
#picmenu {
	width: 200px;
	float: left;
	}
#picmenu ul {
	margin: 0 0 0 30px;
	}
#picmenu ul li {
	margin: 0 0 10px;
	}
#picmenu img {
	background: url(/images/shadow.gif) no-repeat bottom right;
	padding: 1px 6px 6px 1px;
	}
/*****************************/
#footer {
	clear: both;
	padding: 20px;
	padding-bottom: 0;
	}
#footer ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	background: url(/images/nav_separator.gif) no-repeat;
	font-size: 85%;
	}
#footer ul li {
	display: inline;
	}
#footer ul li a {
	float: left;
	display: block;
	padding: 0 20px;
	background: url(/images/nav_separator.gif) no-repeat top right;
	}
#footer ul li a:hover {
	color: #000;
	}
div.hr {
	height: 10px;
	width: 90%;
	margin: 10px auto;
	background: url(/images/hr_left.gif) no-repeat;
	}
div.hr hr {
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 8px;
	height: 10px;
	background: url(/images/hr_right.gif) no-repeat top right;
	}
#footer hr {
	clear: left;
	text-align: center;
	}
#footer p {
	color: #8C8C8C;
	font-size: 75%;
	}
#footer p a {
	color: #737373;
}
#footer p a:hover {
	color: #000;
	}