/* body layout */

body
{
	background-color: #666666;
	color: #434444;
	font: .8em Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px auto;
	margin-bottom:50px;
}

span.author
{
	
	font: .9em Arial, Helvetica, sans-serif;
}


p.green
{
color: #303F17;
font: 1em Arial, Helvetica, sans-serif;
}

p.blue
{
color: #0D343F;
font: 1em Arial, Helvetica, sans-serif;
}

p.orange
{
color: #563700;
font: 1em Arial, Helvetica, sans-serif;
}




#container
{
	margin: 0px auto;
	height: 100%;
	text-align: left;
	width: 950px;
	min-width: 700px;
	overflow: hidden;
	background-color: #ffffff;
}

#myback
{
width: 1043px;
margin: 0px auto;
text-align:center;
background-image:url('images/blue_background.gif');
background-repeat: no-repeat; 
background-position: 0px 0px; 
}



#logo
{
	width:292;
	height: 109px;
	float: left;
}

#header
{
	width:635px;
	float: right;
}

#navigation
{
	width:100%;
	height: 30px;
	float: right;
	margin-top:6px;
	
}

#subnavigation
{
	width:100%;
	float:left;
	background: #ffffff;
	height:1px;
}

#submargin
{
/*margin-left:33px;
margin-bottom:20px;
margin-top:20px;
*/
}



#leftPanel
{
	width: 280px;
	min-height: 400px;
	margin-bottom: 100px;
	background-color: #ffffff;
	float: left;
	margin-top:10px;	
}

#leftPanelhome
{
	width: 280px;
	min-height: 400px;
	margin-bottom: 100px;
	background-color: #ffffff;
	float: left;
	margin-top:0px;	
}

#sitemapPanel
{
	width: 100%;
  	height: 490px;
	border-right: 0px;
	background-color: #ffffff;
	float: left;
}

#sitemap
{
	width: 805px;
	height: 495px;
	margin: 0px auto;
}

#greycallout
{

	margin-top:0px;
	width:270px;
	min-height:348px;
	height:348px;
	background-image:url('images/grey_callout.gif');
	background-repeat: no-repeat; 
	background-position: top left; 

}

#differencecallout
{

	padding-top:10px;
	padding-bottom:10px;
	width:270px;
	min-height:348px;
	height:348px;
	background-image:url('images/difference_callout.gif');
	background-repeat: no-repeat; 
	background-position: top left;  

}

#greencallout
{

	margin-top:0px;
	width:270px;
	min-height:348px;
	height:348px;
	background-image:url('images/solidgreen_callout.gif');
	background-repeat: no-repeat; 
	background-position: top left; 

}

#bluecallout
{

	margin-top:0px;
	width:270px;
	min-height:348px;
	height:348px;
	background-image:url('images/solidblue_callout.gif');
	background-repeat: no-repeat; 
	background-position: top left; 
}

#orangecallout
{

	margin-top:0px;
	width:270px;
	min-height:348px;
	height:348px;
	background-image:url('images/solidorange_callout.gif');
	background-repeat: no-repeat; 
	background-position: top left; 
}


#greyoutlinecallout
{

	margin-top:0px;
	width:270px;
	height:455px;
	background-image:url('images/greyoutline_callout.gif');
	background-repeat: no-repeat; 
	background-position: top left; 

}


#bannerhome /* for homepage, 100% width */
{
	width: 100%;
	height: 100px;
	border-bottom: 2px solid  #D8D8D8;
	float: right;
	background:#D8D8D8;
	margin-top:10px;	
}

/* for subpages, divided width */

#mainContent
{
	width:635px;
	min-height: 250px;
	background-color: #ffffff;
	float: right;
	margin-top:10px;
}

#mainContenthome
{
	width:635px;
	min-height: 250px;
	background-color: #ffffff;
	float: right;
	margin-top:25px;
}


#footer2
{
	margin: 0px auto; 
	text-align: center; 
	width: 950px;
	height: 50px;
	background-color: #ffffff;
	color: #504B4B;
	font-size: .8em;
}

/* padding, margins, text */

#textMargin
{
	
	margin-left:25px;
	margin-right:0px;
	margin-top:30px;
	margin-bottom:30px;
	line-height: 1.5;
	width:100%;
}

#textMarginsub
{
	
	margin-left:25px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:30px;
	line-height: 1.5;
	width:100%;
}

#calloutMargin
{
	width:215px;
	margin-left:30px;
	color:#4C4D4F;

}

#differencecalloutMargin
{
	margin-top:70px;
	width:215px;
	margin-left:33px;
	color:#4C4D4F;

}


#contentMargin
{
	
	margin-bottom:30px;
	margin-right: 25px;
	line-height: 1.5;
}

#logoMargin
{
	margin-top: 10px;
	margin-left: 27px;
}

#headerMargin
{
	margin-top: 35px;
	margin-left: 0px;
}

h1
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #434444;
	font-weight:bold; 
}

h2
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight:bold; 
	color: #434444;
}


/* Links */
a 
{
	color: #00BCE4; text-decoration: underline;
}

a:link 
{
	color: #0093D0; text-decoration: underline;
}

a:visited 
{
	color: #0093D0; text-decoration: underline;
}

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

/* navigation menu */

a.smalllinks 
{
	color: #434444; text-decoration: none; padding-left:5px;
	padding-right:5px;   
}

a.smalllinks:link 
{
	color: #434444; text-decoration: none; padding-left:5px;
	padding-right:5px;   
}

a.smalllinks:visited 
{
	color: #9A9B9B; text-decoration: none; padding-left:5px;
	padding-right:5px;  
}

a.smalllinks:hover 
{
	color: #9A9B9B; text-decoration: underline; padding-left:5px;
	padding-right:5px; 
}

a.smalllinksfirst 
{
	color: #434444; text-decoration: none; padding-left:0px;
	padding-right:5px;   
}

a.smalllinksfirst:link 
{
	color: #434444; text-decoration: none; padding-left:0px;
	padding-right:5px;   
}

a.smalllinksfirst:visited 
{
	color: #9A9B9B; text-decoration: none; padding-left:0px;
	padding-right:5px;  
}

a.smalllinksfirst:hover 
{
	color: #9A9B9B; text-decoration: underline; padding-left:0px;
	padding-right:5px; 
}


#nav
{
	height: 30px;
	text-align: left;
	float:left;
	margin-top:8px;
}

a.navbuttons 
{
	color: #434444; 
	font-size: 1.1em;
	font-weight:bold; 
	text-decoration: none;  
	margin:10px;
}

a.navbuttons:hover 
{
	color: #9A9B9B; 
	font-size: 1.1em;
	font-weight:bold;  
	text-decoration: underline;   


}

a.navbuttons:visited 
{
	color: #9A9B9B; 
	font-size: 1.1em;
	font-weight:bold; 
	text-decoration: none; 

} 

a.navbuttons:active 
{
	color: #434444; 
	font-size: 1.1em;
	font-weight:bold; 
	text-decoration: none; 

} 


a.navbuttonsfirst 
{
	color: #434444; 
	font-size: 1.1em;
	font-weight:bold; 
	text-decoration: none;  
	margin-right:10px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
}

a.navbuttonsfirst:hover 
{
	color: #9A9B9B; 
	font-size: 1.1em;
	font-weight:bold;  
	text-decoration: underline;   


}

a.navbuttonsfirst:visited 
{
	color: #9A9B9B; 
	font-size: 1.1em;
	font-weight:bold; 
	text-decoration: none; 

} 

a.navbuttonsfirst:active 
{
	color: #434444; 
	font-size: 1.1em;
	font-weight:bold; 
	text-decoration: none; 

} 



