body {
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	margin: 0;
	background-image: url(images/bg.gif);
}

p {
	line-height: 1.4em;
}

h6 {
	margin: 0 0 0 12px;
	padding: 0;
	line-height: 36px;
	color: #961919;
}

a, a:visited, a:active {
	color: #961919;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #666;
}

#wrapper {
	width: 681px;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#header {
	height: 101px;
	margin-top: 20px;
	margin-bottom: 20px;		
}
#content {
	background-image: url(images/body_mid.gif);
	background-repeat: repeat-y;		
}
#right {
	width: 410px;
	float: right;
	padding-top: 11px;
	padding-right: 14px;
}
#left {
	width: 212px;
	float: left;
	padding-top: 11px;
	padding-left: 18px;
}
#footer {
	height: 36px;
	margin-top: 10px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;		
}

/* css for navigation menus  */

#navcontainer {
	margin-top: 10px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: "Times New Roman", Times, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 6px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #444;
width: 160px;
background-color: #999;
background-image: url(images/l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #666;
background-color: #990000;
background-image: url(images/l1_over.gif);
color: #eee;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #ff6600;
background-image: url(images/l1_over.gif);
color: #333;
}