﻿body  
{
	background-color: #f2f2f2; 
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;	
	line-height: 1.4;
    font-family: Arial, Verdana, sans-serif;
    /*font-size: 12px;*/
    font-size: 0.750em;
    color: #333366;
    width: 950px;
    margin: 0 auto;
}

img 
{
   border:none;
} 

.errortitle {
  color: #546E96;
  font-weight: bold;
  }
.errortext {
  font-weight: bold;
  }
.errorinstruct {
  }    
/* August 28, 2012 Beginning */
div#skipmenu{
position:relative;
}
div#skipmenu a.skippy{
position:absolute;
top: -1000px;
left:-1000px;
height: 1px;
width: 1px;
overflow:hidden;
}

div#skipmenu a.skippy:active, div#skipmenu a.skippy:focus, div#skipmenu a.skippy:hover{
position: absolute;
top:auto;
left:-102%;
width:100%;
height: 1em;
width: auto;
font-size:1em;
font-weight:bold;
width:100%;
padding-bottom:15px;
color: black;
z-index:100;
text-align:right;
margin-bottom:25px;
}

/* End */

.shadow {
    width: 960px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 10px 1px #888;
    -webkit-box-shadow: 0 0 10px 1px #888;
    box-shadow: 0px 0px 10px 1px #888;
    background-color: white;
}

.header 
{
	width:98%;
	color: #003366;
	font-size: 15px;
	font-weight: bold;
}

.hrsaTagLine
{
    color: #333366;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 28px;
    border-bottom: solid 1px #58534a;
    text-align: right;
    padding-left: 10px;
    background-color: #E1EDF3;
}

.topLink 
{
	/*color: #ffffff;*/
	color: #2b2b55;
	font-weight: bold;
}
.topLink:hover, .topLink:focus  {
	color: #9c0003;
	background-color:#ffffff; 
}

.general_links:hover, .general_links:focus  {
	color: #9c0003;
	background-color:#ffffcc; 
}

a:hover, a:focus  {
	color: #9c0003;
	background-color:#ffffcc; 
}

.banner_td2 
{
    /*padding: 8px 0 8px 20px;*/
    padding: 0 0 0 20px;
    background-color: #FFFFFF;
}
.nav1
{
    height: 6px;
    background: #333366;
}

.nav3
{
    background: #E1EDF3;
    height: 6px;
}

 .h_line 
{
	color: #c0c0c0; 
	background-color: #c0c0c0; 
	text-align: center;
	width: 100%;
	height: 1px; 
	clear: both; 
	border: none;
}

#footer {
    width: 930px;
    height: 85px;
    text-align: center;
    padding-top: 5px;
    font-size: 1.0em;
    background-color: #ffffff;
    padding-left:10px;
}

.nav2
{
    background: #9c0003;
    height: 6px;
}

/* menu */
#nav ul {
	width: 100%;
	float: left;
	/*margin: 0 0 3em 0;*/
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; }
#nav ul li {
	float: left;
	position: relative;
}
#nav ul li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #333366;
	border-right: 1px solid #ccc; }
#nav ul li a:hover, #nav ul li a:focus  {
	color: #9c0003;
	background-color:#ffffff; 
}

/* April 9, 2012 Beginning */
#nav ul li ul      
{
    display: none;
} 

#nav ul li:hover ul 
{     
    display: block;     
    position: absolute;
} 

#nav ul li:hover ul li a 
{     
    display:block;     
    background:#f2f2f2;     
    color:#333366;     
    width: 190px;     
    text-align: left;     
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;    
    border-right: 1px solid #cccccc;         
    /*border-right: none;*/
} 

#nav ul li:hover ul li a:hover      
{
    background:#ffffff;     
    color:#333366;
}

/* April 9, 2012 End */

/*.selected 
{
    background-color: #c2cdf0;
} */
	
/* end of the menu */

/*.welcome 
{
    background-color: #333366;
    color: #ffffff;
    height: 161px;
    padding-top: 30px;
    padding-left: 20px;
    vertical-align: top;
}

.welcome1 
{
    font-weight: bolder;
    font-size: 16px;
}*/

/*.header_right 
{
    height:26px;
    background-color: #f2f2f2;
    color: #333366;
    font-weight:bold;
    font-size: 16px;
    padding-left:10px;
    padding-top: 6px;
}

.content_right 
{
  background-color: #f2f2f2;  
}

.break_right 
{
    background-color: #ffffff;
    height: 6px;
}*/

/*.bullets 
{
    margin-left: -15px;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-right: 0px;
}*/

/*.ul_rightCol 
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding-left: 28px;
}*/

/*.between1 
{
   
    height: 25px;
} */

.titleBar 
{
	font-weight: bold;
	width: 93%;
	border-bottom: solid 1px #003366;
	padding-right: 10px; 
	padding-top: 15px;
	margin-left: 10px;
    margin-right: auto;
}

.divLeftMain 
{
    padding-left: 10px;
    width: 98%;
    padding-right: 10px;
    padding-top: 10px;
}

.breadcrumb 
{
    color: #666666;
    /*margin-bottom: 10px;*/
    margin-top: 10px;
}

#bottom_list {
	width: 100%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
#bottom_list li {
	float: left;
}
#bottom_list li a {
	display: block;
	padding: 8px 65px;
	text-decoration: none;
}

.style1
{
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    width: 212px;
}
.style2
{
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 3px;
    font-size: 12px;
    text-align: left;
    width: 212px;
}
.style3
{
    text-decoration: underline;
}
.style4
{
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}


/*.first 
{
    width: 360px;
    float: left;
}

.second 
{
    float: left;
    width: 35px;
}

.third 
{
    float: right;
    width: 520px;
}*/

.titlebar_new {
	font-weight: bold;
	width: 93%;
	border-bottom: solid 1px #003366;
	padding-right: 10px; 
	/*padding-top: 15px;*/
	margin-left: 10px;
    margin-right: auto;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.0em;
}

/* August 22 */
.chart 
{
    list-style: none;  
}

.li_chart 
{
    width: 260px;
    padding-left:5px;
    margin:0 30px 30px 0; vertical-align:top;
    border: 1px solid gray;
}

.director 
{
    width: 260px;
    padding-left:5px;
    margin:0 30px 30px 0; 
    vertical-align:top;
    border: 1px solid gray;
}

h4 
{
    margin: 0;
}    

.spec_br 
{
    margin:0 20px 20px 0; 
}


/* August 29, 2012 Beginning */
table.chapterList {
	width: 100%;
}
table.chapterList th {
	font-size: 12px;
	font-weight: bold;
	color: #003f5f;
	padding: 2px 7px 2px 7px;
	vertical-align: top;
	text-align: left;
}
table.chapterList td {
	font-size: 12px;
	border-bottom: 1px #cccccc solid;
	padding: 2px 7px 0px 7px;
	vertical-align: top;
	text-align: left;
}
table.chapterList td.indent {
	border-bottom: 1px #e0e0e0 solid;
	padding-left:40px;
}
/* End */

/* September 20, 2012 */
#def_text 
{
    width: 75%;
    margin-left: auto;   
    margin-right: auto;
}

.titlebar_help {
	font-weight: bold;
	width: 93%;
	/*border-bottom: solid 1px #003366;*/
	padding-right: 10px; 
	/*padding-top: 15px;*/
	/*margin-left: 10px;*/
    margin-right: auto;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.0em;
}

.titlebar_home {
	font-weight: bold;
	width: 93%;
	border-bottom: solid 1px #003366;
	padding-right: 10px; 
	/*padding-top: 15px;*/
	/*margin-left: 10px;*/
    margin-right: auto;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.0em;
}

/**************************************************************
 link group reference tags
**************************************************************/
.linkGroup {
	width: 100%;
	text-align:right;
}
.linkGroup a {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#993300;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}
.linkGroup a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#993300;
	text-decoration: underline;
}
.linkGroup a:visited {
	color:#4c7095;
}


/**************************************************************
  Worksheet Styles 
 **************************************************************/
.grid {
	width: 100%; 
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px; 
	color: #000000; 
	text-align: left;
	padding: 0px;
	margin: 0px; 
	border-top: #4f96b8 1px solid;
	border-left: #4f96b8 1px solid;   
}
.grid th {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold; 
	font-size: 11px; 
	color: #003f5f;
	padding: 4px 8px 4px 8px; 
	border-bottom: #4f96b8 1px solid; 
	border-right: #4f96b8 1px solid;	
	background-color: #e0edf3;
}
.grid td {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px; 
	padding: 2px 8px 2px 8px;  
	border-bottom: #4f96b8 1px solid; 
	border-right: #4f96b8 1px solid;  
	background-color: #ffffff;
}
