/* -- STRUCTURE ----------------------------------------------------------------- */

body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial;
	font-size: 10pt;
	width: 1005px;
	height: 100%;
	background: #FFF;
}
div {
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
hr {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	width: 100%;
	height: 1px;
	color: #CCC;
}
#clear {
	clear: both;
}
#wrapper {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
#content_holder {
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
}
#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 1000px;
	height: 130px;
	background: url(../images/header.jpg) top left no-repeat;
}
#header h1, #header h2 {
	display: none;
}

#content_body {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 4px 20px 20px 4px;
}

#generalspacer {
display: block;
height: 6px;
background-color: #FFF;
}

/* -- COLUMN DIMENSIONS ------------------------------------------------------------------ */

#leftcolumn {
	margin: 0 0 0 4px;
	padding: 0 0 0 0;
	width: 160px;
	float: left;
}

#wide_content_body {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 545px;
	float: left;
}

#left_content_body, #library_content {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 350px;
	float: left;
}

#right_content_body {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 185px;
	float: left;
}

#rightcolumn {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 252px;
	float: left;
}
#leftcolumn form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#leftcolumn input.textbutton {
	display: inline;
	border: 0px;
	background: none;
	text-align: right;
	width: 150px;
	font-size: 9pt;
	text-decoration: underline;
}


/* -- NAVIGATION ------------------------------------------------------------------ */

#nav {
	background: url(../images/nav_back.gif) top left repeat-y;
}
#nav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#nav li {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	width: 160px;
}
#nav li.navtop {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/nav_top.gif) top left no-repeat #FFF;
}
#nav li.navfoot {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/nav_foot.gif) top left no-repeat #FFF;
}
#nav li a {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	line-height: 90%;
	color: #006;
}
#nav li a:hover, #nav li a.on, #nav li a.on:hover {
	color: #F60;
}
#nav li.sub a {
	display: block;
	margin: 0 0 0 5px;
	padding: 1px 0 3px 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	line-height: 110%;
	color: #666;
	width: 130px;
}
#nav li.sub a:hover {
	color: #F60;
}

#leftimage {
	margin: 7px 0 0 0;
	padding: 0 0 0 0;
}
#leftimage img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* -- CLINIC FINDER ------------------------------------------------------------------ */

#clinic {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/clinic_back.gif) top left repeat-y;
}
#clinic h2 {
	display: block;
	margin: 0 15px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	color: #FFF;
	text-transform: uppercase;
}
#clinic select {
	width: 140px;
	margin: 5px 0 5px 10px;
	padding: 1px 0 1px 2px;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	color: #000;
}
#clinic a {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	color: #006;
}

#clinic span.top {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/clinic_top.gif) bottom left no-repeat #FFF;
}
#clinic span.foot {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/clinic_foot.gif) top left no-repeat #FFF;
}
#clinic p {
	display: block;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	color: #006;
}



/* -- NEWSLETTER ------------------------------------------------------------------ */

#newsletter {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/subscr_back.gif) top left repeat-y;
}
#newsletter h2, #newsletter_right h2 {
	display: block;
	margin: 0 15px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	color: #FFF;
	text-transform: uppercase;
}
#newsletter input, #newsletter_right input {
	border: 1px solid #000;
	width: 140px;
	margin: 5px 0 5px 0;
	padding: 1px 0 1px 2px;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	color: #000;
}
#newsletter a, #newsletter_right a {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	color: #F60;
}

#newsletter span.top {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/subscr_top.gif) bottom left no-repeat #FFF;
}
#newsletter span.foot {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/subscr_foot.gif) top left no-repeat #FFF;
}
#newsletter p, #newsletter_right p {
	display: block;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	color: #FFF;
}



#newsletter_right {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/right_subscr_back.gif) top left repeat-y;
}
#newsletter_right span.top {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/right_subscr_top.gif) bottom left no-repeat #FFF;
}
#newsletter_right span.foot {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/right_subscr_foot.gif) top left no-repeat #FFF;
}



/* -- MISSION ------------------------------------------------------------------ */

#mission {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/mission_back.gif) top left repeat-y;
}
#mission h2 {
	display: block;
	margin: 0 15px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	color: #FFF;
	text-transform: uppercase;
}
#mission span.top {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/mission_top.gif) bottom left no-repeat #FFF;
}
#mission span.foot {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/mission_foot.gif) top left no-repeat #FFF;
}
#mission p {
	display: block;
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	color: #006;
}

/* -- PaedHIVdisclosure ------------------------------------------------------------------ */

#PaedHIVdisclosure {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/mission_back.gif) top left repeat-y;
}
#PaedHIVdisclosure h2 {
	display: block;
	margin: 0 15px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	color: #FFF;
	text-transform: uppercase;
}
#PaedHIVdisclosure p.darkheader {
	display: block;
	margin: 0 15px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 130%;
	color: #006;
	text-transform: uppercase;
} 
#PaedHIVdisclosure span.top {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/mission_top.gif) bottom left no-repeat #FFF;
}
#PaedHIVdisclosure span.foot {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/mission_foot.gif) top left no-repeat #FFF;
}
#PaedHIVdisclosure p {
	display: block;
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	color: #006;
}
#PaedHIVdisclosure img {
	float: right;
}

/* -- VACANCIES -------------------------------------------------------------- */

#vacancies {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/vac_back.gif) top left repeat-y;
}
#vacancies .vacanciestop {
	dispaly: block;
	width: 252px;
	height: 6px;
	background: url(../images/vac_top.gif) top left no-repeat #FFF;
}
#vacancies .vacanciesfoot {
	dispaly: block;
	width: 252px;
	height: 7px;
	background: url(../images/vac_foot.gif) top left no-repeat #FFF;
}
#vacancies h2 {
	display: block;
	margin: 0 15px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	color: #FFF;
	text-transform: uppercase;
}
#vacancies img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 61px;
}
#vacancies ul {
	margin: -8px 0 0 23px;
	padding: 0 0 8px 0;
}
#vacancies li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: disc;
	width: 229px;
}
#vacancies p {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	font-size: 90%;
	color: #333;
}
#vacancies a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

/* -- BLOG -------------------------------------------------------------- */

#blog {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/vac_back.gif) top left repeat-y;
}
#blog .blogtop {
	dispaly: block;
	width: 252px;
	height: 6px;
	background: url(../images/vac_top.gif) top left no-repeat #FFF;
}
#blog .blogfoot {
	dispaly: block;
	width: 252px;
	height: 7px;
	background: url(../images/vac_foot.gif) top left no-repeat #FFF;
}
#blog h2 {
	display: block;
	margin: 0 15px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	color: #FFF;
	text-transform: uppercase;
}
#blog img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 61px;
}
#blog ul {
	margin: -8px 0 0 23px;
	padding: 0 0 8px 0;
}
#blog li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: disc;
	width: 229px;
}
#blog p {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	font-size: 90%;
	color: #333;
}
#blog a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

/* -- FORUM ------------------------------------------------------------------ */

#forum {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/forum_back.gif) top left repeat-y;
}
#forum span.top {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/forum_top.gif) bottom left no-repeat #FFF;
}
#forum span.foot {
	font-size: 7px;
	line-height: 7px;
	background: url(../images/forum_foot.gif) top left no-repeat #FFF;
}
#forum p {
	display: block;
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	color: #000;
}
#forum p span {
	display: inline;
	margin: 0 0 0 7px;
	padding: 0 0 0 0;
}
#forum a {
	margin: 0 0 0 0;
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%;
	color: #000;
}
#forum p.pic {
	padding: 0 10px 0 10px;
}
#forum span.smalllogo {
display: block;
float: left;
width: 45px;
}
#forum span.floatleft {
display: block;
float: left;
width: 150px;
}
#forum .forumHR {
width: 80%;
height: 1px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background: #FFFFFF;
}

/* -- SPONSOR ------------------------------------------------------------------ */

#sponsor {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 160px;
	background: url('../images/PB_bg.gif') top left repeat-y;
}
#sponsor #PBtop {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 160px;
	height: 8px;
	background: url('../images/PB_top.gif') top left no-repeat;
}
#sponsor #PBbottom {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 160px;
	height: 9px;
	background: url('../images/PB_bottom.gif') top left no-repeat;
}

#sponsor p {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width: 152px;
	margin-left: 4px;
}
#sponsor p img {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}
#sponsor p a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	border: 0;
}
#sponsor p span.left {
	float: left;
	width: 92px;
}
#sponsor p span.right {
	float: left;
	width: 60px;
}
/* 
----------------------------------------------------------------------------------
-- CONTENT AREA ------------------------------------------------------------------
----------------------------------------------------------------------------------
*/


#content_body img {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#content_body span {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
#content_body span.block {
	display: block;
	margin: 0 0 0 0;
	padding: 0 20px 20px 20px;
	width: 100%;
	width: 160px;
	border: 1px solid #CCC;
}

#left_content_body h2, #wide_content_body h2, #library_content h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 120%;
	color: #F60;
	font-family: Georgia, Arial;
}
#left_content_body h3, #wide_content_body h3, #right_content_body h3, #library_content h3 {
	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 100%;
	color: #F60;
	font-family: Georgia, Arial;
	text-transform: uppercase;
}
#left_content_body h4, #wide_content_body h4, #right_content_body h4, #library_content h4 {
	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 100%;
	color: #F60;
	font-family: Georgia, Arial;
}
#library_content p {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
#library_content a {
	color: #006;
}
#left_content_body p, #wide_content_body p {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	width: 100%;
	line-height: 150%;
	font-size: 90%;
	color: #333;
}
#left_content_body span.smalllogo {
display: block;
float: left;
width: 55px;
}
#left_content_body span.floatleft {
display: block;
float: left;
width: 250px;
}
#right_content_body h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 110%;
	line-height: 110%;
	color: #F60;
	font-family: Georgia, Arial;
}


#right_content_body h2 span, #left_content_body h2 span {
	font-weight: normal;
	font-size: 80%;
}

#right_content_body p {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
	line-height: 150%;
	font-size: 80%;
	color: #333;
}

#wide_content_body li {
	font-size: 100%;
	color: #666;
}



#wide_content_body li a {
	color: #006;
}
#left_content_body h2 a, #wide_content_body h2 a {
	color: #F30;
}
#left_content_body p a, #wide_content_body p a {
	color: #F30;
}
#left_content_body a.small, #right_content_body a.small, #wide_content_body a.small {
	color: #006;
	font-size: 80%;
}
#left_content_body ul.docs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	border-top: 1px solid #CCC;
}
#left_content_body ul.docs li {
	margin: 0 0 0 0;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #CCC;
	background: url(../images/doc_icon.gif) center left no-repeat;;
}
#left_content_body ul.docs li a {
	color: #333;
}
#left_content_body li {
	font-size: 80%;
	color: #333;
}



/* 
----------------------------------------------------------------------------------
-- TABLES ------------------------------------------------------------------
----------------------------------------------------------------------------------
*/

table {
	font-size: 90%;
	color: #333;
	border-collapse: collapse;
	border: 1px solid #CCC; 
	table-layout: fixed;
}
table tr.title {
	background: #333;
	color: #FFF;
}
table td {
	padding: 5px;
	border-bottom: 1px solid #CCC; 
	vertical-align: top;
}
table tr.totals {
	background: #F60;
	color: #FFF;
}




#formblock {
	border: 1px solid #CCC;
	padding: 10px;
}
#formblock h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 130%;
	color: #37C;
	font-family: Frutiger, Arial, Verdana;
}
#formblock form {
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
}
#formblock input[type="text"] {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Verdana;
	width: 450px;
}
#formblock select {
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Verdana;
	width: 450px;
}


#content_body a.button {
	display: block;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	height: 20px;
	width: 150px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	color: #000;
	border: 1px solid #666;
	background: url(../images/buttontile.jpg) top left repeat-x;
}
#content_body a.button:hover {
	border: 1px solid #000;
}

#right_content_body ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
#right_content_body li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
#right_content_body li a:hover {
	color: #37C;
	text-decoration: underline;
}
#right_content_body li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
	font-size: 90%;
}

#proceedingslinks {
width: 1005px;
padding: 10px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
	#proceedingslinks img {
	float: left;
	margin-right: 10px;
	}
#proceedingslinks h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 110%;
	line-height: 110%;
	color: #F60;
	font-family: Georgia, Arial;
}
p.darkheading {

}