html>body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin: 0px;
}
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin: 0px;
}
/******paragraph styles******/
p {
	font-size:12px;
	line-height: 18px;
	margin: 0 7px 0 10px;
	padding:5px;
}

/*******heading styles*******/
h1 {
	font-size: 14px;
	color:#000;
	margin-left: 15px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	line-height: 12px;
	color:#000;
	margin: 15px 0 0 15px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:-5px;
	color:#666;
	margin: 5px 0 0 15px;
}
/*******table styles*******/
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#666;
	font-size: 12px;
	text-align: left;
}
/*career opportunities table styles*/
table#careers {
	border: 1px solid #339999;
}
/*career opportunities header styles
table#careers th {
	background-color: #006699;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#fff;
	font-size: 12px;
	text-align: left;	
	padding:5px;
	}*/
/*career opportunities table styles*/
table#details {
	border: 1px solid #BF92BA;
}
/*career opportunities header styles
table#details td, table#details th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;		
	background-color:#DBC2D9;
	}*/
table#details th {
	color:#003366;
	}
table#details .job {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#003366;
	font-size: 12px;
	font-weight:bold;
	}
/*style for forms pages table*/
table#forms {
	border: 1px solid #006699;
	}	
/*style for forms th
#forms th {
	color:#FFFFFF;
	background-color:#006699;
	}*/
/*style for today's date on forms pages*/
.date {
	color:#006699;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #006699;
	}

	
/******list styles******/
li {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	margin-left: 40px;
}
ol {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	margin-left: 40px;
}

/******div styles******/
/*contains all page content*/
#wrap {	
	width:100%;

	}
	
/*sets the location of the logo layer for the content pages*/
#logo_content {
display:none;}

/*sets location of green bar beneath links on content pages*/
#greenbar {
	display:none;
	}
/*hides navigation div*/
#wrapperDiv {
	display:none;
	}
/********navigation styles*******/
#homeBtn, #p7TBtrig10, #p7TBtrig20, #p7TBsub20, #p7TBtrig30, #p7TBtrig40, #p7TBsub40, #p7TBtrig50,
#p7TBtrig60, #p7TBsub60, #p7TBtrig70, #p7TBsub70, #p7TBtrig80, #p7TBsub80, #p7TBtrig90, #P7TabH{ 
	display:none;
	}
/*sets location of content layer on content pages*/
#content {
	position:relative;
	float:left;
	width:100%;
	height: auto;
	padding: 0px;
	}

#dynamic {
	position:relative;
	left:0px;
	width:100%;
	}
#textunderdynamic {
	position:relative;
	left:0px;
	margin-top:20px;
	width:100%;
	}
/*sets location of footer*/
#footer {
	position:relative;
	width:100%;
	border-top: 1px solid #996699;
	}
	
/*just need this to clear floats*/
#clear {
	clear: both;
	padding-bottom:0px;
}

	
/******class styles******/
/*formats for forms*/
.required {
	font-weight:bold;
	color:#03f;
	}
.blue_bold_text {
	color: #0033ff;
	font-weight: bold;
}
/*news header style*/
.newsHead {
	font-size:12px;
	font-weight:bold;
	color:#006699;
}
/*footer paragraph style*/
#footer p {
	font-size: 10px;
	line-height: 12px;
	text-align:center;
	padding-top: 5px;
}

.blue_text {
	color: #0033ff;
}
textarea {font-family:Arial, Helvetica, sans-serif;
padding:5px;
font-size:12px;
}
.formBanner {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	text-align:left;
}
/*hides tabs on tab panel pages- flu info, myHealth*/
#p7tpb1_1, #p7tpb1_2, #p7tpb1_3, #p7tpb1_4, #p7tpb1_5, #p7tpb1_6, #p7tpb1_7{
	display:none;
}
/*#wrap #content #forms textarea {
	text-align: center;
}*/
