body {
	margin: 0 0 0 0px;
	background: #fff url(../files/design/img/bundlogo.gif) no-repeat 0% 0;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px;
}

form { display: inline; }
img {
}
.cover
{ 
	border-style:dashed; 
	border-color: CCC; 
	border-width: 1px; 
	margin-left: 10px;}

a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
	background: transparent;
}
a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	background: transparent;
}
a:active {
	font-weight : normal;
	text-decoration : none;
	color: #CC0000;
	background: transparent;
}
	  
a {
	color: #CC0000
}


h1 {
	color: #cc0000;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	margin-top: 0px;
	padding-top: 0
}
h2 {
	color: #666666;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	margin-top: 2px;
	padding-top: 0;
	margin-bottom: 5px;
}
h3 { 
	color: #666666; 
	font-weight: normal; 
	font-size: 18px; 
	line-height: 28px; 
	margin-top: 
	2px; 
	padding-top: 0 
}

address { margin-top: 300px; margin-left: 5px; font-style: normal; font-size: 0.95em}

.left { 
width: 154px; float: left;
}

#menu { list-style: none; padding: 0 0 0 2px; margin: 5px 0 0 0;  }
	#menu li { margin: 0 25px 0 0; float: left; position: relative; }
		#menu li a { text-decoration: none; color: #006699;}
			#menu li a:hover { color: #fff; }
				#menu ul {position: absolute; overflow: hidden; width: 480px; padding: 0; margin: 18px 0 0 0; top: 0; left: 0; list-style: none; display: none }		
					#menu ul li a { color: #000; }
		
#top {
	height: 140px;
	background: #000 url(../files/design/img/toplogo.gif) no-repeat 0% 0;
	margin-top: 0px;
}

#top .left {
	height: 75px;
	text-align: left;
	padding-top: 14px;
}

#top .right { float: left; padding-left: 24px; padding-top: 14px; height: 75px;}

#content { margin-top: 24px; }

#content .left {
	padding-left: 30px;
	width: 140px;
	background-position: 30px 0px;
}
 
#content .center { padding-left: 44px; width: 440px; margin-right: 40px; float: left; line-height: 1.4em}
#content .center p {margin-top: 0px} 

#content .right {
	padding-left: 24px;
	width: 200px;
	float: left;
	margin-top: 110px;
}

#content .right .header {
	padding: 0 5px 0 10px;
	margin-bottom: 10px;
	font-weight:bold;
	font-size: 14px;
	
} 

#content .right .item {
	padding: 0 5px 0 10px;
	margin-bottom: 10px;
} 

#content .right .item a{
	color: #999999;
} 

#content .right .item a:hover {
	color: #CC0000;
}

.title{ 
	text-decoration:underline;
}

	
Menu Container

#navcontainer
{
width: 12em;
padding: 0 0 0 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #cccccc;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #fff;
margin: 0;
}

#navcontainer li #current
{
	display: block;
	background-color: #cc0000;
	color: #fff;
	text-decoration: none;
}

#navcontainer li a current
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#navcontainer li a 
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	background-color: #fff;
	color: #000;
}
