/***********************************************/
/* 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;
	background-color: #FFF;
	background-image: none;
}

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

a:link{
	color: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

a:hover{
	color: #333;
	font-size: small;
	font-weight: bold;
	font-family: Sylfaen;
}

h1{
	font-family: Sylfaen;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

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

h3{
	font-family: Arial,sans-serif;
	font-size: medium;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: "Palatino Linotype";
	font-size: medium;
	font-weight: normal;
	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: square;
	font-family: "Lucida Sans";
	font-size: medium;
	font-weight: bold;
}

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                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	font-size: xx-small;
	color: #C36;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #FBFDD2;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, sans-serif;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

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

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

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


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

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	font-size: medium;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: medium;
	padding: 0 4px 0 0;
	font-weight: bold;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #006699;
	font-size: 14pt;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	font-family: Sylfaen;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


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

.story{
	clear: both;
	font-size: x-small;
	line-height: 90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial;
	color: #000;
}

.story p{
	font-size: medium;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Sylfaen;
	margin: auto;
	line-height: normal;
	color: #333;
	font-weight: bold;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: medium;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
	margin: 0px;
	padding: 0px;
	background-color: #FBFDD2;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #FBFDD2;
}


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

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-size: medium;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: small;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: small;
	background-color: #FBFDD2;
}

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

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	font-size: medium;
	font-weight: bold;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	font-weight: bold;
	background-color: #FBFDD2;
	background-image: none;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: small;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	font-size: small;
}
.sylfaen {
	font-family: Sylfaen;
}
#content .feature .sylfaen {
	font-size: medium;
	font-weight: bold;
	color: #000;
}
#content .feature p {
	font-size: small;
	font-family: "Edwardian Script ITC";
}
#content .feature div ul li {
	font-family: "Monotype Corsiva";
}
.bullets {
	font-family: "Monotype Corsiva";
	font-weight: normal;
	font-size: medium;
}
bullets {
	font-family: "Monotype Corsiva";
}
#content .feature ul li .style43 li .style43 .style43 .style43 .style7 {
	font-family: Sylfaen;
}
#content .feature ul li .style43 li .style43 .style43 .style43 .style7 .style20 .style19 {
	font-size: 90px;
}
#content .feature ul li .style43 li .style43 .style43 .style43 .style7 .style20 .style19 {
	font-size: 90px;
}
secondbullet {
	font-family: "Comic Sans MS";
}
#content .feature div ul li .style43 li .style43 .style43 .style43 .style7 .style19 {
	font-family: "Lucida Console";
}
#content .feature div ul li .style43 li .style43 .style43 .style43 .style7 .style19 {
	font-family: "MS Sans Serif";
}
#content .feature div .style20 ul li .style42 .bullets {
	font-weight: normal;
}
#content .feature div .style20 ul li .bullets strong {
	font-weight: bold;
}
#content .feature div .style20 ul li .bullets strong {
	font-weight: bold;
}
.bar {
	color: #cccccc;
}
.bar {
	color: #cccccc;
}
.bar {
	color: #CCC;
}
#navBar #sectionLinks a strong {
	font-size: medium;
	font-family: "Lucida Sans";
}
.sign {
	font-family: Kartika;
}
#headlines #advert p .sign {
	font-family: "Lucida Sans Unicode";
}
#headlines #advert p .sign {
	font-family: Garamond;
}
#masthead marquee {
	font-family: "Greatland Sans";
}
#masthead marquee {
	font-family: System;
}
.page {
	color: #006699;
	font-size: 14pt;
}
.low {
	color: #C30;
}
.weather {
	color: #036;
}
.day {
	color: #666;
	font-family: Arial, sans-serif;
}
storm {
	color: #039;
}
.storm {
	color: #006;
}
#content .feature .style42 strong {
	font-size: x-small;
}
#content .feature .style41 em {
	font-size: small;
}
#content .feature .style42 strong {
	font-size: medium;
}
#content .feature .style42 strong {
	font-size: small;
}
#content .story div p {
	font-size: small;
}
.high {
	color: #006699;
}
.youth {
	font-family: "Comic Sans MS";
}
.youth {
	font-family: Franklin Gothic Medium;
}
.youth .youth {
	font-family: Code 39;
}
.youth {
	font-family: Impact;
}
.youth {
	font-family: SatBar;
}
.youth {
	font-family: Courier New;
}
.youth {
	font-family: Kartika;
}
.youth {
	font-family: MICR;
}
.youth {
	font-family: Vrinda;
}
.youth {
	font-family: Verdana;
}
#_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Lucida Sans;
}
#_ctl5_SimpleArticlePager1_lblCaption {
	font-family: "Century Gothic";
	font-size: medium;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Fixedsys;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Garamond;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Greatland Serif;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Greatland Sans Condensed;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Book Antiqua;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Bookman Old Style;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Century Gothic;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Fixedsys;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Franklin Gothic Medium;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Garamond;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Greatland Sans Condensed;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Impact;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Lucida Console;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Lucida Sans;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Lucida Sans Unicode;
}
.youth {
	font-family: Comic Sans MS;
}
#_ctl5_SimpleArticlePager1_lblCaption #_ctl5_SimpleArticlePager1_lblCaption {
	font-family: Comic Sans MS;
}
.word {
	color: #033;
}
#content .feature .titlefancy {
	font-size: large;
}
#content .story div div table tr td div {
	font-family: Sylfaen;
}
slink {
	color: #009;
}
slink {
	color: #009;
}
#content .feature p strong {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: x-large;
}
#content .feature p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: x-large;
	color: #2A7F00;
}
#content .feature p strong {
	font-family: "Edwardian Script ITC";
}
#content .feature p strong {
	font-size: xx-large;
}
#content .feature p .featurea {
	color: #2A9F00;
}
#content .feature p .feature {
	color: #000;
	text-align: left;
}
#content .feature p .feature .bar {
	color: #2A9F00;
	text-align: left;
}
#content .feature p .feature .bar {
	text-align: left;
	color: #000;
}
#content .feature p strong {
	color: #000;
	font-size: large;
}
#content .feature p {
	color: #000;
	font-size: medium;
}
#siteInfo div a {
	font-size: medium;
}
.resp {
	font-family: "Edwardian Script ITC";
	font-size: x-large;
}

