@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #F2F2F2;
}

/* ========== */
/* = Header = */
/* ========== */ 

#header p {
	margin: 0;
	text-align: right;
	padding-top: 24px;
	padding-right: 120px;
	line-height: 12px;
	font-size: 11px;
	color: #999999;	
}

#logo a {
	color: #666;	
}

#logo a:hover {
	color: #999999;	
}

#header { 
	background: #FFFFFF;
}

#container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
 

#logo { 
	background-image: url(../images/ui/hepatitis_australia_logo.gif);
	background-repeat:no-repeat;
	height: 111px;
}

/* ============== */
/* = Navigation = */
/* ============== */ 

#navigation {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 34px;
	float: left
}

#navigation p{
	margin: 0px;
	padding: 0px;
 }
  
 
/* ========== */
/* = Banner = */
/* ========== */  
 
#banner{
	clear: both;
	height:128px;
}



/* ================ */
/* = Main Content = */
/* ================ */ 

#content {
	padding-top: 20px;
	padding-left: 20px;
}

#mainContent {
	margin: 0 280px 0 0;
	padding: 0 30px;
}

#title {
	border-bottom: 1px solid #CCCCCC;
	margin-left: 20px;
}



#bodyText {
	margin-left: -1px;
	padding-left: 20px;
	padding-top: 8px;
}
 

#mainContent h1 {
	padding-top: .5em;
	margin: 0;
	font-size: 24px;
	color: #b3291c;
	line-height: 32px;
	font-weight:400
}

#mainContent h2 {
	margin: 10px 0 0 0;
	padding: 20px 0;
	display: block;
	border-top: 1px dotted #CCCCCC;
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #70ae52;
}

#mainContent h3 {
	margin: 0;
	padding-top: 1em;
	padding-bottom: .5em;
	line-height: 14px;
	font-size: 11px;
	color: #999999;
	font-weight:bold;
}

#mainContent h4 {
	padding-bottom: 1em;
	text-align:center;
	margin: 0;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-style:italic;
	font-weight: normal;
	color:#006699;
}

#mainContent h5 {
	margin: 0;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}


#mainContent p {
	margin: 0;
	padding-bottom: 1em;
	line-height: 14px;
	font-size: 11px;
	color: #999999;
}

#mainContent sup {
line-height: 0;
vertical-align:super;
font-size:9px;
}

#mainContent #bookMark {
	margin: 20px 0 0 380px;
}

#mainContent img {
	margin-left: 25px;
}

#mainContent ul {
	margin-top:-6px;
	margin-bottom:6px;
}

#mainContent li {
	margin: 0;
	font-size: 11px;
	color: #999999;
	line-height: 15px;
}

#contentLine {
	border-top: #CCCCCC thin dotted;
	margin: 20px 0;
}


#mainContent a {
	color: #6699cc;
	text-decoration:none;
}

#mainContent a:hover {
	color:#0099FF;
}



#mainContent th {
	border-width:thin;
	border-style:solid;
	border-color:#d9d9d9;
	background:#ebf5eb;
	text-align:center;
	margin: 0;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding: 2px;
	
	
}
	
#mainContent td {
	border-width: thin thin thin thin;
	border-style:solid;
	border-color:#d9d9d9;
	margin: 0;
	line-height: 14px;
	font-size: 11px;
	color: #999999;
	padding: 5px;
	vertical-align:top;	
}

#mainContent td ul {
margin:0 0 0 18px;
padding:0;
}

#mainContent td li {

}


/* =============*/
#columns {
	padding-top: 20px;
}


#column1 {
	width: 200px;
	float:left;
}

#column2 {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
	width: 210px;
	float:left;
}




/* ========== */
/* = Footer = */
/* ========== */ 

#footer {
	background-image:url(../images/ui/footer.jpg);
	background-repeat:no-repeat;
	height: 24px;
	padding: 0px 0 25px 0;
	margin-top: 25px;
} 

#footer p {
	line-height: 14px;
	font-size: 11px;
	font-size:10px;
	color:#999999;
	float:right;
	padding-top:14px;
	padding-right: 20px;
}

#footer a {
	text-decoration:none;
	color:#999999;
}

#footer a:hover {
	color: #666666;
}


/* ======== */
/* = Misc = */
/* ======== */ 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
