/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a {
	color: #694383;
	text-decoration: none;
}

a:link{
	color: #3D6EEB;
	text-decoration: none;
}

a:visited{
	color: #3D6EEB;
	text-decoration: none;
}

a:hover{
	color: #3D6EEB;
	text-decoration: underline;
}

dl {
	margin: 10px;
}

dt {
	padding: 10px 0 4px 0;
	color: #3D6EEB;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #3D6EEB;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #3D6EEB;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #334d55; 
 /*color: #333333;*/
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

ul.faq {
	margin: 0 20px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #6A4384;
}

.mlmss {
	color: #3D6EEB;
	font-weight: bold;
}

.purple {
	color: #694383;
}

.green {
	color: #7D8F01;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* #masthead_tw{
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 180px;
	background-image:url(../taxwrap/images/header_home.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#masthead_em{
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 180px;
	background-image:url(../mlmem/images/header_home.gif);
	background-position:left;
	background-repeat:no-repeat;
}  */

#navBar{
	float: left;
	width: 15%;
	margin: 0px;
	padding: 0px;
	background-color: #3DC5EB;
	border-right: 7px solid #3D6EEB;
	border-top: 6px solid #3D6EEB;
}

#headlines{
  float:right;
	width: 15%;
	background-color: #3D6EEB;
	border-left: 2px solid #6A4384;
	border-top: 2px solid #6A4384;
	padding-right: 10px;
}

#content{
	margin: 10px;
	float: left;
  width: 65%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************** .banner styles ***************/

table.banner {
	background-image:url(../images/banner_bg.gif);
}

/************** .feature styles ***************/

.feature{
	/*padding: 0px 0px 10px 20px;*/
	padding: 10px 15px 10px 20px;	
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	/*text-align: center;*/
	color: #3D6EEB;
}

.feature hr {
	color:#3D6EEB;
}

.feature img{
	/*float:left;*/
	padding: 10px 10px 0px 0px;
}

.feature li {
	padding-bottom: 10px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 20px;
	font-size: 80%;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #3D6EEB;
	font-size: 75%;
	color: #000000;
}

#siteInfo img{
	vertical-align: middle;
}


/*********** #navBar link styles ***********/




/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #DDCFE7;
	font-size: 90%;
    height: 200px;
}

#sectionLinks h3{
	padding: 15px 0px 10px 10px;
	color:#FFFFFF;
	font-size: 114%;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 10px 40px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 15px 0px 5px 0px;
	color:#FFFFFF;
	font-size: 105%;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

.relatedLinks a {
	color: #FFFFFF;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	color: #FFFFFF;
}

#headlines p{
	padding: 5px 5px 5px 0px;
	text-align: center;
	font-style: italic;
}

