body {
    background-color:#152b75;
	background-image: url();
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 1.5em; 
	color: #666;
}


body a { 	
	color:#339;
	text-decoration: none; 
}

body a:hover { 
	color: #3860c3;
}

#wrapper { }
.titleBanner {color: #0478ab; font-size: 25px; font-family:verdana; font-weight:bolder; }
.titleNormal {text-align: center;}
.contentBlue {color: #0099cc; font-size: 13px; text-decoration:none;}
.contentGrey {color:#666; font-size: 13px; text-decoration:none; }

.subMenu 
{
	font-size: 12px;
	color: #0478ab;
}

.mainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #0478ab; 
	font-weight: bold;
	padding-bottom:15px;
}

.subTitleIndex {
	font-size: 12px;
	color: #0099cc;
	text-align:center;
}

.subTitle {
	font-size: 11px;
	color: #152b75;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    /*color: #06878e; margin-left:0px;*/
}
.subTitle1 {	
	font-size: 14px;
	color: #13658a;
	font-weight: bold; 
	text-transform:capitalize;
}

.subTitle2 {
	color: #265f78;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

.subSide {
	font-size: 11px;
	line-height: 1.5em;
	text-decoration:none;
}

.contentFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align:justify;
	color: #66666;
	line-height: 1.5em; 
}

.contentFontSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #66666;
	text-align:right;
}

.contentField
{
    font-size:11px;
    font-family: Verdana, Geneva, sans-serif; 
}

.contentHField
{
    font-size:11px;
    font-family: Verdana, Geneva, sans-serif; 
    border-width: 0px;
}

.contentBold
{
    font-weight:bold;
}

.contentSpan{
	margin-left:15px; 
}

.contentUL {
	margin-left:15px; margin-top:0px	
}

.subSectionTitle
{
    text-align:left;
    font-weight: bold;
    width: 950px;
    color: white;
    border: 1px solid #339;
    background-color: #339;
    /*
    border: 1px solid #13658a;
    background-color: #13658a;
    */
}

.subSection
{
    width: 950px;
    border: 1px solid #13658a;
}

.subCategoryTitle
{
    text-align:left;
    font-weight: bold;
    border: 1px solid aliceblue;
    background-color: aliceblue;
}

.bottomNav a {
	text-decoration:none;
}
/* Left Navigation */

.fmLinkNavMenu A { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #339;
	text-decoration: none; 
}

.fmLinkNavMenu A:hover { 
	color:#3860c3;
}

.arrowlistmenu {
	width: 188px; 
	text-decoration: none; 
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 10px Verdana;
	background: url(../images/bgBtn.gif);
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 8px; /*header text is indented 10px*/
	cursor: hand;
	text-decoration: none;
	border-bottom:1px solid #CCCCCC;
	margin-top: 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/bgBtn.gif); 
}

.arrowlistmenu ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color:#3860c3;
	font: bold 10px Verdana;
	/*background: url(../images/arrowbullet.png) no-repeat center left;*/ 
	display: block;
	padding: 2px 0;
	padding-left: 15px; 
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	text-transform: uppercase;
	text-align:left;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}

.arrowlistmenu ul ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul ul li a{ 
	list-style-type: none;
	color:#666;
	padding: 2px 0;
	padding-left: 22px; 
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.menuheader A {
	color: #3860c3;
	text-decoration:none;	
  
}

