/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Arial,sans-serif;	
	margin: 0px;
	padding: 0px;
	background-color:#c7c6ca;
	background-image: url(Images/bg_grad2.png);
	background-repeat: repeat-x;
	color: #0066cc;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial,sans-serif;
	font-size: xx-large;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wholepage{    
   
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom:0;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	
	padding:0px;
	
    
}

#content {
	
	padding: 25px 40px 25px 40px;
	margin:0px;
	background-image:url(Images/metalbackground.gif);
	text-align:justify;
	font-size:75%;
	

}

#masthead{


	
}

#form{

	
	

	border: 1px solid #000000;
	font-size:100%;

}


/************* #globalNav styles **************/

#globalNav{

font-size: 70%;
padding-bottom: 3px;
padding-left:20px;
border-bottom:1px solid #000000;
background-color: #0066cc;
color: #FFFF00;

}



#globalNav a {
	
	padding: 0px 4px 0px 4px; 
	
}


a.glink, a.glink:visited{
  
  	color: #FFFF00;
	font-weight: bold;
	margin: 0px;
	
	
	
}

a.glink:hover{

	text-decoration: none;
	color: #FFFFFF;
}







/************* #siteInfo styles ***************/

#footer{
	clear: both;
	height: 25px;
	width: 800px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 75%;
	padding-top:8px;
	margin-top: 0px;
	background-color: #c7c6ca;
	
	text-align:center;
	background-image:url(Images/footerbackground.gif);
	background-repeat: repeat-x;

	
	

}
#footer a {
	text-decoration:none;
	color: #0066cc;
	font-weight:bold;
	
}
#footer a:hover{
	text-decoration:none;
	color: #FFFFFF;
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


