body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #536E7D;
}
*{
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

:link img {
  border: none;
}

.banner a img{
	border: none;
}


a{
	font-size: 14px;
	text-decoration: none;
	color: #1B75B8;
	
}

a:hover{	
	color: #17477F;
}


h1{
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #231F20;
	padding-bottom: 10px;
	line-height: 21px;
	clear: both;
	padding-top: 30px;
}

h2{
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #231F20;
	padding-bottom: 10px;
	line-height: 21px;
	clear: both;
	padding-top: 30px;
}

h3{
	font-weight: normal;
	font-size: 14px;
	color: #1A1A1A;
	padding-bottom: 15px;
	letter-spacing: 0.5px;
	line-height: 18px;
	clear: both;
}


h4{
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
	line-height: 22px;
}


h5{
	font-weight: normal;
	font-size: 12px;
	color: #7893A5;
	padding-bottom: 0px;
	letter-spacing: 0.5px;
}


p{
	font-size: 12px;
	color: #767769;
	padding-bottom: 35px;
	line-height: 16px;
}

p.bigger_one{
	font-size: 16px;
	letter-spacing:1px;
	line-height:22px;
}

ul{
	list-style-type: none;
	margin-left: 30px;
}


ul li{
	font-size: 14px;
	color: #666666;
	padding-left: 15px;
}

/* main */
.main_container{	
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 800px;
	border: solid 1px #ffffff;
	background-color: #ffffff;
}

.nav_wrapper{
	background-color: #000000;
}

.main_wrapper{
	background-color: #000000;
}

.navigation{
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 800px;
	border: solid 0px red;
	height: 30px;
}

li.topMenuLI{
	display: inline;
	line-height: 30px;
	padding-right: 30px;
}

li.expandMenuLI  {
   cursor: pointer;
}
li.topMenuLI a, ul.subMenuUL li {
	color: white;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
}
ul.subMenuUL   {
   display: none;
   position: absolute;
   z-index:10;
   background: black;
   text-align: left;
/*   padding-right: 5px;*/
}
ul.subMenuUL li {
   width: 160px;
   white-space: nowrap;
}
ul.subMenuUL li:hover   {
   background: #17477F;
}

ul.subMenuUL li a{
   width: 100%;
   padding: 3px;
}
.navigation ul li#active a{
	color: #cecece;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
}

.footer{
	padding-bottom: 50px;
	background-color: #536E7D;
	clear: both;
}

.footer_container{	
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 820px;
	border: solid 0px red;
	background-color: #536E7D;
}


.footer div{
	padding-top: 0px;
	text-align: center;
}

.footer p{
	padding-top: 20px;
	font-size: 10px;
	color: #D0DDE7;
	text-align: center;
}

.na{
   	display: none;
}

sup{
	font-size: 12px;
}


/*	page specific	*/

span.stepTitle,	span.stepCommentary {
    color: #1B75B8;
    font: 14px Helvetica, Verdana, Arial, sans-serif ;
    padding: 5px 2px 5px 0;
}
span.stepTitle {
    font-weight:bold;
}

span.stepCommentary	{
    font-style: italic;
}

span.stepCommentary:first-line	{
}
	
a.innerlink	{
    color: #1B75B8;
    font: bold ;
}

ul.step	{
    padding: 8px 0;	
}
ul.step li	{
    padding-top: 5px;
}
ul.step li:first-line	{

}

a.glossary:hover	{
    color: #1B75B8;
}

p.glossaryP	{
    padding: 5px;
}

p.finalP	{
	 color: #666;
    font: 14px Helvetica, Verdana, Arial, sans-serif ;
    padding: 5px 2px 5px 0;
	}
div.faqheader{	
	color: #17477F;
	font: bold
}	
div.faqheader:hover{	
	text-decoration:underline;
	cursor:pointer;
}
div.answer {
    display: none;
}

	
	
