/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #00DCFF url("../images/bg_fade.jpg") fixed;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
	color: #FFD200;
	font: 1.5em stencil, arial, sans-serif;
	position: absolute;
	top: 0px;
	left: 2%;
	width: 96%;
}
#pagecell {
	color: black;
	position: absolute;
	top: 170px;
	left: 2%;
	width:96%;
	background-color: white;
}
#pageNav {
	font: small Arial, sans-serif;
	float: right;
	padding: 0px;
	background-color: #BBBBBB;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	width: 140px;
	max-width: 20%;
}
#content {
	padding: 0px 10px 0px 0px;
	margin: 0px 150px 0px 0px;
	border-right: 1px solid silver;
}
#content2 {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content2 td {
	font: bold #000099;
}
/***********************************************/
/* Component Divs                              */
/************** pageName styles ****************/
#pageName {
	padding: 0px 0px 5px 5px;
	margin: 0px;
	border-bottom: 1px solid silver;
}
#pageName h2 {
	font: bold 150% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#pageName img {
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
/************* globalNav styles ****************/
#globalNav {
	color: silver;
	font: bold arial,sans-serif;
	position: absolute;
	top: 110px;
	left: 2%;
	width: 96%;
	min-width: 640px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/navbar.gif");
}
#globalLink {
	color: #FFD200;
	font-face: arial,sans-serif;
	font-weight: bold;
	font: medium;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 22px;
	width: 100%
	min-width: 640px;
	padding: 3px 0px 2px 0px;
	margin: 0px;
	z-index: 100;
}
a.glink {
  	color: black;
	font-face: arial,sans-serif;
	font-weight: bold;
	font: medium;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #8FB8BC;
}
a.glink:visited {
	color: #0000FF;
	font-face: arial,sans-serif;
	font-weight: bold;
	font: medium;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #999999;
}
a.glink:hover {
	font-face: arial,sans-serif;
	font-weight: bold;
	font: medium;
  	background-image:  url("../images/glblnav_selected.gif");
	text-decoration: none;
}
/************ subglobalNav styles **************/
.subglobalNav {
	font-face: arial,sans-serif;
	font-weight: bold;
	font: medium;
	color: silver;
	position: absolute;
	top: 140px;
	left: 2%;
	width: 96%;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
}
.subglobalNav a:link {
	font-face: arial,sans-serif;
	font-weight: bold;
	font: medium;
	color: #FFD200;
}
.subglobalNav a:hover {
	font-face: arial,sans-serif;
	font-weight: bold;
	font: medium;
	color: yellow;
}
.subglobalNav a:visited {
	font-face: arial,sans-serif;
	font-weight: bold;
	font: medium;
	color: silver;
}
/************** feature styles *****************/
.feature {
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	min-height: 180px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3 {
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}
.feature img {
	float: middle;
	padding: 0px 10px 0px 0px;
}
/*************** story styles ******************/
.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story h3 {
	font: bold 125% Arial,sans-serif;
	color: #000000;
}
.story p {
	padding: 0px 0px 10px 0px;
}
.story a.capsule {
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.story a.capsule:hover {
	text-decoration: underline;
}
td.storyLeft {
	padding-right: 12px;
}
/************** siteInfo styles ****************/
#siteInfo {
	color: silver;
	clear: both;
	border-top: 1px solid silver;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	width: 98%
}
#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#searchBox {
	font: small bold arial, sans-serif;
	padding: 0px;
	float: right;
}
/************ sectionLinks styles **************/
#sectionLinks {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px 2px 0px 0px;
}
#sectionLinks a:link, #sectionLinks a:visited {
	color: #21536A;
	font-weight: bold;
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid silver;
	background-image:  url("../images/bg_nav.jpg");
	padding: 3px 0px 3px 10px;
}
#sectionLinks a:hover {
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid silver;
	background-color: #DDDDDD;
	background-image: none;
}
/************* relatedLinks styles **************/
.relatedLinks {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	border-bottom: 1px solid silver;
}
.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
}
.relatedLinks a {
	display: block;
}
.relatedLinks a:link {
	color: green;
}
.relatedLinks a:visited {
	color: #AA00AA;
}
.relatedLinks a:hover {
	color: #00FF00;
}
/**************** advert styles *****************/
#advert{
	padding: 4px;
}
#advert img{
	padding: 2px 0px 2px 0px;
	display: block;
}
/********************* end **********************/
.title
{
	font-family: Stencil, Arial black;
	font-weight: normal;
	font-size: 20px;
	color: #800000;
}
.tableName
{
	font-family: Stencil, Arial black;
	font-weight: normal;
	font-size: 20px;
	color: #808000;
}
.tableHead
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline
}
HR.main
{
	color: #000080;
}
