BODY
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
TD  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul li {
	text-align:left;
}
a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}

a:hover{ text-decoration:underline;}
TD A:HOVER{ text-decoration:underline; }


/* Top Navigation */


.menuList {
  margin: 0 0 0 0px;
  padding: 0px;

}

.menuList ul {
  margin: 0px;
  padding: 0px;

}

.menuList li {
  display: inline;
  text-align:center;
  margin: 0px;
  padding: 0px;
  vertical-align: sub; 

}



.DropList{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  	color: #000000;
  	background-color: #EEEEEE;
  	position: absolute;
  	visibility: hidden;
	border: 1px solid #eeeeee;
	border-top: 1px solid #999999;
	
}

.DropList UL {
  display: inline;
  list-style: none;
	
}

.DropList LI a {
  color: #000000;
  font-size: 11px;
  display: block;	
  line-height: 1.75em;
  padding: 5px 5px;
  text-decoration: none;
  border-bottom: 1px solid #999999;
  text-align:left;
  
}

.DropList LI a:hover {
  background-color: #ff6600;
  color: #ffffff;
  display: block;	
  line-height: 1.75em;
  padding: 5px 5px;
  text-decoration: none;
  border-bottom: 1px solid #999999;
}

span.key {
  text-decoration: underline;
}





/* Surrounding Framework */
.BoundingBoxTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.BoundingBoxRight{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.BoundingBoxLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.BoundingBoxBottom {
	border-Bottom-width: 1px;
	border-Bottom-style: solid;
	border-Bottom-color: #999999;

}



.BoundingBoxUShape {
	border-Bottom-width: 1px;
	border-Bottom-style: solid;
	border-Bottom-color: #e6e6e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6e6e6;
}
.BodyContent {
	padding: 0 15px 0 0;
	} 

.BannerImage {
	padding: 5px 0 0 0;
	} 

/* Breadcrumbs */


.BreadCrumb {
	padding: 2px 0 5px 0;
	margin-left: 9;
	} 
.BreadCrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

.BreadCrumb ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
.BreadCrumb ul li A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration: none;
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
.BreadCrumb ul li A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration: underline;
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

	
.BreadCrumb-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	}
	
.BreadCrumb-gen ul li.first:before {
	content: " ";
	}

/************ sectionLinks styles **************/
.LeftNav {
	padding: 0 0 0 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.LeftNavTop {
    padding: 0 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #d0dae1;
		background-image:   url("/images/testbutton.gif");
}

.LeftNavRight{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #d0dae1;
}

.LeftNavLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #f2f2f2;
}

.LeftNavBottom {
	border-Bottom-width: 1px;
	border-Bottom-style: solid;
	border-Bottom-color: #999999;
	background-color: #d0dae1;
		background-image:   url("/images/testbutton.gif");

}
.LeftNavCornerW {
	background-color: #e2f7fe;

}
.LeftNavCornerE {
	background-color: #c3e5fb;

}

.LeftNavLinks{
	margin: 0px;
	padding: 0px;

}


.LeftNavLinks a:link, .LeftNavLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color:  #ffffff;
	padding:  3px 0px 3px 12px;
	color: #1b469a;

	background-image:   url("/images/testbutton.gif");
}

.LeftNavLinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #efefef;
	background-image: none;
	text-decoration: none;
	color:#1b469a;
}

.SubNavLinks a:link, .SubNavLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 3px 0px 3px 35px;
	color: #000000;
	background-image:   url("/images/left_nav_arrows.gif");
	background-repeat: no-repeat;
	background-position: 20px 4px;
}

.SubNavLinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	text-decoration: underline;
	color: #1b469a;
	background-color: #FFFFFF;
    background-image:   url("/images/left_nav_arrows.gif");
	background-repeat: no-repeat;
	background-position: 20px 4px;
}

.SubNavHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color: #E6E6E6;
	text-decoration: none;
	color:#1b469a;
	text-align:left;
	padding: 3 3 3 3;
}

.TableMatrix{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #efefef;
	text-decoration: none;
	color:#000000;
	text-align:left;
	padding: 3 3 3 3;
}

/* Page Content */
.FeatureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
	margin:0 0 0 0;
	text-decoration:none;
}
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	margin:0 0 0 0;
	text-decoration:none;
}
.ModuleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}
.HelpText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.HelpTextG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #a0a1a4;
	text-decoration: none;
}
.HelpTextOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
}
.HelpTextOrangeSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #a0a1a4;
	text-decoration: none;
}
.PoweredByLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration: none;
}

.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border: 1px solid #e6e6e6;
	background-image:url("/images/navbar-gradient.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 30px;
}

.ContextualLink  {
	color: #000000;
	text-decoration: underline;
}
.ContextualLink:hover {
	color: #ff6600;
	text-decoration: underline;
}
.BoldContextualLink  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.BoldContextualLink:hover {
	color: #ff6600;
	text-decoration: underline;
}
.Login {
	padding-right: 10px;
}

.ThumbNail {
	border: 1px solid #999999;
	text-align: center;
}



.BoundingPortlet {
	padding: 5px 5px 5px 10px;
	border-Bottom-width: 1px;
	border-Bottom-style: solid;
	border-Bottom-color: #e6e6e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6e6e6;
}

.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1b469a;
}

.NewsBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1b469a;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
	background-image:url("/images/news-bar-gradient.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 8px;
}

.NewsItem  A  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}
.NewsItem  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/************ survey styles **************/

.PropertySheetBox {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color:#000000;}

.PropertySheetLeftColDesc {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	
                            }
							
.PropertySheetLeftColValue { font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
                            }
							 
.PropertySheetRightColDesc { font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
                             border-left: 3px solid #ffffff; }
							 
.PropertySheetRightColValue { font-family: Arial, Helvetica, sans-serif;	font-size: 12px; }
							  
.PropertySheetHelp TABLE TD{ 	
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border: 1px solid #e6e6e6;
	background-image:url("/images/navbar-gradient.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 30px;}

.BulletListOrange {
	list-style-image: url(/images/left_nav_arrows.gif);
	list-style-position: outside;
	list-style-type: none;
	text-indent: 5pt;
	margin-left: 15px;
	margin-top: 10px;
}
.BigBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 1b469a;
	text-decoration:none;
}

h1.BigBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 1b469a;
	margin:0 0 0 0;
	text-decoration:none;
}
h2.BigBlue A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b469a;
	margin:0 0 0 0;
	text-decoration:none;
}
h2.BigBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b469a;
	margin:0 0 0 0;
	text-decoration:none;
}