/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-size: 12px;
	line-height:normal;
	color:#333333;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #000099;
	text-decoration: underline;
}

h1{
	 font-family: Arial,sans-serif;
	 font-size: 1.5em;
	 font-weighht:bold;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
}

h2{
	 font-family: Verdana, Arial,sans-serif;
	 font-size: 1.2em;
	 font-weight:bold;
	 color: #334d55;
	 margin: 0px;
	 padding 6px;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#containerout {
	width: 970px; /* IMPORTANT: Keep the width of the footer same as the width of container out*/
	min-height: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	background-color: #fff;
}

#footer {
	width: 970px; /* IMPORTANT: Keep the width of the footer same as the width of container out*/
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	background-color: #fff;
}
#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height:100px;
	background-image:url("images/header.JPG");
	background-repeat:no-repeat;
}

#leftBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	height:500px;
}

#locationBox{
	min-height:100px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	width:95%;
}

#locationBox p{
	margin: 3px 2px 0px 3px;
}


#rightBar{
  	float:right;
	width: 20%;
}

#content{
	font-size:110%;
	float: left;
  	width: 58%;
	margin-right:10px;
	line-height:18px;
}


/***********************************************/
/* Components                                  */
/***********************************************/


/************* #globalNav styles **************/

#footerNav{
	padding: 3px 5px 5px 5px;
	width:100%;
	height:22px;
	text-align:left;
	background-image:url("images/footer.jpg");
	background-repeat:no-repeat;
}
#footerNav img{
 display: block;
}

#footerNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

#globalNav{
	padding: 3px 5px 5px 5px;
	width:100%;
	height:22px;
	text-align:left;
	background-image:url("images/msgBar.jpg");
	background-repeat:no-repeat;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}



a.fancy{
color:#F86503;
text-decoration:underline;
font-weight:bold;
}
a.fancy:visited {color:#F86503;}
a.fancy:hover {color: #008f13;}
a.fancy:active { color:#008f13;}


a.simple{font-size:10px; font-weight:normal; color:#0000FF; text-decoration:none;}
a.simple:active{color:#0000FF; text-decoration: none;}
a.simple:hover{color:#0000FF; text-decoration:underline;}


