/* CSS Reset. Thanks to Dave Woods: http://www.dave-woods.co.uk/index.php/css-reset/ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

p {
	margin-bottom: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.8em;
	font-family: Helvetica
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

* html #framework {
height: 1%;
}

/* End CSS Reset */


/* Framework and General */

body {
	background-image : url(/images/pattern_leaf2.gif);
	background-repeat : repeat;
	color : #444444;
	text-align : center;
	font-family: Verdana, Arial;
}


#framework {
	margin: 25px auto;
	width: 90%;
	min-width: 600px;
    -moz-box-shadow: 0 0 2em #333333;
    -webkit-box-shadow: 0 0 2em #333333;
    box-shadow: 0 0 2em #333333;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;	
}

.head {
	background-color: #ffffe0;
	color: #336633;
	height : 175px;
	padding: 15px 50px 15px 15px;
	text-align : right;
	-moz-border-radius: 1em 1em 0 0;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	border-style: solid solid none solid;
	border-color: black;
	border-width: 1px;
}

.head img {
	float: left;
	margin-right:25px;
}

.head h1 {
	margin-top: 2em;
}

a {
	text-decoration: underline;
	color : green;
}


a:hover {
	text-decoration : none;
}



/* Navigation */

#navWrapper{
	background-color: #ffffe0;
	text-align: right;
	border-width: 1px;
	border-color: black;
	border-style: none solid;
	vertical-align: bottom;
	padding: 0 50px;
}

ul#nav li {
	display: inline;
	text-align: center;
	border-top: solid 1px green;
	border-left: solid 1px green;
	border-right: solid 1px green;
	border-bottom: 0;
	font-size: .8em; 
	font-family: Helvetica;
	padding: 3px 10px 0 10px;
	margin-left: 5px;
	-moz-border-radius: 0.4em 0.4em 0 0;
	-webkit-border-top-right-radius: 0.4em;
	-webkit-border-top-left-radius: 0.4em;	
	position: relative;
}

.navTab {
	background-color: #ffffe0;
	font-weight: normal;
	color: green;
}

.navTabActive {
	background-color: #ffffff;
	font-weight: bold;
	color: black;
}

.navTab a {
	text-decoration: none;
}

.navTab a:hover {
	text-decoration: underline;
}


/* Content Area */

.content{
	background-color : #FFFFFF;
	margin-bottom : 10px;
	border: 1px solid black;
	padding: 25px;
	text-align : left;
	-moz-border-radius: 0 0 1em 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;	
}

.content ul, .content ol {
	margin: 20px;
}

.content ul ul, .content ol ol {
	margin: 0 20px;
}

.content ul li, .content ol li {
	padding-left: 10px;
}

.content .right {
	text-align: right;
}


/* Footer Area */
.copyright{
	font-weight : bold;
	font-family : "Courier New", Courier;
	font-size : 0.6em;
	color : White;
}



/* Page Specific and Single Instance */

/* Home */

#currentUse {
	font-size: 0.8em;
	font-family: "Courier New", Courier;
	padding: 0 10px;
}

/* Contact */

#contactTable {
	border: 1px solid black;
	color: black;
	width: 100%;
}

#contactTable th, #contactTable td {
	border: 1px dotted black;
	padding: 0px 10px 0px 10px;
}

#contactTable th {
	font-weight: bold;
	border: 1px dotted black;
	padding: 0px 10px 0px 10px;
}

#contactTable td {
	font-weight: normal;
}


/* Agenda */
body.agenda {
	background-image:none;
	background-color:#CCCCCC;
	color:black;
	padding:0px;
	vertical-align:top;	
	
}

.agenda_wrapper {
	border:1px solid black;
	padding:30px;
	margin-top:0px;
	vertical-align:top;
	text-align:justify;
	width:700px;
	background-color:white;	
	
}
a.agenda {
	text-decoration:underline;
	color:blue;	
}


/* Minutes */
/* #minutes p {
	margin-top: 0px;
	margin-bottom: 0px;

} */

#minutes th, #minutes td {
	padding: 0 15px;
	border: 1px solid black;
	vertical-align: middle;
	line-height: 12pt;
}

#minutes table.noBorders th, #minutes table.noBorders td {
	border: 0;
}

#minutes .content ul, .content ol {
	margin: 10px 40px;
}