/* Tag Definitions */

BODY {
	margin: 0px;
	background-color: #FFFFFF;
}

P {
	font-family: arial;
	font-size: 10pt
	
}

.body {
	font-family: arial;
	font-size: 10pt
}

P.bold {
	color: #000000;
	font-weight: bold
}

.bold {
	color: #000000;
	font-weight: bold
}

.boldgreen{
	font-family: arial;
	color: #669933;
	font-size: 10pt;		
	font-weight: bold
}

.boldwhite{
	font-family: arial;
	color: #ffffff;
	font-size: 10pt;		
	font-weight: bold
}

P.headings{
	font-family: arial;
	color: #002B5F;
	font-size: 14pt;		
	font-weight: bold
}

P.subheadings{
	color: #669933;
	font-family: arial;	
	font-size:12pt;
	font-weight: bold;	
}

P.subheadingswhite{
	color: #ffffff;
	font-family: arial;	
	font-size:12pt;
	font-weight: bold;	
	margin-left: 15px
}

P.subsections{
	font-family: arial;
	font-size: 10pt;
	margin-left: 15px	
}

LI {
	font-family: arial;
	font-size: 10pt;
}

LI.green {
	color: #669933
}

A.toplinks:link, A.toplinks:visited{
	color:#ffffff;
}

A.toplinks:hover{
	color:#ffffff;
	text-decoration: underline	
}

A:link, A:visited {
	color: #669933;	
}

A:hover {
	color: #669933;	
	text-decoration: underline
}

A.headers:link, A.headers:visited {
	color: #ffffff;	
}

A.headers:hover {
	color: #ffffff;	
	text-decoration: underline
}

/* Container Definitions */
#mainMenuContainer
{
	width: 150px;
	background-color: #A3ADB8;
	vertical-align: top;
	padding-top: 22px
}

#headerContainer
{
	background-color: #253355;
	height: 60px;
}

#hBarContainer
{
	background-color: #A3ADB8;
	height: 2px;
}

#hMenuContainer
{
	text-align: right;
	font-family: Verdana;
	font-size: 11px;
	height: 15px;
}
#contentContainer
{
	height: 100%;
	padding: 15px;
}

#footerContainer
{
	background-color: #253355;
	color: #FFFFFF;
	padding-left: 20px;
	font-family: Verdana;
	font-size: 11px;
	height: 20px;
	vertical-align: middle;
}

/* Submenu Definitions */

DIV.level2menu
{
	position: absolute;
	left: 0px; 
	top: 0px; 
	border:1px solid #9999CC; 
	width: 160px;
	z-index: 2;
	visibility: hidden;
}

TD{
	font-family: arial;
	font-size: 10pt
}

TD.bold{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold
}

TD.level2menu, TD.level2menu_on
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: plain;
    font-weight: normal;
    color: #330066;
    cursor: hand;
	background-color: #CCCCFF;
}
TD.level2menu
{
	background-color: #CCCCFF;
}

TD.level2menu_on
{
	background-color: #E3E3FF;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li a {
	display: block;
	padding: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: plain;
    font-weight: normal;
    color: #330066;
    cursor: hand;
	text-decoration: none;
	background: #CCCCFF;
}
	
#nav li a:hover {
	background: #E3E3FF;
}


/* SECONDARY SECTION TABLES (SYMPTOM RELIEF SECTION)  */



td.rightbar{
	width: 15px;
	background: #253355
}

td.questionbar{
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: plain;
    font-weight: bold;
    color: #ffffff;
	background: #78A45F
}

td.answercell{
	background: #EEF1F6

}

td.blueheader{
    height: 15px;
	background: #253355;

}

#frmContactUs .fieldtitle {
	font: 0.75em arial, verdana; 
	text-align: right; 
	vertical-align: top; 
	padding: 6px 5px 6px 40px; 
}
#frmContactUs .frmContactUsfield {
	width: 250px; 
	font-family: arial, verdana;
}