//***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	scrollbar-3d-light-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-dark-shadow-color : #ffffff;
	scrollbar-face-color : #0294c8;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #fffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 12px;
	color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	font-size: xx-large;
	font-weight: bold;
}

#masthead a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

#masthead a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

#navBar{
	margin: 0 20 0 0;
	padding: 0px;
	background-color: #ffff00;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	margin: 0;
	padding: 0 0 0 0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 16px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0 5px 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature a:link, a:visited, a:hover {
	color: #FF0000;
	text-decoration: none;
}

.feature a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

/************** .featureg styles ***************/

.featureg{
	padding: 0px 0px 0px 5px;
}

.featureg h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.featureg img{
	float: center;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.featureg a:link, a:visited, a:hover {
	color: #FF0000;
	text-decoration: none;
}

.featureg a:hover {
	text-decoration: underline;
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */
/************** .feature2 styles ***************/

.feature2{
	padding: 0px 0px 0px 5px;
	font-size: 80%;
}

.feature2 h3{
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.feature2 img{
	float: center;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .feature3 styles ***************/

.feature3{
	padding: 0px 10px 0px 10px;
}

.feature3 a:link, a:visited, a:hover {
	color: #FF0000;
	text-decoration: none;
}

.feature3 a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

/************** .featureb styles ***************/

.featureb{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.featureb h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.featureb img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.featureb a:link, a:visited, a:hover {
	color: #FF0000;
	text-decoration: none;
}

.featureb a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 5px 10px 0px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link, a:visited, a:hover {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#siteInfo a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* 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-top: 1px solid #cccccc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 2px;
	border-top: 1px solid #cccccc;
	width: 100%;
	color: #000000;
	text-decoration: none;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 2px;
	color: #000000;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FF0000;
	padding: 2px 0px 2px 2px;
	color: #FFFFFF;
	text-decoration: none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 2px 0px 0px 2px;
	font-size: 10px;
	border-top: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
body {
	background-color: #FFFFFF;
}

.style1 {
	font-size: xx-large;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif
}
.style2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.style3 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.style5 {
	font-size: small;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style6 {
	font-size: small;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00F;
	font-size: 20px;
}
.style8 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 16px;
}
.style11 {
	color: #0000FF;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 22px;
}
.style15 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style16 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
/* Gallery additions */
a img, img 			{ border: none; }
.photo-link			{ padding: 4px; margin: 4px; border: 1px solid #999; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: white; }