/*Fixed Index Annuity  main css file*/
/************** RESET **************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
/************** end reset **************/

/************ Structure ***************/
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #ffffff;
	font-size: 1em;

}
#wrapper{
	background-color: #ffffff;
	display:block;
	width: auto;
	margin: 0 auto;
	padding: 5px;
	
}
/*------------ HEADER ------------ */
#header_v2{
	height:140px;
	width:970px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	display:block;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin:auto auto;
}
#preheader{
 
	padding:10px;
	text-align:center;
	 
}
#preheader h1{
 font-size: 36px;
 line-height:44px;
}
 
/*--------------- BODY ----------------*/
 
 
#leftColumnContent {
	width:190px;	
	margin-top:10px;
	padding:5px;
	float:left;
	background-color: #ECECE8;
	position: static;	
	
}

#leftColumnContent  a{
	text-decoration:none;
	color: #014971;
	font-weight: bold;
	line-height: 1.66em;
	font-size:0.875em;
	
}


#leftColumnContent a:hover, a:focus,  a:active {
	color:#0000FF;
	text-decoration:underline;
}


#centerColumnContent{
	display:block;
	width:auto;
	text-align: left;
	padding:10px;
	font-size: 1em;
	margin-left:210px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	background-color:#FFFFFF;
	padding-top:25px;

	
}

#contSection{	
	position:relative;
	margin-right:5px;
	margin-top:25px;
	width: 46%;
	height: auto%;
	float:right;
	padding:5px;
	
	 
}
#contSection a, #contSection a:visited{
	color: #FECB65;
	font-size: 1.33em;
	font-weight: bold;
	text-decoration:none;
}
#contSection a:hover, #contSection a:focus, #contSection a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
/*------ FOOTER -------------------*/
#footer{
	clear:both;
	font-size:.55em;
 	height: 45px;
	width: auto;
	padding-left:10px;
	padding-top:5px;
		
}

/*************** end structure ******************/
/*************** Elements ***************************/
h2{
	color: #993300;
	 
	font-size: 16px;
	font-weight: bold;
	
	}
 
p {
	margin-top:10px;
	 
  
}

fieldset {
	width:720px;
	padding: 15px;
}
dl dt{
	font-weight: bold;
	padding-top: 3px;
	font-size: 12px;
	}
dl dd{
	padding:3px 10px 0px;
	font-size:12px;
}
legend {
	color: #014971;
}
sup{
	font-size:small;
	
}

/************************ end elements ******************/





/*************************************************************
*                         Classes                            *
*************************************************************/

.article{
	width: 85%;
 
}

.desig{
	font-size:10px; line-height:12px;
	 
}
.logo{
	padding-top:8px;
}
.descript{
	font-style: italic;
	font-size:0.75em;
	line-height:1.33em;
}
.clearfloat {
 clear:both; 
 height:0;
    font-size: 1px;
    line-height: 0px;
}
.highlight{
	color: #014971;	 
	font-weight: bold;
	background-color:#CCCCCC;
	padding:10px;
}
.dtitle{
 	font-size:16px;
	font-style:italic;
}
.dtxt{
	font-size:14px;
}
.headline{
color: #993300;
	 
	font-size: 1em;
	font-weight: bold;}
.breadcrumb{
	font-variant: small-caps;
	color: #014971;
	font-size: 12px;

}
.breadcrumb a{
 color:#014971;
 text-decoration:none;
}
