/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* ANCHORS                            */
/***********************************************/ 


a, a:link, a:visited  {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:blue;
	}	
	
a:hover {
	color: #000066;	
	}

.menuNav a, menuNav a:visited, menuNav a:link {
	color:#000000;
	text-decoration: none;
	}

.menuNav a:hover {
	text-decoration: none;
	color:#cccccc;	
	}
/*.menuNav a:active{
	text-decoration: none;
	color:#CCCCCC;	
	}
*/		
.menuBtn a, menuBtn a:visited, menuBtn a:link{
	color:#663333;
	text-decoration: none;
	}

.menuBtn a:hover {
	text-decoration: none;
	color:#cccccc;	
	}

/*.menuBtn a:active {
	text-decoration: none;
	color:#cccccc;	
	}	
*/

	
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #330000;
}

h2{
 font-size: 114%;
 color: #663300;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.menuBtn{
	width:100%;
	border:none;
	padding-left: 0px;
	font-size: 0.9em;
	margin-top: 15px;
	text-align: center;
	margin-left: 0px;
	}				

.lgbody{
	font-size:.9em;
	margin:10px; 
	background-color:#ffffff;
	color:#222222; 
	}

.smallfont{
	font-size:small;
	}
	
.leftmenu{
	background-color:#C29C5B;
/*	width:136px; */
	border:none;
	padding:0;
	margin:0;
	text-align:center;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#div_container{
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(images/bg-sky.jpg);
	border: 0;
	}

#centerdiv{
	margin: 0 auto;
	}
	
#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#navBar{
	font-size:0.8em;
	background-color: #9F6800;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainbody{
	width:662px; 
	float:left; 
	border:none;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

