body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
background-color:#fff;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
h3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
color: #000099;
}
a:link {
	color: #000;
	
}

a:visited {
  color: #000;
text-decoration: none;  
}

a:hover {
color: #000;
text-decoration: none;
	
}

a:active {
	color: #000;
}

.left { background-color: #f4f4f7; }


#navcontainer { width: 170px; }


#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: #f4f4f7;
border-bottom: 1px solid #000;
font-weight: bold;

}

#navcontainer a:link, #navlist a:visited
{
color: #000;

text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FF9900;
color: #fff;
font-weight: bold;
}
#navcontainer2 ul
{
padding: 0;
margin: 0;
list-style-type: none;
background-color: #FF9900;
color: #FFF;
width: 100%;
font: normal 100% arial, helvetica, sans-serif;
text-align: center;
font-weight: bold;
}

#navcontainer2 li { display: inline; }

#navcontainer2 li a 
{
text-decoration: none;
background-color: #FF9900;
color: #000;
padding: .2em 2em;
border-right: 1px solid #fff;
}

#navcontainer2 li a:hover 
{
background-color: #ff9900;
color: #fff;
font-weight: bold;
}
#navcontainer2 li a:visited 
{
color: #000;
font-weight: bold;

text-decoration: none;
}
.mainbody{
	border: thin solid #000000;
}
.carousel_container {
				width: 750px;
				height: 200px;
				margin: 0px auto;
				border: 0px solid #ffF;
			}
