/* Native Health Master Stylesheet 
==================================
colors:     */

/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color:#000; }

a           {color:#009;}
a:hover     {color:#00f;}    
img         {border-width:0;}    
/* Basic Page Elements 
======================*/    
html{ height:100%;}

body
{
    background: url(../images/body.gif) no-repeat 311px 358px;
    margin-top:10px;
}

 

#master
{
    background:  url(../images/faux.gif) repeat-y;}       


/* Default Elements
===================*/
h1
{
    font-size: 13pt;
    margin-bottom: .5em;
    margin-top: 1em;
    color: #0c2577;}

h2
{
    font-size: 11pt;
    margin-bottom: 1em;
    color: #7f0500;}

h3
{	
	font-size: 17pt;
    margin-bottom: .5em;
	color: #0c2577;}
  
p
{
    margin-bottom: 1em;}    

ul, ol
{
    margin-left: 1em;
    margin-bottom: 1em;}

input {
    margin-top: 3px;
    margin-bottom: 3px;
}


/* Sitewide Navigation 
======================*/
#menu
{
    background:#0c2577;}

#nav
{
    margin-left:0;
    list-style:none;    }

#nav li
{
    float:left;
    }

#nav a
{
    text-decoration:none;
    color:#fff;
    padding-left:24px;
    padding-right:24px;
    background: url(../images/separator.gif) no-repeat 0 1px;
    font-size:10pt;
    }    

#nav #firstchild
{
    background:none;}    

#nav a:hover, #nav a.on
{
    color:#9cc5fb;
    }    

/* Main Content Areas 
====================*/
.content
{
    }
table.account{
width: 100%;
}
table.account th{
color:#fff;
font-size        : 18px;
padding: 0px 2px 0px 10px;
background-color: #475eaa;
border-bottom: 1px solid #000000;
}

table.account td{
font-size        : 12px;
padding: 0px 2px 0px 10px;
background-color: #b9c9fe;
border-bottom: 1px solid #000000;
}

/* Footer 
=========*/
.footer 
{
    background:#800601;}

.footer p
{
    margin-bottom:0;
    text-align:center;
    color: #CC9B99;
    font-size: 8pt;}

.footer span
{
    margin-left: 30px;
}

.footer a {
  color: #CC9B99;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.tableStyle
{
	color:Black;
	font-family:Verdana;
	font-size:12px;	
	
	}

.tableheightwidth
{
	height: 16px; 
	width: 19%;
}

/* Specific Overriding Rules 
============================*/
#tagline 
{
    background:  url(../images/header.jpg) no-repeat;}

#tagline h1 
{
    margin-top:13px;
    font-size:19pt;
    font-weight:bold;
    color:#bbb;}    
    
#links
{
    
    text-align:right;
    background:  url(../images/links1.gif) no-repeat top;}

#links p, #linksnav a
{
    font-size:11pt;
    color:#fff;
    margin-right:12px;}    

#loginform
{
    margin-top:5px;}    

#links a
{
    line-height:1.75em;
    color:#fff;
    text-decoration:none;    }    

#linksnav
{
    list-style:none;}    

#linksnav a:hover, #linksnav a.on
{
    color:#9cc5fb;}    

p#defensequote {
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: middle;
}

p#defensequote img {
  float: left;
  padding: 30px 10px 0px 0px;
}

p#clear {
  clear: both;
}
.uppercase { text-transform: uppercase; }

.link_click
{
color:White;
text-decoration:none;
}

.link_click:hover
{
color:Yellow;
text-decoration:none;
}