body {
	background: url(images/page-bg.gif) repeat-x #fff;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: 13px;
	line-height: 1.5em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	}
address {
	font-size: 13px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
    }
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
	color: #990000;
}
a:active {
	color: #990000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 0px auto;
	background: url(images/content-bg.gif) repeat-y;
}

div#header {
	background: url(images/page-header.gif) no-repeat;
	width: 300px;
	height: 328px;
	position: relative;
	float: left;
}

div#flash {
	width: 300px;
	height: 116px;
	position: absolute;
	left: 0px;
	top: 213px;
}	

div#content {
	width: 500px;
	float: right;
	padding: 49px;
}

div#sidebar {
	width: 248px;
	padding: 30px 50px 30px 2px;
	float: left;
	clear: left;
}

div#footer {
	clear: both;
	height: 50px;
	background: url(images/nav-bg.gif) repeat-x;
}

div#copyright {
	width: 900px;
	margin: 0px auto;
	height: 90px;
	position: relative;
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	color: #000;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #000;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	position: absolute;
	top: 20px;
	right: 20px;
}
	
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	width: 900px;
	height: 46px;
	margin: 0px auto;
	background: url(images/nav-bg.gif) repeat-x;
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 16px 20px 17px 20px;
	margin: 0px;
	border-right: 1px none #ccc;
	color: #fff;
	background: url(images/nav-bg.gif) repeat-x;
	}
	ul#mainnav li a:hover {
	background: url(images/nav-hover-bg.gif) repeat-x;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: url(images/nav-current-bg.gif) repeat-x;
	}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	margin: 0px auto;
	height: 46px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 16px 20px 17px 20px;
	margin: 0px;
	border-right: 1px none #ccc;
	color: #fff;
	background: url(images/nav-bg.gif) repeat-x;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	background: url(images/nav-hover-bg.gif) repeat-x;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div#column {
	width: 200px;
	float: left;
	padding-right: 10px;
}
