/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
.titlestyle {color: #B3B3B3}
.homestyle {font-size: 120%; color: #668CB3; font-weight: bold; }
.contentstyle {
	color: #336699;
	font-size: 180%;
}

.advertstyle {
	/*font-size:70%px;*/
	font-weight: bold;
}
.breadCrumbstyle {
	/*font-size:70%px;*/
	color: #444444;
	font-weight: bold;
	text-align: left;	
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin-top: 0px;
	padding: 0.75em 0px 0px 0px;
	text-align: center;
	font-size:75%;
	background: #DDDDDD;
	
}


/*body {    
    background: #d8d8d3 url("/images/bg-main.gif") repeat-x top left;
    margin: 0;
    padding: 0.75em 0 1.5em 0;
    
    font-family: Arial,sans-serif;
    line-height: 1.166;	
	text-align: center;
	font-size:75%;
}*/

.blabla {
    clear: both;
    background: transparent url("/images/bg-h.gif") no-repeat top;
    padding: 13px 10px;
    height: 71px;
}

.blabla2 {
    margin: 0px;
    padding: 10px;
    background: #eeeee7;
    clear: both;
}


a{
	/*color: #336699;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

a:link{
	color: #006699;
	text-decoration: none;
	

}

a:active{
	color: #006699;
	text-decoration: none;
	font-weight: bold;

}
a:visited{
	color: #006699;
	text-decoration: none;
}

/*a:hover{
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}*/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*label{
 font-family: Arial,sans-serif;
 font-weight: bold;
 color: #334d55;

}*/

table{



	background-repeat: repeat-y;
	background-position: top right;
 
}
.adv
{
 background-color: #DDDDDD;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#navBar{
	
	width: 175px;
	
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/line1.gif); 
        background-color: #6699CC;
        text-align: left;
	
	
}


.header1
{
    margin: 0 auto;
    font-weight: bold;	
	font-size: 120%;
	color: #FFFFFF;
	width: 392px;
	height: 27px;   	
	padding: 5px 0px 0px 0px;
	background-image: url(/images/head1.gif); 
	background-repeat: no-repeat;
	text-align: center;
}


.header5{
	
	font-size: 100%;
	color: #FFFFFF;
	width: 392px;
	height: 27px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background-image: url(/images/head1.gif); 
	background-repeat: no-repeat;
	text-align: center;
}


#header2{
	font-size: 87.5%; color: #FFFFFF;
	width: 175px;
	height: 23px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	text-align: left;
	background-image: url(/images/head2.gif); 
	background-repeat: no-repeat;	
}

#header2full{
	font-size: 87.5%; color: #FFFFFF;
	width: 175px;
	height: 23px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	text-align: left;
	background-image: url(/images/head2full.gif); 
	background-repeat: no-repeat;	
}

#header3{
	color: #666666;
	width: 175px;
	height: 27px;
	font: bold 14px/27px Arial, Helvetica, sans-serif;
	background: url(/images/head3.gif) no-repeat scroll;
	position: relative;
	text-align: center;
	white-space: normal;
	display: block;
	
	
}

#header3full{
	color: #666666;
	width: 175px;
	height: 27px;
	font: bold 14px/27px Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	position: relative;
	text-align: center;
	white-space: normal;
	display: block;
}



#header4{
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size:75%;
	line-height: 1.2;	
	
}

#headlines{
margin: 0px;
	padding: 0px 0px 0px 0px;	
}

#content{
	
	text-align: left;
  	padding: 0px 0px 0px 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}
#sitesmallName{
	margin: 0;
	padding: 0 0 0 8px;
 text-align: left;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	/*font-size:70%px;*/
	padding: 0px 0px 0px 0px;
border-bottom: 1px solid #ffffff;
text-align: left;	
}
#breadCrumb2{
	/*font-size:70%px;*/
	padding: 0px 0px 0px 0px;
text-align: left;	
}
#breadCrumb li {font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 62.5%;
color: black;

}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	
}

.story p{
	padding: 0px 0px 0px 0px;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0; vertical-align: middle; line-height: 1}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE; }

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
display: block;
	font-size:75%;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	display: block;
	text-decoration:none;
	text-align: left;
	height: 22px;
}



#sectionLinks a {
	display: block;
	color:#FFFFFF;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
	height: 22px;
}

#sectionLinks a:hover{
display: block;
     color:#336699;
	 font-weight: bold;
	padding: 2px 0px 0px 0px;
	background-color: #81B5E8;
	height: 22px;
	text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	/*font-size:70%px;*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*text-decoration: underline;*/
	text-align: left;
	font-weight: bold;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	color: #006699;
	/*text-decoration: underline;*/
}


.relatedLinks2{
	/*font-size:70%px;*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	text-align: center;
}

.relatedLinks2 a:link,
.relatedLinks2 a:visited {
	color: #006699;
	text-decoration: underline;
}
/************** #advert styles **************/

#advert{
width: 175px;
text-align: left;
padding: 0px 0px 0px 0px;
background-color: #DDDDDD;


}

#advert img{
display: block;
	
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}

#headlines p{
	
	padding: 0px 0px 0px 0px;
}

/************** #globalNav styles **************/
#globalNav{
padding: 0px 0px 0px 0px;
border-bottom: 0px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	
	padding: 0 4px 0 0;
	color:#668CB3;
}

#globalNav a:hover{
	color: #666666;
}


.topword{
	color: #FFFFFF;
	text-align: left;
	text-indent: 12px;
	position: relative;
	height: 26px;
	width: 175px;
	text-transform: none;
	font: normal 112.5%/26px Arial, Helvetica, sans-serif;
}
div.RoundedCorner{
	width: 760px;
	/*background: #FFFFFF;*/
	background: #d8d8d3;
	margin: 0px auto;
	height: 100%;
} 
b.rtop, b.rbottom{display:block;background: #DDDDDD} 
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #FFFFFF} 
b.r1{margin: 0 5px} 
b.r2{margin: 0 3px} 
b.r3{margin: 0 2px} 
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px} 
.leftfoot {
	background: #CCDDEE;
}

.word{
	height:100%;
	width:175px;
	font-size:100%;
	position: relative;
	text-decoration: none;
}
.word li{
	float:left;
	width:175px;
	clear: none;
	list-style: none;

}

.word li a, .word li a:visited{
	cursor:pointer;
	float:left;
	width:175px;
	color:#FFFFFF;
	text-align:left;
	background:#6699CC url(/images/line12.gif);
	height: 26px;
	text-indent: 12px;
	list-style: none;
	display: block;
	font: normal 100%/26px Arial, Helvetica, sans-serif;
	
}
.word li a:hover {
	height: 26px;
	width: 175px;
	list-style: none;
	color: #336699;
	font: bold 100%/26px Arial, Helvetica, sans-serif;
	background: #81B5EB url(/images/line12.gif);
	text-align: left;
	text-indent: 12px;
	display: block;
	text-decoration: none;
}


/*.s1 a:hover,.s1 a:active{
	background:#81b5eb url(/images/line12.gif);
	color: #336699;
	font: bold 100%/26px Arial, Helvetica, sans-serif;
	text-decoration: none;
}*/

/*#s2{
	text-align:left;
	cursor:default;
	width:175px;
	margin-right:2px;
	background:#81b5eb url(/images/line12.gif);
	color: #336699;
	font: bold 100%/26px Arial, Helvetica, sans-serif;
	text-indent: 12px;
	display: block;
}*/

div.RoundedCorner{
	width: 760px;
	background: #FFFFFF;
	margin: 0px auto;
	height: 100%;
} 
b.rtop, b.rbottom{display:block;background: #DDDDDD} 
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #FFFFFF} 
b.r1{margin: 0 5px} 
b.r2{margin: 0 3px} 
b.r3{margin: 0 2px} 
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px} 
.leftfoot {
	background: #CCDDEE;
}





/* STUFF ADDED */

.spacer { padding: 1em; 
          text-align:left;
}

.mytext { padding: 1em;
          text-align: left;
          /*font-size: larger; */
          line-height: 14pt; 
          font-family: arial;
}

/*.spacer td {width      : 400px;
            text-align : left;    
}*/

.uglyList ul, .uglyList li {margin-left: 0.72em; 
                            padding-left: 0em;
                            padding-bottom: 5px;
                            list-style-type: disc;
}  

.legalCross {vertical-align: top; 
             font-size:xx-small;
}

/* #C4D9EF */
.actionButton { color:#000000;background-color:#81B5EB; font-size:11px; border: 1px #447EA5 solid }

.clsCompare A:hover { color:Red;}
.clsCompare A {text-decoration:underline;}