body {
	background-image: url(http://cancerbill.pub30.convio.net/assets/images/int_body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #CCCCCC;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #2B6136;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding-top: 3px;
	margin-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #2B4FBD;
	font-weight: bold;
}
p {
	margin-top: 0px;
}


#topmenu {	
	text-align: right;
	padding-right: 30px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #819FFC;	
}

#topmenu a {
	color: #819FFC;
	text-decoration: none;
	margin-right:20px;
}

#topmenu a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1C73E;
}

#navbar {
	text-align: right;
}

#navbar a {
	color: #819FFC;
	text-decoration: none;
	margin-right: 15px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
}
#navbar a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1C73E;

}

.signuptext {
	font-size:10px;
	padding-left: 40px;
}

.leftpanel {
	background-image: url(http://cancerbill.pub30.convio.net/assets/images/middle_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #031F73;
}

.leftpanelheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
}

.signuptext {
	font-size:10px;
	padding-left:20px;
	padding-right:20px;

}

.mictext {
	font-size: 10px;
	height: 107px;
	width: 97px;
	background-color: #DCC439;
	background-image: url(http://cancerbill.pub30.convio.net/assets/images/min_at_mic_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
.contentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #000;
}






/* NAV - top horizontal nav */
	#nav, #nav ul {padding: 0;margin: 0;list-style: none}
	#nav {
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
	
}
	#nav li {
	position:relative;	
	display:block;
	
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6479b7;
	border-bottom-color: #6479b7;
}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	margin-bottom: 10px;
	background:#7c95e0;
	
	
}
	#nav a:hover {
	color:#0B548D;
	text-decoration: none;
}
	#nav li ul {
	width:220px;
	position: absolute;
	left: -999em;
	border-bottom: 1px solid #3F83B7;
	color: #0B548D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #7c95e0;
}
	#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	z-index:99999;
	margin-left: 1px;
}
	#nav li li {
	float:none;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #6275b0;
	color: #FFFFFF;
}
	#nav li li.last {
	padding-bottom: 20px;
}
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color:#333333;
	padding: 3px 10px;
	text-align: left;
	border-bottom: 1px solid #6275b0;
	text-decoration: none;
}
	#nav li li a:hover {
	color:#0B548D;
	background:#768dd5;
	border-bottom: 1px solid #6275b0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
}
	#nav li.active ul {
	border:none;
	background: #FFFFFF url(/assets/images/dropmenu_bkg.jpg) no-repeat;
	
}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {text-decoration: none;}
	#nav li.active a:hover {color:#7c95e0}	
	#nav li.active li {border:none;border-top: 1px solid #c15c5c;border-bottom: 1px solid #870000}
	#nav li.active li.last {border-bottom: none}
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {color:#fff}
	#nav li.active li a:hover {
	background: #7c95e0;
	color:#fff;
	font-size: .9em;
}	
	#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {
	color:#fff;
	font-weight:bold;

	background: #666;
	font-size: 0.9em;
	text-decoration: none;
}
	#nav img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#nav ul {
	padding: 0px;
}
	/* hide from IE mac \*/
	#nav li {width:auto}
	/* end hiding from IE5 mac */
	

/* SUBNAV - sub nav styling left side */

.navigationItemLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 15px;
	text-transform: uppercase;
}
.navigationItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2B4FBD;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	border-top-style: solid;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: thin;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#subnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}

#subnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.contenttop {
	background-image: url(http://cancerbill.pub30.convio.net/assets/images/int_content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 22px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 10px;
}