

body  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	background: #333333 url(images/bagdon-bk.gif) repeat;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header { 
	width: 897px; 
	background: #666666;
	padding: 4px 3px 4px 3px;
	margin: 8px auto 12px auto; /* the auto margins (in conjunction with a width) center the page */
} 

#container { 
	width: 897px;
	background: #666666;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0; /* the auto margins (in conjunction with a width) center the page */
	padding:5px 3px 5px 3px;
	text-align:center;
} 

#container2 { 
	width: 891px;
	background: #ffffff url(images/nav-bk.gif) repeat-y;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align:left;
} 



#sidebar1 {
	float: left; 
	width: 140px; 
	margin: 0;
	padding: 14px 10px 10px 18px; /* padding keeps the content of the div away from the edges */
}
#sidebar1 p { 
	padding: 0 0 16px 0;
	margin: 0px;
	}


#sidebar2 {
	float: right; 
	width: 220px; 
	background: #D0D8DA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0 8px 8px 8px;
}

#sidebar3 {
	float: right; 
	width: 220px; 
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0 8px 8px 8px;
}


#mainContent { 
	margin: 0 230px 10px 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain.  */
	padding: 12px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent2 { 
	margin: 0 30px 10px 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain.  */
	padding: 12px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


p { 
	padding: 0 0 6px 0;
	margin: 0;
	}
	
p.footer { 
	color: #666666;
	font-size: 9px;
	}
p.copyright { 
	color: #999999;
	font-size: 9px;
	}
	
h1  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 10px 16px 0px;
	margin:0;
	color:#333333;
}

h2  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 10px 16px 0px;
	margin:0;
	color:#666666;
}
	
h3  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px 12px 6px 10px;
	margin:0;
}
	
ul{						
list-style-type: disc;
margin: 0;
padding: 0 12px 10px 28px;
}

li{			
list-style-type: disc;			
padding-bottom: 4px;
margin: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.imagefloat { 
	float: right;
	margin: 0;
	padding: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat2 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin: 0;
	padding: 0;
}


a:link {
	color: #637f80;
	text-decoration: none;
}

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

a:hover, active {
	color: #637f80;
	text-decoration: underline;
}


a.nav:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;}
a.nav:visted {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;}

a.nav:hover, a.nav:active{	
	color: #D0D8DA;
	text-decoration: none;
	font-weight: bold;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	background-color: #666666;
	list-style-type: none;
	cursor: default;
	width: 135px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 135px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 135px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 135px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container no border */
ul.MenuBarVertical
{
	border: none;
	background-color: #666666;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #cccccc;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #666666;
	padding: 6px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a gray background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #999999;
	font-weight: bold;
	color: #ffffff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a gray background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #999999;
	font-weight: bold;
	color: #ffffff;
}



/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #666666;
	}
}




