/* CSS Document */

a{ text-decoration: none;
	color: #000000;}
	
a:hover{ color: #000000;
        text-decoration: underline;
               }
			   
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height:1.4em;

}

h2 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height:1.2em;
	}

h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height:1.2em;
	}

ul {
	margin-left: 10px; padding-left: 10px;
	margin-top: 0;
	}
	
li {
	list-style-position: outside;
	list-style-type: circle;
	line-height: 1.4em;
	padding: 0 0 5px 0;
	color: #000000;
	}
	
.menubar {
	background-color: #FFFFFF;
	height: 80px;
	width: 780px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
}
.contentarea {
	background-color: #FFFFFF;
	height: 400px;
	width: 780px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
}


.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #999999;
	height: 500px;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0000CC;
	padding: 8px;
}
.footerbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 80px;
	width: 780px;
	border: 1px solid #0000CC;
}
.sectionLinkR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-indent: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
}
.sectionLinkR a:hover{ color: #CC0000;
        text-decoration: underline;
               }
			   
.sectionLinkO {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-indent: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
}
.sectionLinkO a:hover{ color: #FF6600;
        text-decoration: underline;
               }
			   
.sectionLinkY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-indent: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}
.sectionLinkY a:hover{ color: #FFCC00;
        text-decoration: underline;
               }
.sectionLinkB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-indent: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0033CC;
}
.sectionLinkB a:hover{ color: #0033CC;
        text-decoration: underline;
               }
			   
.sectionLinkG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-indent: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #339900;
}
.sectionLinkG a:hover{ color: #339900;
        text-decoration: underline;
               }
			   
.sectionLinkI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-indent: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
}
.sectionLinkI a:hover{ color: #000099;
        text-decoration: underline;
               }
			   
.sectionLinkV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-indent: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3300FF;
}
.sectionLinkV a:hover{ color: #3300FF;
        text-decoration: underline;
               }
			   
			   .sectionLinkM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-indent: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF00FF;
}
.sectionLinkM a:hover{ color: #FF00FF;
        text-decoration: underline;
               }
			   
			   .sectionLinkT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-indent: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00CCFF;
}
.sectionLinkT a:hover{ color: #00CCFF;
        text-decoration: underline;
               }
			   
.breadcrumbs {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-left-color: #0000CC;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	margin: 8px;
}
.addressbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.funders {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000CC;
}
.article {
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
}

.imagescell {
	border-top: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	border-left: 1px solid #0000CC;
}
.bottomimagecell {
	border: 1px solid #0000CC;
}

.dataTable {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000CC;
}

.dataTableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	font-size: .8em;
	line-height: 1em;
	padding: 4px;
	border-top: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	border-bottom: 1px solid #0000CC;
}

.dataTablecell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	padding: 4px;
	font-style: normal;
	color: #000000;
}
.callOutBox {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #0000CC;
}
.formStyle {
	padding: 4px;
	border: 1px solid #0000CC;
	width: 90%;
}
.greenBox {
	border: 1px solid #339900;
}
.redBox {
	border: 1px solid #CC0000;
}
