/*this style sheet is shared among many pages */

	
body  {
	background-color: #C2C1AD;
	margin-top:0px
	}

#mainNavigation 
{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.mainHeader
{
	font-size:150%;
	font-weight:bold;
	color:#336699;
	margin-bottom:8px;
}

.blueHeader
{
	color: #336699;
	font-weight:bold;
	font-family:Arial,Sans-Serif;
	font-size: 14px;
	line-height:150%;
}

	.blueHeader a
	{
		text-decoration:none;
	}
	
	.blueHeader a:visited
	{
	text-decoration:none;
	color: #336699;
	}
	
	.blueHeader a:hover
	{
	color: blue;
	}

.generalText
{
	color: #000000;
	font-family:Verdana, Sans-Serif;
	font-size: 100%;
	line-height:150%;
	margin-top:0px;
	margin-right:12px;
	margin-bottom:10px
}
	
.contactHCPText
{
	color: #000000;
	font-family:Verdana, Sans-Serif;
	font-size: 85%;
	line-height:120%;
	margin-top:0px;
	margin-right:12px;
	margin-bottom:10px
}


.clear {
	clear:both;
}


/* FOOTER ================================== */
#footer 
{
	background-color:#336699;
	color:white;
	text-align:center;
	font-family:Verdana,Arial, Sans-Serif;
	font-size:10px;
}

#footer a:link,#footer a:visited,#footer a:active {
	font-family:Verdana,Arial;
	font-size:13px;
	text-decoration:none;
	color: #FFFFFF;
}

#footer a:hover {
	color:#B8D3EE;
	text-decoration:underline;
}

.dotted {
    width:95%;
	background-image: url(/_assets/images/dotted.gif);
	background-repeat: repeat-x;
	margin-left:12px;
}


