/* PRINT stylesheet */

/* body layout */
body
{
	
	color: #6C6D6D;
	font: 12pt "Times New Roman", "Times", serif;
	text-align: center;
	margin-bottom:0px;
}

#container
{
	text-align: left;
	margin:1 in;
	overflow:visible;	
}

#myback
{
	width: 1043px;
	margin: 0px auto;
	text-align:center;
}



#logo
{
	width:100%;
	height: 120px;
	float: left;
}

#header
{
	width:635px;
	float: left;
	margin-left: 20px;
	display: none;
}

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

#subnavigation
{
	width:100%;
	float: left;
	background: #ffffff;
	display: none;
}

#submargin
{
	margin-left:0px;
	margin-bottom:20px;
	margin-top:20px;
	display: none;
}



#leftPanel
{
	width: 280px;
	min-height: 400px;
	margin-bottom: 100px;
	
	float: left;
	margin-top:25px;
	display: none;
}

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

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

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

#greycallout
{
	display: none;
	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;


}

#greencallout
{

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

}

#bluecallout
{

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

#orangecallout
{

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


#greyoutlinecallout
{

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

}


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

/* for subpages, divided width */

#mainContent
{
	width:7.55in;
	margin:10px;
}

#mainContenthome
{

	margin:1 in;
}


#footer2
{

	width:8.5in;
	margin-top: 1in;
	text-align: left; 
	color: grey;
	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;
	display: none;
}


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

#logoMargin
{
	margin-top: 0px;
	margin-left: 0px;
}

#headerMargin
{
	margin-top: 25px;
	margin-left: 0px;
	display: none;
}

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

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


/* 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: #6C6D6D; text-decoration: none; padding-left:5px;
	padding-right:5px;   
}

a.smalllinks:link 
{
	color: #6C6D6D; 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: #6C6D6D; text-decoration: none; padding-left:0px;
	padding-right:5px;   
}

a.smalllinksfirst:link 
{
	color: #6C6D6D; 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: #6C6D6D; 
	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: #6C6D6D; 
	font-size: 1.1em;
	font-weight:bold; 
	text-decoration: none; 

} 


a.navbuttonsfirst 
{
	color: #6C6D6D; 
	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: #6C6D6D; 
	font-size: 1.1em;
	font-weight:bold; 
	text-decoration: none; 

} 



