

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

body{
	font-family: verdana, Arial,sans-serif;
	color: #333333;
	line-height: 1.25;	
	margin-left: 10px;
	padding: 0px;
}

a:link  {
	color: #0033ab;
	text-decoration: underline;
}
/* dk blue */

a:visited  {
	color: #00669e;
	text-decoration: underline;
}
/* med blue */

a:hover {
	font-weight: bold;
	color: #660087;
}
/* purple */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 175%;
 color: #00877d;
 letter-spacing: 2px;
 padding-bottom: 10px;
  padding-top: 5px;
}
/* teal */


h2{
 font-size: 130%;
 color: #00877d;
  letter-spacing: 2px;
 padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 10px;
}
/* teal */

h3{
 font-size: 120%;
 color: #d42e12;
}
/* red */


h4{
 font-size: 80%;
 font-weight: normal;
 color: #232323;
 font-variant: small-caps;
}

h5{
 font-size: 100%;
 font-weight: bold;
 color: #ffffff;
 font-variant: small-caps;
 margin-right: 3px;
}

p {
font-size: 100%;
	text-align: left; 
}

ul{
 list-style-type: square;
}

img{
	padding: 0px 10px 0px 0px;
	margin-top: 5px;
}
				



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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	text-align: left;
}

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

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin-top: 5px;
	
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.story a {
font-size: 80%;
font-weight: bold;
padding: 0px 0px 0px 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #7a7a78;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}



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




#sectionLinks{
	margin: 0px;
	padding-bottom:10px;
	text-align: left;
	font-size: 100%;
	line-height: 175%;
	


}

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

#sectionLinks a:link{
	padding: 2px 10px 2px 10px;
	width: 225px;
	
}

#sectionLinks a:visited{
	padding: 2px 10px 2px 10px;
	
}

#sectionLinks a:hover{
	
	background-color: #eeeeee;
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #660087;
	border-bottom: 1px solid #660087;
	padding: 2px 10px 2px 10px;
	
}


 .skip {
       position: absolute;
       left: -999em;
       width: 990em;
   }

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

#advert{
	padding: 10px 10px 10px 10px;
	font-size: 85%;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	color: #660087;
	font-weight:bold;
	text-align:center;
}

#advert img{
	display: block;
}


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

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

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


.cellbottom {
	border-bottom-color:#FF0000; 
	border-bottom-style: solid; 
	border-bottom-width: 3px;
	}
