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

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

body{
	font-family: Arial, sans-serif;
	color: #6A4E8B;
	line-height: 20px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

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

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

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

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

h1{
	font-family: Arial,sans-serif;
	font-size: 120%;
	color: #6A4E8B;
	margin: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h2{
 	font-family: Arial,sans-serif;
	font-size: 100%;
 	font-weight: bold;
 	line-height: 20px;
 	color: #334d55;
 	clear: both;
 	margin: 0px;
	background-color: #FFFFFF;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 140%;
	color: #6A4E8B;
	margin: 0px;
	font-weight: bolder;
	font-style: oblique;
	text-decoration: blink;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 18px;
}

h5{
	font-size: 90%;
	color: #334d55;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}

h6{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
	
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#headlines{
	float: inherit;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-style: none;
}

#content{
	float: right;
	width: 55%;
	padding-right: 22px;
	border: medium none #A8ACD9;
	padding-top: 0px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

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

#globalNav{
	color: #cccccc;
	font-size: 90%;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #EBECF5;
}

#globalNav a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#globalNav h5 {
padding-left: 2px;
}

/************** .feature styles ***************/

.feature{
	font-size: 100%;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature h1{
	font-size: 110%;
	font-style: oblique;
	font-weight: bold;
	color: #006699;
 	background-color: #EBECF5;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.feature h2{
	font-style: oblique;
	font-weight: normal;
	font-size: 110%;
 	color: #006699;
 	background-color: #EBECF5;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.feature h3{
	font-size: 92%;
	font-style: oblique;
	font-weight: normal;
	color: #6A4E8B;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.feature h4{
	font-size: 100%;
	font-style: oblique;
	font-weight: bold;
	color: #6A4E8B;
	text-decoration: blink;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.feature h5{
	font-size: 120%;
	font-style: oblique;
	font-weight: normal;
	color: #006699;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.feature h6{
	padding: 5px 5px 5px 5px;
	font-size: 95%;
}

.feature Li{
	padding: 5px 5px 5px 5px;
	font-size: 100%;
}

.feature img{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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

.story{
	clear: both;
	font-size: 70%;
	border-width: 0px;
	border-style: none;
	border-color: #81589E;
	text-decoration: none;
	padding-bottom: 10px;
	color: #6A4E8B;

}

.story Li{
	margin: 4px;
	padding: 4px 22px 2px 2px;
	font-size: 115%;
}

.story p{
	margin: 0px;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story h3{
	margin: 0px;
	padding: 4px 8px 0px 0px;
	font-size: 140%;
	color: #6A4E8B;
	font-style: oblique;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #6A4E8B;
	padding: 5px;
	background-color: #FFFFFF;
}

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

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 5px;
	right: 0px;
	height: 100%;
}

#headlines p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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

#advert P{
	font-family: Arial,sans-serif;
	font-size: 95%;
	color: #334d55;
	margin: 0px;
	font-weight: bold;
	font-style: normal;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 4px;
}

#advert h2{
	font-family: Arial,sans-serif;
	font-size: 110%;
	color: #6A4E8B;
	background: #EBECF5;
	font-weight: bold;
	font-style: oblique;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#advert h5{
	font-family: Arial,sans-serif;
	font-size: 105%;
	color: #334d55;
	margin: 0px;
	font-weight: bold;
	font-style: normal;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#advert h6{
	font-family: Arial,sans-serif;
	font-size: 80%;
	color: #334d55;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
