#doc {
    margin:auto; /* center in viewport */
    width: 990px; /* fix page width */
	font-family: Arial, Helvetica, sans-serif; /* set font style */
}

/* arbitrary content styling */

.yui3-g .content {
	margin:10px 10px 20px 0;
	padding-bottom:10px;
}

.yui3-g .content h2{
	color:rgb(22,170,158);
	font-size:2em;
	border-bottom: 2px solid rgb(22, 170, 158);
	margin-bottom:10px;
}

.yui3-g .content h2.resource{
	color:rgb(22,170,158);
	font-size:2em;
	border-bottom: 2px solid rgb(22, 170, 158);
	margin-bottom:30px;
}

.yui3-g .content h3{
	color:rgb(22,170,158);
	font-size:1.5em;
	margin-bottom:4px;
}

.yui3-g .content h6{
	color:rgb(22,170,158);
	font-size:1em;
	font-weight:bold;
	padding-bottom:4px;
}

.yui3-g .content h4{
	color:rgb(22,170,158);
	font-size:1.1em;
	padding-bottom:5px;
	font-weight:bold;
}

#hd, #ft {
    min-height: 100px;
}

#hd {
	background-image:url(../images/header-bg3.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.agreen{
	background-color:rgb(22,170,158);
	color:white;
	font-size:1em;
	font-style:italic;
	padding:5px;
	min-height:160px;
	border-top:2px #999 solid;
}

.lgreen{
	background-color:rgb(89,209,199);
	background-image:url(../images/7th.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#000000;
	font-size:1em;
	font-style:italic;
	padding:5px;
	min-height:160px;
	border-left:2px #999 solid;
	border-right:2px #999 solid;
	border-top:2px #999 solid;
}

#navbar {
	height: 30px;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

.recent{
	color:rgb(22, 170, 158);
	font-style:italic;
}

.content ul.countrylink {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

.content ul.countrylink a {
	text-decoration:none;
	color:#666666;
}

.content ul.countrylink a:hover {
	color:rgb(22, 170, 158);
}

ul.links {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4em;
	font-style:normal;
}

ul.links a {
	text-decoration:none;
	color:#fff;
}

ul.links a:hover {
	color:#ccc;
}

.content ul.ccardlink {
	font-size:1em;
	font-weight:bold;
}

.content ul.ccardlink a {
	text-decoration:none;
	color:rgb(22, 170, 158);
}

.content ul.ccardlink a:hover {
	color:#666666;
}

p {
margin-bottom:0.8em;
}

p.newsevent {
	font-style:italic;
}

p.event {
	font-weight:bold;
	color:#666666;
}

.more a {
	font-size:0.8em;
	font-weight:bold;
	color:rgb(22,170,158);
	text-decoration:none;
	text-align:right;
}

.fleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.cleft {
	clear:left;
}

.tleft {
	text-align:left;
}

.fright {
	float:right;
}

.tright {
	text-align:right;
}

.content li.bcard{
	list-style-image:url(../images/ccard.png);
}

blockquote {
	margin:10px 25px;
	font-size:1.1em;
}

em {
	font-style:italic;
	/*font-family:"Times New Roman", Times, serif;*/
}

em.green {
	color:rgb(22,170,158);
}

dl {
	margin-bottom:10px;
}

dt {
	padding:5px 0px;
	font-weight:bold;
	color:rgb(22,170,158);
}

dd {
	margin-left:10px;
}

/* Profile elements */

.org-record{
	margin-bottom:10px;
	border: 3px, solid, rgb(22,170,158);
	padding: 10px;
}

.org-record h3{
	color:rgb(22,170,158);
	font-size:1.5em;
	display:inline;
	padding-bottom:100px;
}

.org-record img{
	float:right;
	margin-left:5px;
}

.org-contact{
	margin: 20px 20px;
}

.org-contact img{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid rgb(22,170,158);
	-moz-box-shadow: 3px 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px 3px#888;
	box-shadow: 3px 3px 3px 3px #888;
}

.org-contact h5{
	color:rgb(22, 170, 158);
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:4px;
}

.org-contact p.role{
	color:#000;
	font-weight:bold;
	font-style:italic;
	padding-bottom:8px;
}


.org-profile{
	clear:left;
	font-style:italic;
	padding-bottom:10px;
}




/* End of Profile elements */

/* Navigation elements */

#hnavbar, #hnavbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#hnavbar a {
	display: block;
	width: 9.5em;
	text-decoration:none;
	background-color:white;
	color:rgb(22, 170, 158);
	line-height:1.3em;
	padding-bottom:3px;
}

#hnavbar li {
	float: left;
	width: 9.5em;
	border:1px solid rgb(22, 170, 158);
}

#hnavbar li ul {
	position:absolute;
	width: 9em;
	left: -999em;
	font-size:90%;
	z-index:100;
}

#hnavbar li ul a {
	color:white;
	background-color:rgb(22, 170, 158);
	border-bottom:1px solid white;
}

#hnavbar li ul a:hover {
	background-color:gray;
}

#hnavbar li ul ul {
	margin: -2em 0 0 9em;
}

#hnavbar li ul ul a {
	background-color:rgb(36,170,199);
	border-left:1px solid white;
}


#hnavbar li:hover ul {
	left:auto;
}

#hnavbar li:hover ul ul, #hnavbar li.sfhover ul ul {
	left: -999em;
}

#hnavbar li:hover ul, #hnavbar li li:hover ul, #hnavbar li.sfhover ul, #hnavbar li li.sfhover ul {
	left:auto;
}

.vnavmenu {
	font-size:1.2em;
	width:210px;
}

.vnavmenu ul{
	margin: 0px;
	padding: 0px;
}

.vnavmenu li{
	list-style:none;
	border-bottom:2px solid #fff;
	background-image:url(../images/web/dblarrowgrn.gif);
	background-repeat:no-repeat;
}

.vnavmenu li.selected{
	list-style:none;
	border-bottom:2px solid #fff;
	background-image:url(../images/web/dblarrowhilite.gif);
	background-repeat:no-repeat;
}

.vnavmenu li.selected a{
	color:rgb(22,170,158);
}

.vnavmenu a{
	color:#fff;
	cursor:pointer;
	display:block;
	height:auto;
	line-height:25px;
	text-indent:35px;
	text-decoration:none;
	width:100%;
}

.vnavmenu a:hover{
	color:rgb(22,170,158);
}

.vnavmenu li:hover{
	background-image:url(../images/web/dblarrowwht.gif);
	background-repeat:no-repeat;
}
	

/* Table elements */

table{
	border:2px solid rgb(22, 170, 158);
	margin: 10px 0;
	width:100%;
}

td{
	padding:3px;
	border: 2px solid rgb(22, 170, 158);
}

td.td13{
	width:33%;
	text-align:center;
}

td.td23{
	width:66%;
	font-size:1.2em;
	font-weight:bold;
}

th{
	background-color:rgb(22, 170, 158);
	height:20px;
	font-size:1.5em;
	color:white;
	text-align:center;
}

/* End of Table elements */

strong{
	font-size:105%;
	font-weight:bold;
}

/* Sitemap css  */

.content.sitemap ul {
	list-style-type:circle;
	margin-left:20px;
	padding-bottom:10px;
}

li.sitemap {
	padding-left:40px;
}

/* Resources page */

.rescontainer{
	margin-bottom:55px;
}
h3.res-subhead{
	border-bottom:2px solid #16aa9e;
	text-align:right;
	font-size:1.5em;
	color:#16aa9e;
}
h3.res-subhead img{
	position:relative;
	top:-20px;
	float:left;
	width:50px;
	height:70px;
	border:1px solid #16aa9e;
}
p.resindent{
	margin-left:60px;
}
.rescontainer blockquote{
	margin-left:60px;
	margin-right:30px;
}

/*  Sticky Banner */

#bannvert {
	color: rgb(22, 170, 158);
	background-color:rgb(236,244,239);
	float:right;
	height: 80px;
	width: 600px;
	margin-top: 10px;
	margin-right:185px;
	overflow:hidden;
}
#bannvert img{
	float:left;
	width:100px;
	height:80px;
	margin-right:6px;
	border-right:4px solid rgb(22, 170, 158);
}
#bannvert h3{
	font-weight:bold;
	font-size:1.2em;
}
#bannvert p{
	font-size:0.9em;
}

/*  Form elements */
label{
	font-weight:bold;
	color: rgb(47,173,162);
}
label.warn{
	color:red;
}
p.warning{
	color:red;
	font-weight:bold;
	line-height:1.4em;
}
input.mandatory, select.mandatory{
	background-color:#FFB7B7;
}
.footnote{
	font-size:90%;
	font-style:italic;
}

/* Date Picker */
#datepicker .ui-widget {
	font-family: inherit;
}
	
#datepicker .ui-datepicker {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#datepicker .ui-datepicker-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	line-height: 1.8em;
}


#datepicker .ui-state-default, .ui-widget-content .ui-state-default {
	border-color: #e6e6e6;
	background-color: #e6e6e6;
	color: #555555;
}

#datepicker .ui-state-default, .ui-state-default a {
	color: #555555;
}	

	
#datepicker .ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border-color:#FCEFA1;
	background-color:#FCEFA1;
	color:#363636;
}		

#datepicker .ui-state-active, .ui-widget-content .ui-state-active { 
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #212121; 
}

#datepicker .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus 	
{
	border-color: #5F5F5F;
	background-color: #5F5F5F;
	color: #212121;
}

#datepicker .ui-widget-header 	
{
	border-color: #5F5F5F;
	background-color: #808080;
	border-width: 1px;
}

/* Text attributes for the Days of Week Text */ 
#datepicker .ui-datepicker table th
{
	font-size: .8em;
	color: #000;
	font-weight: bold;
}

/* EAPC link box */
#eapclink{
	width:165px;
	border: 1px solid rgb(22,170,158);
	margin:auto;
}
#eapclink h3{
	background-color:rgb(22,170,158);
	margin-top:0;
	line-height:2em;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}
#eapclink p{
	padding:0 6px;
}
#eapclink a{
	text-decoration:none;
	color:rgb(22,170,158);
	font-weight:bold;
}
#eapclink a:hover{
	text-decoration:underline;
}
/* Conference box styles */

.conference{
	position:relative;
	width:600px;
	height:230px;
	margin-bottom:15px;
	border: 1px solid #CCC;
	}
	
.conference h2{
	background-color:rgb(22,170,158);
	font-size:110%;
	min-height:50px;
	padding:5px;
	color:white;
	margin: 0;
	text-align:center;
	}

.conference img{
	position:absolute;
	left:0px;
	top:30px;
	width:600px;
	height:200px;
	z-index:-20;
	}

.conference h1{
	background-color:rgb(22,170,158);
	color:white;
	font-size:130%;
	text-align:center;
	margin-top:0;
	}
	
.conference h3 a{
	position:absolute;
	right:0px;
	bottom:0px;
	color:white;
	font-size:110%;
	text-align:right;
	background-color:rgb(22,170,158);
	padding: 0 5px;
}

	
