body	{
	background-color: #ffffff;
	color: #000000;
	font-family: verdana,arial,helvetica,"sans-serif";
	font-size: 10pt;
	}
input	{
	font-family: verdana,arial,helvetica,"sans-serif";
	font-size: 9pt;
	}
table.blk1	{
	border-style: solid;
	border-width: 1pt;
	border-color: #000000;
	cellspacing: 0;
	padding: 2;
	}
td.blk1	{
	border-style: solid;
	border-width: 1pt;
	border-color: #000000;
	}
td	{
	font-family: verdana,arial,helvetica,"sans-serif";
	font-size: 9pt;
	}
td.label1	{
	font-family: verdana,arial,helvetica,"sans-serif";
	font-size: 13pt;
	font-weight: bold;
	}
td.label2	{
	font-family: verdana,arial,helvetica,"sans-serif";
	font-size: 9pt;
	line-height: 12pt;
	}
th	{
	font-family: verdana,arial,helvetica,"sans-serif";
	font-size: 11pt;
	}
li	{
	line-height: 1.5em;
	}
#hdr1	{
	color: #ffffff;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12pt;
	letter-spacing: .1em;
	}
#hdr2	{
	color: #ffffff;
	font-weight: bold;
	font-size : 12pt;
	}
#hdr3	{
	color: #ffffff;
	font-size : 7pt;
	}
	
#hdr4	{
	color: #000000;
	font-weight: bold;
	font-size : 7pt;
	}
	
#hdr5	{
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	}
	
#title1	{
	font-size: 12pt;
	font-weight: bold;
	}

#main1	{
	font-size: 10pt;
	font-weight: bold;
	}
	
.marginL10	{
	margin-left: 10px;
	}
.marginL50	{
	margin-left: 50px;
	}
.desnote	{
	color: #c0c0c0;
	font-size: 9pt;
	font-style: italic;
	}
.footer	{
	color: #ffffff;
	font-size: 9pt;
	}
.emphnote	{
	color: #d00000;
	font-size: 10pt;
	}
.topmenu	{
	color: #000000;
	font-size: 9pt;
	}
.error	{
	color: #ff0000;
	font-weight: bold;
	}
	
<style type="text/css">
A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: black;}
a.special:link{text-decoration: none; color: white;}
a.special:visited {text-decoration: none; color: white;}
a.special:active {text-decoration: none; color: white;}
a.special:hover {text-decoration: underline; color: white;}
a.footer:link{text-decoration: none; color: white;}
a.footer:visited {text-decoration: none; color: white;}
a.footer:active {text-decoration: none; color: white;}
a.footer:hover {text-decoration: underline; color: white;}
a.black:link {text-decoration: none; color: black;}
a.black:visited {text-decoration: none; color: black;}
a.black:active {text-decoration: none; color: black;}
a.black:hover {text-decoration: underline; color: black;}
a.reg:link {text-decoration: none; color: blue;}
a.reg:visited {text-decoration: none; color: blue;}
a.reg:active {text-decoration: none; color: blue;}
a.reg:hover {text-decoration: underline; color: blue;}

</style>

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0% 79% 0% 0;
	padding: 0px;
	background-color: #cccc99;
	border-top: 2px solid #613748;
	border-right: 3px solid #613748;
	border-bottom: 2px solid #613748;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/


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

#globalNav{
color: #cccccc;
padding: 0px 0px 20px 0px;
white-space: nowrap;
text-align: center;
}
/* '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 15px 0px 0px; 
}

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

.feature{
	padding: 0px 0px 20px 0px;
	font-size: 80%;
}
.feature h3{
	padding: 2px 0px 0px 0px;
	text-align: center;
}

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

.feature1{
	padding: 0px 0px 20px 0px;
	font-size: 60%;
}
.feature1 h3{
	padding: 2px 0px 0px 0px;
	text-align: center;
}

.feature1 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 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: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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;
}


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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 5px;}

/* 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;
	line-height: 22px;
	border-bottom: 2px solid #613748;
	font-size: 90%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #613748;
	voice-family: "\"}\"";
	voice-family:inherit;
}

#sectionLinks a:visited{
	border-top: 1px solid #613748;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #613748;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/*********** #sectionLinks2 styles ***********/

#sectionLinks2{
	position: relative;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	border-bottom: 2px solid #613748;
	font-size: 90%;
}

#sectionLinks2 h3{
	padding: 10px 0px 0px 0px;
}

#sectionLinks2 a:link{
	padding: 2px 0px 2px 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
}

#sectionLinks2 a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks2 a:hover{
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

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

.relatedLinks{
line-height: 30px;
	margin: 0px;
	padding: 0px 0px 15px 10px;
	border-bottom: 2px solid #613748;
	font-size: 90%;
}


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

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px 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;
}
</body>
