/***********************************************/
/* 3col_leftNav.css                            */
/*                                             */
/***********************************************/

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

body{
	font-family: Arial;
	color: #FFFFFF;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	background-color: #FFFFFF;
}



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

a:hover {
	color: #B89F39;
        text-decoration: underline;
}

a.red:link, a.red:visited  {
      color: #ff0000;
      text-decoration: none;
}
a.red:hover {
      color: #770000;
        text-decoration: underline;
}
a.grey:link, a.grey:visited  {
      color: #444444;
      text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 150%;
 color: #FFFFFF;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 150%;
 color: #000000;

}
h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;

}
h4{
 font-family: Arial,sans-serif;
 font-size: 90%;
 color: #FFFFFF;
 align: center;

}

h5{
 font-family: Arial,sans-serif;
 font-size: 150%;
 color: #0000CC;

}
h6{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #FFFFFF;

}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

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

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

#masthead{
	height: 130px;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#masthead .imgright {
	float: right;
}
#masthead .imgleft {
	float: left;
	position: absolute;
	left: 5px;
	top: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

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

#globalNav{
	color: #cccccc;
	height: 20px;
	background-color: #FFDE09;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC9900;
	border-bottom-color: #CC9900;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

#content{
 float: inherit;
 position:static;
 text-align: center;
 margin-left: 210px;
 margin-top: 10px;
 margin-right: 1px;
 margin-bottom: 1px;
 background: transparent;
 color: #333333;
 padding: 20px;
 z-index: 1;
 }

#leftcol{
 float: left;
 left: 0px;
 width: 200px;
 border: 1px solid #333333;
 background: #043B73;
 color: #333333;
 margin: 0;
 padding: 5px;
 height: 100%;
 z-index: 3;
 }



      

