﻿@charset "utf-8";
/* character encoding declaration included per recommendation at http://www.w3.org/International/tutorials/tutorial-char-enc/ */

/* RESET DECLARATIONS */
/* based on Jospeh Lowery's presentation at Adobe MAX 2007 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i, img, ins, kbd, q, samp, small, strong, b, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}


/* BEGIN NEW DEFINITIONS */

body {
	/* background-color: #6a8179; */
	background-color: #bbbbbb;
	color: black;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 83%;
}

#skipNav {
	font-size: 1px;
	position: absolute;
	left: -25em;
	width: 24em;
}

/* Block-Level Elements */

/* headings */
h1 {
	color: #002a6c;
	font-weight: bold;
	font-size: 150%;
	font-style: normal;
	margin-top: 0em;
	margin-bottom: 1em;
}
h2 {
	color: #002a6c;
	font-weight: bold;
	font-size: 125%;
	font-style: normal;
	margin-top: 1.5em;
	margin-bottom: 1em;
	border-bottom: 2px solid #002a6c;
}

/*h3 {
	color: #;
	font-weight: ;
	font-size: %;
	font-style: ;
	margin-top: ;
	margin-bottom: ;
}
h4 {
	color: #;
	font-weight: ;
	font-size: %;
	font-style: ;
	margin-top: ;
	margin-bottom: ;
}
h5 {
	color: #;
	font-weight: ;
	font-size: %;
	font-style: ;
	margin-top: ;
	margin-bottom: ;
}
h6 {
	color: #;
	font-weight: ;
	font-size: %;
	font-style: ;
	margin-top: ;
	margin-bottom: ;
}*/

/* lists */
ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}
dl {
}

/* other block-level elements */
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
blockquote {
	margin: 1em 2em;
}
address {
	font-style: normal;
}
pre, div, fieldset, table, form {}

/* Inline Elements */

/* links */
a:link {
	color: #336799;
	text-decoration: underline;
}
a:visited {
	color: #002a6c; 
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #c2113a;
	text-decoration: underline;
}

/* other inline elements */
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
sup {
		
}
sub {

}
span, img, tt, big, small, dfn, code, q, samp, kbd, var, cite, abbr, acronym, label, ins, del {}

/* Table Elements */
caption, thead, tbody, tfoot, tr, th, td {}


/* MISC. UTILITY CLASSES */

.nobr, .nowrap {
	white-space: nowrap;
}
.clearFloats {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}


/* PAGE SPECIFIC STYLES */
#pageFrame {
	text-align: left;
	width: 750px;
	border: 2px solid #002a6c;
	background: #ffffff;
	margin: 0 auto;
}
#header {
	background: #002a6c;
}
#navigation {
	text-align: center;
	line-height: 2em;
	padding-left: 1em;
	padding-right: 1em;
}
/* links */
#navigation a {
	padding-left: 1em;
	padding-right: 1em;
	border-left: 1px solid #ffffff;
	font-weight: bold;
}
#navigation a.firstLink {
	border-left: none;
}
#navigation a:link {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover, #navigation a:focus, #navigation a:active  {
	color: #e0cb6c;
	text-decoration: none;
}
#mainContent {
	padding: 1em;
}
.hide {
	display: none;
	visibility: collapse;
}
.agendaItem {
	margin-top: 0.5em;
}
.agendaItem .time {
	float: left;
}
.agendaItem .description {
	margin-left: 8em;
}
table {
	border-collapse: collapse;
}
tr {
	vertical-align: top;
}
th {
	text-align: left;
	font-weight: bold;
	border: 1px solid silver;
	padding: 5px;
	vertical-align: top;
}
td {
	text-align: left;
	border: 1px solid silver;
	padding: 5px;
	vertical-align: top;
}


/* USAID colors
Dark Blue #002a6c
Red #c2113a
Light Blue #336799 */
