@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	margin-top: 20px;
	background-color: #c3d1d3;
}
#container   {
	width: 893px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/Images/repeat_background.png);
} 
#inner_container {
	background-image: url(/Images/top_background.png) no-repeat;
}

#header   {
	width: 893px;
	padding: 0 0 0 0px;
	height: 150px;
} 
#bottom {
		background:url(/Images/bottom_background.png) bottom right no-repeat;
		height:12px;
}
h1   {
	margin: 0;
	color: #CC6633;
	font-size: 17px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC6633;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 0px;
}

#sidebarL  {
	float: left;
	margin-left: 0;
	margin-top: 0;
}
#sidebarR  {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
#mainContent  {
	padding-top: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
#footer  {
	padding: 0;
	margin-left: 180px;
	width: 488px;
	margin-top: 25px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
.Callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #657c41;
	margin-bottom: 0px;
}
.footerMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #660066;
	text-align: left;
	margin-left: 0px;
}
.footerMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 18px;
	color: #666666;
	margin-left: 0px;
	text-align: left;
}
.DotLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 0px;
	color: #CC6633;
	margin-bottom: 10px;
	margin-top: 10px;
}
.SidebarRmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #660066;
}
.SidebarRsig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
a:link {
	color: #666666;
}
.News {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
.SidebarSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #657c41;
	padding-top: 10px;
}
.Menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	color: #660066;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/Images/MenuButton.jpg);
	padding-left: 6px;
	margin-bottom: 0px;
}
A.MenuButton:visited
{
    padding-left: 6px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #660066;
}    
A.MenuButton:link
{
    padding-left: 6px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #660066;
}    
A.MenuButton:hover 
{
    color: #660066;
    text-decoration: none;
    font-weight: bold;   
}    
.bul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
    list-style-image: url("/images/ul_bullet.gif");	
}