.container
{
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 0px;
	line-height: 130%;
}

.top
{
	padding: .5em;
	background-color: #fff;
	border-bottom: 0px;
}

.top h1
{
	padding: 0;
	margin: 0;
	text-align: center;
}

.top img
{
	height: 30px;
	padding-top: 15px;
}


.headerline
{
	height: 30px;
	padding-top: 15px;
	margin-top: 0px;	
	background-image: url(/img/headerline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.leftnav
{
	float: left;
	width: 200px;
	margin: 0;
	padding-left: 0px;
	padding-top: 30px;
}

.leftnav ul
{
	padding-left: 15px;
	margin-left: 0;
}

.leftnav li
{
	list-style-type: circle;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: normal;
}

.leftnav a.noborder
{
	color: black;
	text-decoration: none;
}


.leftnav a.noborder:active {
	color: red;
	text-decoration: none;
}

.leftnav a.noborder:visited {
	color: black;
	text-decoration: none;
}

.leftnav a.noborder:visited:hover {
	color: white;
	text-decoration: none;
}

.leftnav a.noborder:hover {
	text-decoration: none;
	color: white;
}

.leftnav a.current {
	color: #FFCC1B;
	text-decoration: none;
}

.leftnav a.current:hover {
	color: white;
	text-decoration: none;
}


/* Rounded box with shadow */
div.uedge {
      width: 100%;
      background-color: rgb(62,110,190);
      background-image: none;
}
div.redge {
      background-image: url(/img/redge.gif);
      background-position: top right;
      background-repeat: repeat-y;
}
div.bedge {
      background-image: url(/img/bedge.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
}
div.ledge {
      background-image: none;
}
div.ulcorner {
      background-image: url(/img/tlcorner.gif);
      background-position: top left;
      background-repeat: no-repeat;
}
div.urcorner {
      background-image: url(/img/trcorner.gif);
      background-position: top right;
      background-repeat: no-repeat;
}
div.blcorner {
      background-image: url(/img/blcorner.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
}
div.brcorner {
      background-image: url(/img/brcorner.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 15px 30px 30px 15px;
}
div.innercontent {
      width: 100%;
}

.content
{
	margin-left: 220px;
	border-left: 0px;
	padding: 1em;
	max-width: 36em;
}

.footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #fff;
	border-top: 1px solid gray;
	font-size: 12px;
}

.footer img
{
	height: 20px;
	width: 66px;
	border: 0;
}

.footer .right
{
	position: absolute;
	left: 80%;
}

.footer a 
{
	margin-right: 10px;
	border: 0;
}

.footer a:hover 
{
       padding-bottom: 0px;
}

.leftnav p 
{ 
	margin: 0 0 1em 0; 
}

.content h2 
{ 
	margin: 0 0 .5em 0; 
}

