@charset "utf-8";
/* CSS Document */
	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
		body {
			font-size:16px;
		}
	}
	body {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	h1 {
		font-family: Arial, sans-serif;
		font-size: 1em;
		color:#000;
	}
	h2 {
		font-family: Arial, sans-serif;
		font-size: 1em;
		color:#fc9000;
	 }
	h3 {
		font-family: Arial, sans-serif;
		font-size: 1.1em;
		color:#ffffff;
		text-align:center;
		margin:0;
		padding:0;
	}
	h4 {
		 font-family: Arial, sans-serif;
		 font-size: 1.2em;
		 color:#fc9000;
		 padding:0;
		 margin:0;
	}
	h5 {
		 font-family: Arial, sans-serif;
		 font-size: 1em;
		 color:#666666;
		 padding:1em;
		 line-height:30px;
		 margin:0;
	}
	h6 {
		 font-family: Arial, sans-serif;
		 font-size: .9em;
		 color:#333333;
		 padding:1.1em 0 0 0;
		 line-height:25px;
		 margin:0;
	}
	b {
		font-weight:700;
	}
	.awareness {
		color: rgb(102,204,0);
		text-transform:uppercase;
		font-weight:700;
	}
	.education {
		color: rgb(255,255,0);
		text-shadow: #000  0 0 2px;
		text-transform:uppercase;
		font-weight:700;
	}
	.advocacy {
		color: rgb(255,0,0);
		text-transform:uppercase;
		font-weight:700;
	}
	.black {
		color:#000;
	}
	.white {
		color:#FFFFFF;
	}
	.orange {
		color:#FC9000;
	}
	.caption {
		font-size:.8em;
		margin: 0 auto;
	}
	.lefthalf {
		float:left; 
		width:50%;
	}
	.left40 {
		float:left; 
		width:40%;
	}
	.righthalf {
		float:right;
		width:50%;
	}
	.right60 {
		float:right;
		width:60%;
	}

	a:link {
		color:#2352a0;
		text-decoration: none;
	}
	a:visited {
		color: #6699CC;
		text-decoration: none;
	}
	a:active {
		color: #6699CC;
		text-decoration: none;
	}
	a:hover {
		color: #000099;
		text-decoration: underline;
	}
	.CreativeCommons {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: .7em;
		font-weight: normal;
	}
	.footertext {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: .7em;
		overflow:auto;
		/*text-transform: lowercase;*/
		color: #000;
	}
	.indent {
		list-style-position: inside;
	}
	.dblindent {
		list-style-position: inside;
		padding-left:1em;
	}
	.country {
		font-weight:700;
		text-transform:uppercase;
	}            

