body, html {
	background-color: #000;
	color: #000;
	font-family: Arial,Helvetica,  Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin:0;
	padding:0;
	height:100%;
}

a { color:#000; }
h2 {
	color:#b3004b;
	font-size:18px;
}
#wrapper {
	margin: 0 auto;
	width: 831px;
	background-color:#FFF;
	padding:3px;
	
}
#header {
	background: url("/images/masthead.jpg") no-repeat;
	height:120px;
}
.nav {
	height:50px;
	background-color:#a70046;
}
.nav ul {
	display:inline;
	
	padding:0;
	margin:0;
}
.nav li {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	height: 50px;
}

.nav li a {
	float: left;
	display: inline;
	height: 50px;
	text-indent: -9999em;
}

.nav li.navyourbestshot a {
	background:url("/images/nav-wide.gif") no-repeat scroll 0 0;
	width:831px;
}
.nav li.navyourbestshot a:hover {
	background:url("/images/nav-wide-on.gif") no-repeat scroll 0 0;
}


.nav li.navisfree a {
	background:url("/images/nav1.gif") no-repeat scroll 0 0;
	width:218px;
	
}
.nav li.navisfree a:hover {
	background:url("/images/nav1on.gif") no-repeat scroll 0 0;
}
.nav li.navaboutcancer a{
	background:url("/images/nav2.gif") no-repeat;
	width:204px;
}
.nav li.navaboutcancer a:hover{
	/*background:url("/images/nav2on.gif") no-repeat;*/
}

.nav li.navaboutvaccine a{
	background:url("/images/nav3.gif") no-repeat;
	width:141px;
}

.nav li.navquestion a{
	background:url("/images/nav4.gif") no-repeat;
	width:127px;
}
.nav li.navecard a{
	background:url("/images/nav5.gif") no-repeat;
	width:138px;

}
#nav li a {
	display:inline;
	float:left;
	text-indent:-9999em;
}
#leftcopy {
	background-color:#E6E6E6;
	float:left;
	width: 611px;
	text-align:left;
	margin-top:3px;
	margin-right:3px;
	padding-top:30px;
	padding-left:30px;
  min-height:536px;
}
#rightcopy {
	float:right;
	width:186px;
	height:570px;
	padding-top:3px;
}

#bodycontent {
 	width: 831px;
	background:#FFF;
	float:left;
}

#footer {

	margin: 0 auto;
	background-color:#000;
	color:#CCCCCC;
	font-size:11px;
	line-height:12px;
	text-align:justify;
	padding-top:5px;
	width:825px;
	
}
#footer a {

	color:#FFF;
	text-decoration:none;
}


#footerlink {
	height:33px;
	padding-top:7px;
	color:#999999;
	width: 820px;
  clear:both;
}
#footerlink a {
	color:#999;
	text-decoration:none;
}
#footerlink a:hover {
	color:#333333;
}

.errorMessageBG
{
	background-color:#FFF;
	text-align:left;
	color:#000;
	border:1px solid #F00;
	margin-top:-10px;
}

.errorMessageBG .errorMessage
{
	 color:#000;
	 line-height:18px;
	 text-align:left;
}

.errorMessageBG td
{
	 color:#000;
	 padding: 10px;
	 line-height:25px;
}
.errorMessageBG img
{
	display:none;
}

.area { 
	width:50px;
}
.mobile {
	width:105px;
}

input {
	border:1px solid #7F9DB9;
}