/***********************************************/
/* HTML tag styles                             */
/***********************************************/
BODY { font-size: 10pt; font-family: "Arial" }
TABLE { font-size: 10pt; font-family: "Arial" }
table.tablelist th { font-family: Arial; font-size: 10pt; color: #FFFFFF; text-align: left}
table.tablelist td { font-family: Arial; font-size: 10pt;  color: #330000 }

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FF0000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif; font-size: 16pt;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs  (Used in Banner Title)         */
/***********************************************/

#logo{
	position: absolute;
	top: 4px;
	left: 6px;
	
}


#masthead{
	position: absolute;
	top: 0px;
	left: 80px;
	right: 2%;
	width:90%;
	
}
/***********************************************/
/* Component Divs (Used in Banner)             */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 4px 0px 4px 0px;
	color: #ffffff;
	font-weight: normal;
}

/* globalNav styles  (Nav Buttons on Banner)*/

#globalNav{
position: relative;
width: 880px;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("../images/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}



/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

