/* UNESCO Conference CSS 2006 */


body     { font-family : "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; color: #000000; margin: 0px; padding: 0px; background-color: #EBF2F7; }
	
/* box layout */

/* boxwrap is the white bordered layout around the outside of the layout */
.boxwrap   { width: 720px; margin-top: 0px; margin-bottom: 15px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; border: 1px solid #FFFFFF; }


 /* boxbody encapsulates boxleft and boxcenter */
 
.boxbody   { width: 720px; float: left; background-color: #FFFFFF; }

.boxcenter { vertical-align: top; margin-bottom: 15px; font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin-top: 15px; margin-right: 15px; margin-left: 15px; padding-right: 15px; }
	.boxcenter h1 { color: #00539A; margin-top:0px; margin-bottom: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 19px; font-weight: 400; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; }
	.boxcenter h2 { color: #000000; font-size:14px; line-height: 19px; }
	.boxcenter h3 { color: #000000; font-size:13px; line-height: 17px; }
	.boxcenter p { font-family : "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: left; padding-bottom: 7px; }
	.boxcenter ul { font-family : "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: left; padding-top: 4px; padding-bottom: 6px; }
	.boxcenter ol { font-family : "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: left; padding-top: 4px; padding-bottom: 6px; }
	.boxcenter a { color: #00539A; text-decoration: underline; font-weight: normal; }
	.boxcenter a:hover { text-decoration: none; }

.boxleft   { width: 125px; vertical-align: top; margin-bottom: 15px; margin-left: 11px; padding: 0px; margin-top: 15px; margin-right: 11px; background-color: #78A2C5; }
	.boxleft h3 { font-size: 11px; line-height: 13px; text-align: left; font-weight: bold; margin: 0px; padding: 0px; }
	.boxleft p { font-size: 11px; line-height: 13px; text-align: left; padding-top: 3px; padding-bottom: 3px; padding-left: 15px; }
	.boxleft a { color: #FFFFFF; text-decoration: none; padding-top: 5px; padding-right: 5px; padding-bottom: 3px; padding-left: 7px; display: block; margin: 0px; }
	.boxleft a:hover { color: #FFFFFF; text-decoration: none; background-color: #00539A; }


.boxheader { width: 720px; height: 160px; background: #78A2C5; }
	
.boxfooter {
}
	.boxfooter p {
	font-size: 10px;
	line-height: 15px;
	padding-top: 9px;
	margin-top: 15px;
	border-top: 1px dotted #999999;
	padding-right: 15px;
	padding-left: 15px;
}
	.boxfooter a { color: #2B557F; text-decoration: none; font-weight: bold; }
	.boxfooter a:hover { color: #8E9E9C; text-decoration: underline; }


.tableoutside { font-size: 12px; line-height: 18px; text-align: left; padding-top: 4px; padding-bottom: 6px; width: 90%; }
.tableoutside th { font-size: 13px; line-height: 19px; color: #FFFFFF; background-color: #003366; }
.tableoutside td { background-color: #F1F1F1; }
.tableoutside p { margin: 0px; padding: 0px; }
