/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#e3f5fd;
	
}
.info:link{
font-size:12px;
color:#53b2ce;
text-decoration:none;
font-weight:bold;
}
.info:visited{
font-size:12px;
color:#53b2ce;
text-decoration:none;
font-weight:bold;
}

.info:hover{
font-size:12px;
color:#53b2ce;
text-decoration:underline;
font-weight:bold;
}
.sub_head{
font-size:15px;
font-weight:bold;
color:#346881;
}
.text{
font-size:12px;
line-height:18px;
}
.text_gap{
font-size:12px;
padding-top:7px;
padding-left:4px;
}
.bottom:link{
font-size:12px;
color:#FFFFFF;
text-decoration:none;
padding:5px;
}
.bottom:visited{
font-size:12px;
color:#FFFFFF;
text-decoration:none;
padding:5px;
}
.bottom:hover{
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
padding:5px;
}
.copyright{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
color:#FFFFFF;
padding-top:10px;
}
.common_sub_head{
font-size:16px;
font-weight:bold;
}
.highlights{
font-size:13px;
padding-top:5px;
color:#a11a1a;
font-weight:bold;
}
.highlights_right{
font-size:13px;
padding-top:8px;
color:#086a03;
font-weight:bold;
}


/*Menu Styles*/
.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
position: relative;
width: 984px;
height: 449px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;

}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
position: absolute;
background: white;
visibility: hidden;
width: 984px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
width: 984px;
border-top-width: 0;
overflow: hidden;
background:url(../images/normal.jpg) repeat-x;
height:64px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
border-right: 2px solid #66c066;
padding: 0 48px;
float: left;
display: block;
font-weight: bold;
color: black;
height:64px;
color:#56813f;
}

.fadecontenttoggler a:hover{
background:url(../images/selected.jpg) repeat-x;
color: white;
height:64px;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color: black;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
color: white;
background: black;
height:64px;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background:url(../images/selected.jpg) repeat-x;
color: white;
height:64px;
}
/*Features*/
.feature_head{
font-weight:bold;
color:#13469a;
font-size:17px;
}
.feature_head_grey{
font-weight:bold;
color:#555555;
font-size:17px;
}
.feature_head_blue{
font-weight:bold;
color:#61a1c2;
font-size:17px;
}
.feature_number{
font-weight:bold;
color:#555555;
font-size:25px;
}
.date{float:left;
width:20px;
padding-right:15px;
text-align:left;
padding:none;
}
.clear_sec{clear:both;
}


