/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0 auto;
	padding: 0px;
	background-image: url(SL_bg.gif);
	background-repeat: repeat-x;
	background-color: #AEB0B3;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #3F76AF;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #042855;
 margin: 0px;
 padding: 0px;
}

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-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#outerbox{
	width:750px;
	background-color:#FFFFFF;
	margin: 0 auto;
}

#masthead{
	width: 750px;
	background-color: #CCCCCC;
	height: 158px;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
}

#headlines{
	float:right;
	width: 20%;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	float: left;
  width: 75%;
}



/************* #globalNav styles **************/

#globalNav{
	padding: 5px 0px 5px 10px;
	color: #042855;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #91ADCA;
}

#globalNav a {
	font-size: 70%;
	padding: 0 4px 0px 4px;
	color: #042855;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 35px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

.storytable{
	clear: both;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #042855;
	text-align: left;
}

.story p{
	color: #042855;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 65%;
	color: #042855;
	background-color: #4785B9;
	border-bottom: dotted #042855 1px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 15px;
}

#siteInfo a{
	color: #042855;

}

#siteInfo a:hover{
	color: #FFFFFF;
}

#sub {
	width:750px;
background-color:;
	background-color: #4785B9;
	height: auto;
	clear: both;
}

.leftimage{
float: left;
}

.rightimage{
	float: right;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #666666;
}

#sectionLinks a:hover{
	background-color: #E6E6E6;
}

/************** #advert styles **************/

#advert{
	background-color: #DCDDDE;
	border: solid #042855 1px;
	width: 125px;
	padding: 5px 10px 5px 10px;
}

#advert p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	color: #042855;
}




/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-top: 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
