/*========================================================*/
/*  Main Menu 
/*========================================================*/


.MainMenu_MenuContainer {
	border:0px;
	background-color: #D6E3DC;  
}

.MainMenu_MenuBar {  /*removed cursor:hand because not W3C compliant*/
	cursor: pointer; 	 
	height: 19px;
	background-color: #557630;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	color: white; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #BBC9D6 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #23447D 0px solid;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	background-color: #557630;
	width: 1px;
	border-color:#557630;
} 

.MainMenu_MenuArrow {
	font-family: webdings; 
	color: #93BACB; 
	cursor: pointer;  
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;  
	cursor: pointer; 
	color: #93BACB;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 	
	margin: 0px 0px 0px 0px;
	color: #E9EAE2; 
	font-family: Verdana, Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #557630;
	
}
.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	margin: 0px 0px 0px 0px;
	font-size: 12px; 
	color:  #003333; 
	font-family: Verdana, Arial, Helvetica;  
	font-weight: normal; 
	font-style: normal;
	background-color: #D6E3DC;
	text-decoration:none;
}
/* Default link syle */
a:link, a:visited {
	color:#004CC2;	
	text-decoration: none;
}
a:hover, a:active {
	color: #FFA100;
	text-decoration: underline;
	}

/* menu link syle */
a.menus:link, a.menus:visited, a.menus:hover, a.menus:active {
	font-size: 10px;
	color: #003333; 
	text-decoration: underline;
}

/* Normal text syle */
.Normal  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #00421D;
}
.normalleftnav {
	font-size:70%;
	margin-top:3px;
	margin:0;
	padding-left:2px;
	padding-right: 2px;
	padding-top:2px;
	padding-bottom:2px;
}

/* Subhead text syle */
.SubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}

body {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;

}
p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 90%;
}
ul, ol {
	font-size: 90%;
	margin-left: 4em;
	margin-right: 2.5em;
}

/* Footer text syle - where the LOGIN link is styled*/
.Footer {
	font-size: 100%;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
a.Footer:link, a.Footer:visited,  a.Footer:active,  a.Footer:hover   {
	font-size: 100%;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
a.Footer:active,  a.Footer:hover   {
	font-size: 100%;
	font-weight: normal;
	color:#FFA100;
	text-decoration:none;
}
ul {
	list-style-position: outside;
}

.navcell {
	height: 26px;
	background-color:#CCCCCC;
	padding-left: 0px;
	padding-bottom: 0px;
}


/* Left Pane */
.leftpane {
	text-align: center;
	vertical-align: top;
	width: 146px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-bottom: 6px;
}


/* Right Pane */
.rightpane{
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#EFEFEF;
}
/* Bottom Nav text style */
.BottomNavigation {
	font-size: 10px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}


/* Top Pane */
.toppane {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}


/* Command button admin text syle */
.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #000000;
}

/* Command button admin link syle */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:hover, 

a.CommandButton:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
/* Content Pane */
.contentpane {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	height: 100%;
}

.toptable {
	width: 750px;
	background-color: #FFFFFF;
	vertical-align:top;
}

.headertable {
	height: 10px;
	width: 750px;
}

.footertable, table.footertable {
	background-color:#557630;
	color:#FFFFFF;
	font-size:70%;
	margin:0px;
	padding:0px;
}

/* footer link syle */
a.footertable:link, a.footertable:visited{
	color:#FFFFFF;
	text-decoration:underline;
	font-size:100%;
}	
a.footertable:hover, a.footertable:active {
	color:#FFA100;
	text-decoration:none;
	font-size:100%;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
/* Bottom Pane */
.bottompane {
	text-align: center;
	vertical-align: top;
	padding-top: 75px;
}
/* Register and Login text syle */

.signincell {
	background-color: #E9EBE0;
	text-align: right;
	vertical-align: bottom;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
}

.SignIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background-color: #E9EBE0;
	text-align: right;
	vertical-align: middle;
	display: block;
	margin: 0px 2px;
	padding: 0px 2px;
	border-top: 1px solid #E9EBE0;
	border-right: 1px solid #E9EBE0;
	border-bottom: 1px solid #E9EBE0;
	border-left: 1px solid #E9EBE0;
}
a.SignIn:link, a.SignIn:visited, a.SignIn:active, a.SignIn:hover    {
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color:#666666;
	background-color: #E9EBE0;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 4px;
	padding: 4px;
	border-top: 1px solid #E9EBE0;
	border-right: 1px solid #E9EBE0;
	border-bottom: 1px solid #E9EBE0;
	border-left: 1px solid #E9EBE0;
}

.headerbackground {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	height: 10px;
}
.spacer5 {
	background-color: #FFFFFF;
	height: 5px;
}
.navtop {
	background-image:  url(04.gif);
	background-repeat: repeat-x;
	height: 4px;
}


.searchcell {
	background-color:#CCCCCC;
}

/* Breadcrumbs */
.breadcrumb {
	font-size: 9px;
	font-weight: normal;
	color: black;
	height: 16px;
	text-decoration: none;
	vertical-align: top;
}
a.breadcrumb:link, a.breadcrumb:visited {
	font-size: 9px;
	color: black;
	height: 16px;
	text-decoration: none;
	font-weight: bold;
}
A.breadcrumb:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	height: 16px;
	text-decoration: underline;
	font-weight: bold;
}
A.breadcrumb:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	height: 16px;
	text-decoration: none;
	font-weight: bold;
}

.footerbackground {
	background-image:  url(footerbk.jpg);
	text-align: center;
	vertical-align: bottom;
	margin: 10px 0px 0px;
	padding: 10px 0px 0px;
	height: 93px;
}
.maintable {
	width: 750px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}
.contentcell {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
}
.contenttable {
	height: 100%;
	width: 100%;
	background-color:#FFFFFF;
	margin-left: 0px;
	padding-top: 0px;
	vertical-align:top;
}

/* GENERAL */
/* style for generic container titles */
.Head   {
	font-family: Arial, Helvetica;
	font-size:  14px;
	font-weight: bold;
	color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 9pt;
	color:#666666;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:hover, a.OtherTabs:active 

 {
	text-decoration: none;
	color:#666666;
}
.HeaderBold {
	color: #003366; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
}

.ContentText {
	color: #003366; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
}

BLOCKQUOTE {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


h2 {
	MARGIN-LEFT: 7px;
	border-bottom: 2px solid black;
	color:#007934;
	margin-bottom: 0px;
	PADDING-BOTTOM: 0px;
	font-weight: bold;
	font-size: 130%;
}
/*------------------------------------------------------*/
/*DEFINITION LIST STYLES FOR PROJECTS & PARTNERS PAGES*/
/*----------------------------------------------------*/
dl {
	border: none;
	margin:0px;
	padding:0px;
}
dt 	{
	color:#007934;
	margin-bottom: 0px;
	margin-left:7px;
	margin-top:3px;
	margin-right:0px;
	padding-bottom: 0px;
	padding-top:3px;
	padding-right:0px;
	padding-left:15px;
	font-weight: bold;
	font-size: 100%;
	background-image: url(/Portals/0/Skins/CVHome/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
dd {
	font-size: 90%;
	color:black;
	margin-top:0px;
	margin-bottom: 0px;
	padding-top:0px;
	PADDING-BOTTOM: 7px;
	margin-left:11px;
	margin-right:11px;
	padding-right:11px;
	padding-left:11px;
	}
dd ul {
	font-size: 100%;
	margin-left:15px;
	padding-left:15px;
	list-style-type: none;
}
dd ul li{
	font-size: 100%;
	list-style-position: outside;
	list-style-image: url(/Portals/0/Skins/CVHome/dotsmall.gif);
	padding-bottom:5px;
}
dt hr{
	BORDER-BOTTOM: black 1px solid;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
	}

.bullet {  /*class for links on partners page*/
}

a.bullet:link,a.bullet:visited,a.bullet:hover, a.bullet:active {
	background-image: url(/Portals/0/Skins/CVHome/dotsmall.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 11px;
}
	
	
.tabletext {
	color: #000000;
	margin-right: 1em;
	margin-left: 1em;
	margin-top:5px;
	margin-bottom:5px;
}
.padright {
	margin-right: 1em;
	color: #000000;
}
.padleft {
	margin-left: 1em;
	color: #000000;
} 

a.leftnav:link, a.leftnav:visited {
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
a.leftnav:hover, a.leftnav:active {
	background-color: #D6E3DC;
	color: #000000;
}
/*SIDEBARS*/

.leftnav {
	margin-top: 0px;
	background-color: #557630;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-right:0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 2px solid black;
}

h2.sidebarheader {  /* box header left nav*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#007934;
	background-color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	border-bottom:2px solid black;
	letter-spacing: 0.05em;
}
ul.leftnav {  /* sidebar nav items*/
	list-style-image: none;
	background-color:#557630;
	font-size:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 7px;
	border-style: none;
}
.leftnav li {
	list-style-image: url(/Portals/0/Skins/CVHome/dot1.gif);
	padding-left:3px;
	padding-bottom:5px;
	background-repeat: no-repeat;
	background-position: left;
}
ul.leftnavchildren   {
	font-size:100%;
	list-style-image: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:0px;	
	
}

ul.leftnavchildren li {
	list-style-image: url(/Portals/0/Skins/CVHome/dotsmallgreen.gif);
	list-style-position: outside;
	margin-left:17px;
	margin-top:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:0px;
}

.firstp { 
/* use when you don't want space in the top margin of the first paragraph*/
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.v11black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit;
}
table.v11black{
	font-size:100%  /* use for tables in content areas*/
}
/*========================================================*/
/*  style for new FAQ module */
/*========================================================*/
.faqcontent {
	margin-left: 1em;
	margin-right: 1em;
	font-size:70%;
}
.faqcontent p{
	margin-left: 5em;
	margin-right: 1.5em;
	font-size: 100%;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
	background-color: #DFDFDF;
}

.formlabel {  /*style for email form module*/
	font-size:70%;
	font-weight:bold;
}
.borderall {
	border:solid 2px black;
}
.bordertopbottom {
	border-top:solid 2px black;
	border-bottom:solid 2px black;
}
.borderbottom {
	border-bottom:solid 2px black;
}
.borderleft {
	border-left:solid 2px black;
}
.bordertop {
	border-top:solid 2px black;
}
h3 {

	MARGIN-LEFT: 7px;
	border-bottom: 1px solid black;
	color:#007934;
	margin-bottom: 0px;
	PADDING-BOTTOM: 0px;
	font-weight: bold;
	font-size: 110%;
}

