body 
{
	margin: 5px;
	font-size: 80%; 
	font-family: verdana, arial; 
	color: black;
	background-color: #F7F9FA;
}

h2
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

div
{
	font-size: 0.95em;
}

td
{
	font-size: 1em;
}

table
{
	font-size: 1em;
}

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:active
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: black;
}

#container
{
	width: 100%;
	height: 100%;
}

#left
{
	width: 70em;
	min-height: 100%;
	border: 1px solid #3D5057;
	background-color: #D9E4E8; 
	float: left;
}

* html #left
{
	width: 70em;
	height: 100%;
	border: 1px solid #3D5057;
	background-color: #D9E4E8; 
	float: left;
}

#right
{
	margin-left: 20px;
	float: left;
	width: 150px;
	height: 55em;
	border: 1px solid #3D5057;
	background-color: #7CA3B0; 
	background-image: url("pix/rlistbg.gif");
	
}

#rightcontent
{
	padding: 5px;
	line-height: 1.4em;
}

#header
{
	height: 80px;
	position: relative;
	background: url(pix/headerbg.png);
}

#headerimg
{
	margin-top: 20px;
	width: 456px;
}

#copy
{
	margin-top: 4px;
	margin-right: 2px;
	float: right;
}

#navtop
{
	background-color: #D9E4E8;
	font-size: 0em;
	background-image: url(pix/navtop.gif);
	height: 10px;

}

#navbottom
{
	background-image: url(pix/navbottom.gif);
	height: 10px;
}
	
#navigation
{
	background-color: #C7D7DD;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#content
{
	padding: 5px;
}


#rlistimg
{
	border-bottom: 1px solid #3D5057;
}


#leftcolumn
{
	font-size: 1em;
	float: left;
	margin-right: 50px;
}

#rightcolumn
{
	font-size: 1em;
	float: left;
}



.imgborder
{
	border: 1px solid black;
}

.box
{
	font-family: verdana, arial;
	font-size: 8pt; margin-bottom: 5px;
	border: 1px solid #3D5057;
	background-color: #F7F9FA;
}
