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

/* overrides decoration from previous rule for hovered links */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size:10px;
}
.storytab table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.storytab td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
/*
table 	{font-family:Verdana, Arial, Helvetica, sans-serif;}
tr 		{font-family:Verdana, Arial, Helvetica, sans-serif;}
th 		{font-family:Verdana, Arial, Helvetica, sans-serif;}
td 		{font-family:Verdana, Arial, Helvetica, sans-serif;}
p  		{font-family:Verdana, Arial, Helvetica, sans-serif;}
h1 		{font-family:Verdana, Arial, Helvetica, sans-serif;}
h2 		{font-family:Verdana, Arial, Helvetica, sans-serif;}
h3 		{font-family:Verdana, Arial, Helvetica, sans-serif;}
ul 		{font-family:Verdana, Arial, Helvetica, sans-serif;}
li 		{font-family:Verdana, Arial, Helvetica, sans-serif;}
*/	
<!--                -->
a:link, a:visited {
      color: #999999;
	text-decoration: none;
}

a:hover {
color: #000000;
background-color:#FFFFFF;
	text-decoration: none;
}

<!--                -->
/*
ul#nav			{margin-left: 0;margin-right: 0;padding-left: 0;margin-left: 0;list-style-type: none;color:#000000;}
ul#nav li		{border-bottom: 1px  solid #666666;}
ul#nav a		{display: block;text-decoration: none;color:#666666;}
ul#nav a:hover 	{color: #330066;padding-bottom:inherit;padding-top:inherit;}
*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 color: #FFFF66;
}

h2{
 font-size: 114%;
 color: #ffffff;
}

h3{
 font-size: 100%;
 color: #CC9900;
 text-align:center;
 font-family:Georgia, "Times New Roman", Times, serif;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}


marquee{
 font-size: 80%;
 color: #000000;
}
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;
}
p{
text-align: justify;
padding-left: 5px;
padding-right: 5px;
}				

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

#masthead{
	margin: 0;
	padding: 0px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	/*background-color: #FFFFCC;*/
}

#navBar{
	margin: 1% 1% 1% 1%;
	padding: 0px;
	background-color: #000000;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 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; 
}


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

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


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

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

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


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

.story{
	clear: both;
	padding: 10px 5px 5px 10px;
	font-size: 11px;
}

.storyimg {
	float:left;
}

.storyleft{
	clear: both;
	float:left;
	width: 260px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	background-color:#FFFFCC;
	border: 1px solid #000000;
}

.storyright{
	clear: both;
	float:right;
	width: 280px;
	font-size: 11px;
	padding-right: 5px;
}
.story p{
	padding: 0px 0px 10px 0px;
}
.footer{

	font-size: 11px;
	text-align:center;
}

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #FFFF99;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;	
	background-color: #666666;
}
/* 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;
}


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

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

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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;}

/* 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;
	font-size: 12px;
}

#sectionLinks2{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align:center;
	color:#FFFFFF;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 0px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	color:#FFFFFF;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color:#FFFFFF;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #ffffffxx;
	padding: 2px 0px 2px 10px;
	color:#000000;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

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


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

#advert{
	padding: 1px 1px 1px 1px;
	font-size: 80%;
	border-top: 0px solid #cccccc;
}

#advert img{
	display: block;
}


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

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

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

.thumbnail{
position: relative;
float:left;
z-index: 0;
}

.thumbnail:hover{
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible; 
elevation: higher;
top:  70px;
left: -250px; /*position where enlarged image should offset horizontally */

}

.thumbnail2 {
position: relative;
float:left;
z-index: 0;
}

.thumbnail2:hover {
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:  125px;
left: -450px; /*position where enlarged image should offset horizontally */

}

img.x
{
position:absolute;
z-index:99
}

img.y
{
position:absolute;
left:50px;
top:200px;
z-index:99
}
.clear {
clear: left;
}
.imagefloat
{
	float: right; 
	padding: 2px;
	border: 1px solid #999999;
	margin: 0 0 10px 10px;
}
.blogentry ul
{
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}

.blogentry li
{
	display: inline;
	padding: 0 0 0 7px;
}
form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
     color: #003300;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}