﻿/* Pretty Stuff
================================== */
/* Zero down margin and paddin on all elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	min-width: 900px;
	text-align: center;
}
img {
	border: 0 none;
}
h1 {
	color: #0082c8;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 14px;
}
h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
	text-transform: uppercase;
}
h3 {
	color: #660000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	margin-bottom: 12px;
}
h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-left: 12px;
	margin-top: 0px;
	text-transform: uppercase;
}
h6 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-left: 12px;
	margin-top: 0px;
}
p {
	font-size: 11px;
	line-height: 17px;
}
ul {
	line-height: 17px;
	margin-bottom: 15px;
}
.description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	width: 100%;
}
#headerGradBkg {
	background-image: url(../Images/mainBkg.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 145px;
	text-align: center;
	width: 100%;
}
#headerBkg {
	background-image: url(../Images/headerBkg.gif);
	height: 145px;
	text-align: center;
	width: 100%;
}
#header {
	background-image: url(../Images/header.gif);
	height: 145px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}
#header h1 {
	margin: 0pt;
}

#headerNav
{
	width:100%;
	min-height:35px;
}

#searchNav
{
	Position:relative;
	width:75%;
	height:30px;
	top:8px;
	left:100px;
	float :left;
}

#SocialIcons
{
	Position:relative;
	width:800px;
	height:30px;
	top:15px;
	left:165px;
	float :left;
	display:none;
}

#mainNav {
	float: left;
	height: 35px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 3px;
	position: relative;
	top: 45px;
	width: 900px;
}
#mainNav ul {
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
#mainNav li {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
#mainNav a {
	color: #0082c8;
	display: block;
	font-size: 13px;
	height: 25px;
	line-height: 25px;

	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.mainNavWide a {
	background: #94B8E9 url(../Images/mainNavRolloverWide.gif) no-repeat scroll left bottom;
	color: #0082c8;
	display: block;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 320px;
}
.mainNavWide a:hover {
	background-color: #336699;
	background-position: right bottom;
	color: #ffffff;
}
.mainNavSmall a {
	background: #94B8E9 url(../Images/mainNavRollover.gif) no-repeat scroll left bottom;
	color: #0082c8;
	display: block;
	font-size: 13px;
	height: 25px;
	line-height: 25px;	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 113px;
}
.mainNavSmall a:hover {
	background-color: #336699;
	background-position: right bottom;
	color: #ffffff;
}
.navigateBy {
	color: #0684BF;
	font-size: 14px;
	font-style: italic;
	font-weight: 900;
	height: 25px;
	line-height: 25px;
	margin-right: 15px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}
#mainNav a:hover {
	background-color: #336699;
	background-position: right bottom;
	color: #ffffff;
}
.DynamicMainNav {
	display: none;
}
#mainNav form {
	float: right;
	margin-top: 6px;
	text-align: right;
	width: 300px;
}
#mainNav a.mainNavSelected {
	background-color: #336699;
	background-position: right bottom;
	color: #ffffff;
}
#secondaryNav a.secNavSelected {
	color: #660000;
}
#secondaryNav {
	color: #555555;
	float: right;
	left: 5px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	top: 48px;
}
#secondaryNav a {
	color: #555555;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 30px;
	padding-right: 8px;
	text-decoration: underline;
}
#secondaryNav a:hover {
	color: #0082c8;
}
.loginNav {
	background-color: #0082c8;
	float: right;
	height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
	position:relative;
	top:8px;
	width: 13%;
}
.loginNav a {
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 30px;
}
.loginNav a:hover {
	color: #ffffff;
	text-decoration:none;
}
#content {
	float: right;
	width: 520px;
}
#mainContent {
	float: left;
	margin: 0pt;
	width: 320px;
}
#flashBkg {
	text-align: center;
	height: 333px;
	width: 100%;
	background-color: #FFFFFF;
}
#flashcontent {
	margin-left: auto;
	margin-right: auto;
	width: 916px; /* :KLUDGE: Fixes IE double margin float bug */;
	height: 333px;
	background-color: #FFFFFF;
}

#mainContentDesc2 {
	float: left;
	height: 133px;
	width: 620px;
	text-align: left;
	margin: 20px 0px 0px 20px;
}


#mainContentSubBkg2 {
	background-image: url(../Images/mainContentSubBkg2-new.gif);
	height: 410px;
	text-align: center;
	width: 100%;
	float: left;
}
#mainContentSub2 {
	margin-left: auto;
	margin-right: auto;
	height: 410px;
	width: 916px;
	background-image: url(../Images/subcontentBkgPVM-new.jpg);
}

#mainContentPress {
	float: left;
	height: 133px;
	width: 200px;
	text-align: left;
	margin: 20px 25px 0px 0px;
	padding: 0px 0px 0px 12px;
}



.mainContentDescHeadline2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.mainContentDescBody2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 21px;
	margin-top: 0px;
}

.mainContentPressHeadline {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.mainContentPressBody {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-top: 0px;
}
.mainContentPressBody a:link, .mainContentPressBody a:visited {
	color: #555555;
	text-decoration: none;
}



#mainContentSubBkg {
	background-color: #008BCD;
	height: 200px;
	text-align: center;
	width: 100%;
}
#mainContentSub {
	background-image: url(../Images/subcontentBkg.gif);
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#mainContentSubBkgV2 {
	background-color: #008BCD;
	height: 190px;
	text-align: center;
	width: 100%;
}
#mainContentSubV2 {
	background-image: url(../Images/subcontentBkg.gif);
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#mainContentSubImage1 {
	float: left;
	height: 131px;
	padding: 32px 21px 0px 0px;
	width: 285px;
}
#mainContentSubImage2 {
	float: left;
	height: 131px;
	padding: 32px 21px 0px 0px;
	width: 284px;
}
#mainContentSubImage3 {
	float: left;
	height: 131px;
	padding: 32px 0px 0px;
	width: 285px;
}
#mainContentSubBox1 {
	float: left;
	height: 116px;
	padding: 32px 30px 0px 0px;
	width: 431px;
	background-image: url(../Images/subboxPriceRxLogin.gif);
	background-position: 0px 32px;
	background-repeat: no-repeat;
}
#mainContentSubBox2 {
	float: left;
	height: 116px;
	padding: 32px 0px 0px 0px;
	width: 431px;
}
#mainContentSubBox3 {
	float: left;
	height: 116px;
	padding: 22px 30px 0px 0px;
	width: 431px;
}
#mainContentSubBox4 {
	float: left;
	height: 116px;
	padding: 22px 0px 0px 0px;
	width: 431px;
}
#secondaryContentBkg {
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
}
#secondaryContent {
	background-color: #FFFFFF;
	margin: 0pt auto;
	padding-bottom: 15px;
	padding-top: 25px;
	width: 900px;
}
#secondaryContentImage {
	float: right;
	height: 126px;
	padding-bottom: 15px;
	padding-right: 28px;
	text-align: left;
	width: 630px;
}
#secondaryContentBody {
	float: right;
	padding-bottom: 25px;
	text-align: left;
	width: 658px;
}
#secondaryContentBody ul {
	line-height: 17px;
	list-style-image: url(../Images/greyBullet.gif);
	margin-bottom: 15px;
	padding-left: 25px;
	text-indent: 0px;
}
#secondaryContentBody ul.benefits {
	line-height: 17px;
	list-style-image: url(../Images/greyBullet.gif);
	margin-bottom: 15px;
	padding-left: 45px;
	text-indent: -4px;
}
#secondaryContentText {
	float: left;
	padding-bottom: 25px;
	padding-right: 25px;
	text-align: left;
	width: 398px;
}
#secondaryContentText ul {
	line-height: 17px;
	list-style-image: url(../Images/greyBullet.gif);
	margin-bottom: 15px;
	padding-left: 25px;
	text-indent: 0px;
}
#secondaryContentText ul.benefits {
	line-height: 17px;
	list-style-image: url(../Images/greyBullet.gif);
	margin-bottom: 15px;
	padding-left: 45px;
	text-indent: 0px;
}
#secondaryContentText ul ul {
	margin-bottom: 0px;
}
#secondaryContentSideBar {
	float: right;
	padding-bottom: 25px;
	padding-right: 28px;
	text-align: left;
	width: 200px;
}
#sidebarToolsBkg {
	background-image: url(../Images/bkgGrey.gif);
	border-color: #CCCCCC;
	border-width: 1px;
	float: right;
	margin-bottom: 15px;
	text-align: left;
	width: 200px;
}
#sidebarTools {
	border: 1px solid #CCCCCC;
	float: right;
	padding: 6px 6px 15px 8px;
	text-align: left;
	width: 184px;
}
#sidebarToolsBkg h2 {
	color: #FEE78B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#sidebarToolsBkg p {
	color: #660000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
#sidebarToolsBkg ul {
	line-height: 17px;
	list-style-image: url(../Images/bulletOrange.gif);
	list-style-type: none;
	padding-left: 12px;
}
#sidebarToolsBkg a {
	color: #000000;
	text-decoration: none;
}
#sidebarToolsBkg a:hover {
	color: #660000;
	text-decoration: underline;
}
#sidebarToolsBkg img {
	border: 0pt none;
	vertical-align: bottom;
}
#sidebarToolsBkg .indent {
}
#sidebarRequiredBkg {
	background-image: url(../Images/bkgOrange.gif);
	float: right;
	margin-bottom: 15px;
	text-align: left;
	width: 200px;
}
#sidebarRequired {
	float: right;
	padding: 6px 6px 15px 8px;
	text-align: left;
	width: 186px;
}
#sidebarRequiredBkg h2 {
	color: #FEE78B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#sidebarRequiredBkg p {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 17px;
}
#sidebarRequiredBkg ul {
	line-height: 17px;
	list-style-image: url(../Images/bulletOrange.gif);
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 12px;
}
#sidebarRequiredBkg a {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
#sidebarRequiredBkg a:hover {
	color: #FEE78B;
}
#sidebarRecommendedBkg {
	background-image: url(../Images/bkgBlue.gif);
	float: right;
	margin-bottom: 15px;
	text-align: left;
	width: 200px;
}
#sidebarRecommended {
	float: right;
	padding: 6px 6px 15px 8px;
	text-align: left;
	width: 186px;
}
#sidebarRecommendedBkg h2 {
	color: #CEEBFD;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#sidebarRecommendedBkg p {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 17px;
}
#sidebarRecommendedBkg ul {
	line-height: 17px;
	list-style-image: url(../Images/bulletBlue.gif);
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 12px;
}
#sidebarRecommendedBkg a {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
#sidebarRecommendedBkg a:hover {
	color: #48C3FC;
}
#sidebarFandCBkg {
	background-image: url(../Images/bkgGreen.gif);
	float: right;
	margin-bottom: 15px;
	text-align: left;
	width: 200px;
}
#sidebarFandC {
	float: right;
	padding: 6px 6px 15px 8px;
	text-align: left;
	width: 186px;
}
#sidebarFandCBkg h2 {
	color: #C6FC95;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#sidebarFandCBkg p {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 17px;
}
#sidebarFandCBkg ul {
	line-height: 17px;
	list-style-image: url(../Images/bulletGreen.gif);
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 12px;
}
#sidebarFandCBkg a {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
#sidebarFandCBkg a:hover {
	color: #C6FC95;
}
#localNavBkg {
	margin: 0pt;
	padding: 0pt;
}
.localNav {
	background-repeat: no-repeat;
	border-top: 1px solid #B5B5B5;
	float: left;
	left: 42px;
	margin: 0pt;
	padding: 0pt;
	text-align: left;
	width: 210px;
}
.localNav ul {
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
.localNav div table tr td a {
	background-color: #FFFFFF;
	background-image: url(../Images/localnavHeadBkg.gif);
	border-bottom: 1px solid #B5B5B5;
	color: #11A0CF;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
	padding: 4px 10px 4px 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 180px;
}
.localNav div div table tr td a {
	background-color: #FFFFFF;
	background-image: url(../Images/localnavSubHeadBkg.gif);
	border-bottom: 1px solid #B5B5B5;
	color: #56575A;
	display: block;
	font-size: 11px;
	padding: 4px 10px 4px 0px;
	text-decoration: none;
	text-transform: none;
	width: 200px;
}
.localNav div table tr td a:hover {
	background-image: url(../Images/localnavHeadBkgOn.gif);
	color: #666666;
}
.localNav div div table tr td a:hover {
	background-image: url(../Images/localnavSubHeadBkgOn.gif);
	color: #666666;
}
.localNavBkgImg {
	margin: 0pt;
	padding: 0pt;
	background-color: #336699;
	background-image: url(../Images/localnavBkg.gif);
	color: #666666;
	height: 200px;
}
#localNavBkg {
	background-color: #336699;
	background-image: url(../Images/localnavBkg.gif);
	color: #666666;
	height: 200px;
}
.selected {
	background-position: -1000px 50%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #B5B5B5;
	font-weight: bold;
}
.localNav div table tr td a.selected {
	color: #660000;
}
#footerGradBkg {
}
#footerBkg {
	background-image: url(../Images/footerBkg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 200px;
	text-align: center;
	width: 100%;
}
#footer {
	background-image: url(../Images/footer.gif);
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#footerNav {
	background-image: url(../Images/footerBkg.gif);
	color: #FFFFFF;
	float: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8px;
	height: 26px;
	line-height: 26px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	width: 900px;
}
#footerNav a {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8px;
	line-height: 26px;
}
#footerNav a:hover {
	color: #660000;
}
#footereRxLink {
	float: right;
	height: 30px;
	overflow: hidden;
	position: relative;
	text-align: left;
	text-indent: -9000px;
	top: 15px;
	width: 212px;
}
#footereRxLink p a {
	display: block;
	height: 30px;
	line-height: 30px;
}
.sIFR-flash {
	margin: 0pt;
	visibility: visible !important;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	display: block;
	height: 0pt;
	left: 0pt;
	overflow: hidden;
	position: absolute;
	top: 0pt;
	width: 0pt;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
.sIFR-hasFlash h1 {
	font-size: 35px;
	visibility: hidden;
}
.sIFR-hasFlash h2 {
}
.sIFR-hasFlash h3 {
}
.sIFR-hasFlash h4 {
}
.sIFR-hasFlash h5#pullquote {
}
.trigger {
	cursor: pointer;
}
.trigger:hover {
	background: #91D8F8 none repeat scroll 0%;
	cursor: pointer;
}
.expanded {
	background: #91D8F8 none repeat scroll 0%;
	cursor: pointer;
}
.expanded:hover {
	background: #BAE5F8 none repeat scroll 0%;
	cursor: pointer;
}
.show {
	display: table;
	position: static;
}
.hide {
	height: 1px;
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 100px;
}
#secondaryContentText h5 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#secondaryContentText {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 6px;
}
#secondaryContentText p {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 6px;
}
#secondaryContentText a {
	color: #11A0CF;
	text-decoration: underline;
}
#secondaryContentText a:hover {
	color: #660000;
	text-decoration: none;
}
#secondaryContentText .current {
	background: #FFFF99 none repeat scroll 0%;
	border-bottom: 1px dotted #DADADA;
	border-top: 1px dotted #DADADA;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px;
}
.hidden {
	display: none;
}
.formbox {
	background-color: #F8F9FA;
	border: 1px solid #999999;
	margin: 10px 0pt 0pt;
	padding: 0px;
	text-align: center;
	width: 390px;
	overflow: hidden;
}
.formalignbox {
	text-align: left;
}
.formbox .formheader {
	background-color: #83C9E9;
	font-weight: bold;
	width: 390px;
}
.formbox td {
	padding: 6px;
	vertical-align: top;
}
.formbox label {
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
.formbox input {
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
.formbox textarea {
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
.formbox select {
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
#formerrormessage {
	color: #CC0000;
	font-weight: bold;
}
span.req {
	color: #CC0000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	vertical-align: top;
}
#pricerxBkg {
	background-color: #FFFFFF;
	background-image: url(../Images/PriceRx_Bkg.gif);
	height: 354px;
	text-align: center;
	width: 100%;
}
#pricerxContent {
	background-color: #FFFFFF;
	height: 354px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#msClinicalBkg {
	background-color: #0F2056;
	height: 200px;
	text-align: center;
	width: 100%;
}
#msClinicalContent {
	background-color: #0F2056;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#sidebarClineguideBkg {
	background-image: url(../Images/bkgPurple.gif);
	float: right;
	margin-bottom: 15px;
	text-align: left;
	width: 200px;
}
#sidebarClineguide {
	float: right;
	padding: 6px 6px 15px 8px;
	text-align: left;
	width: 186px;
}
#sidebarClineguideBkg h2 {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#sidebarClineguideBkg p {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 17px;
}
#sidebarClineguideBkg ul {
	line-height: 17px;
	list-style-image: url(../Images/bulletPurple.gif);
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 12px;
}
#sidebarClineguideBkg a {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
#sidebarClineguideBkg a:hover {
	color: #FF6699;
}
#sidebarSimpleBkg {
	float: right;
	margin-bottom: 10px;
	text-align: left;
	width: 200px;
}
#sidebarSimple {
	float: left;
	padding: 0px;
	text-align: left;
	width: 200px;
}
#sidebarSimpleBkg h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#sidebarSimpleBkg p {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 17px;
}
#sidebarSimpleBkg ul {
	line-height: 17px;
	list-style-image: url(../Images/bulletGreen.gif);
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 12px;
}
#sidebarSimpleBkg a {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
#sidebarSimpleBkg a:hover {
	color: #C6FC95;
}
#mainLogolink {
	height: 57px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	text-align: center;
	text-indent: -9000px;
	top: 22px;
	width: 401px;
}
#mainLogolink h1 a {
	display: block;
	height: 57px;
}
.SiteMapContent {
	padding-left: 100px;
	padding-top: 25px;
	padding-bottom: 40px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-align: left;
	width: 100%;
}
#ctl00_HomePageContent {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	color: #999999;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	padding-top: 25px;
	display: none;
}
#legacyTable {
	width: 620px;
	float: left;
}
#legacyTable p {
	margin: 6px;
	padding: 0px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#legacyTable ul {
	margin: 6px 6px 6px 25px;
	padding: 0px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.IE8Fix {
	z-index: 100;
}
#ctl00_HomePageContent1 {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	color: #0099CC;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainBarImage {
	background-color: #0a1c52;
	height: 210px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

