/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	float: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	height: 125px;
}
body {
	background-image:  url("Assets/images/Watermark4.png");
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left 50px;
}
a:link, a:visited {
	color:#0099FF;
	text-decoration: none;
}
a:hover {
	color:#0000FF;
	background-attachment: fixed;
	text-decoration:underline
}


b {
font-size:smaller;
color:#FFFFFF 
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 130%;
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
}

h2{
	font-size: 114%;
	color: #0066FF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

h3{
	font-size: medium;
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration: underline;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #3399FF;
}

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: 1% 10% 00;
	width: 99%;
	background-color:#000000;
	border: 6px groove #FFFFFF;
	height: 100px;
}

#navBar{
	padding: 2px 8px 8px;
	background-color: #CCCCCC;
	width: 205px;
	position: absolute;
	top: 150px;
	left: 12px;
	border: 5px groove #FFFFFF;
	background-repeat: repeat;
	visibility: visible;
}

#content{
	position: absolute;
	/*border: 7px groove #9966ff;*/
	left: 281px;
	top: 150px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	visibility: visible;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color:#0000FF
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
	font-size: large;
	font-style: normal;
	background-image: url(assets/Gifs/BGMenu.gif);
	text-transform: uppercase;
	text-align:center;
	color: #FFFF00;
	/*border: 8px inset #CCCCCC;*/
	border: 4px groove #CCCCCC;
	text-align: center;
}

/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	font-size: x-small;
}
/* '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: 3px 5px 5px 10px;
	/*border: thin double #6600CC;*/
	border: thin double #CCCCCC;
	float: none;
}

#breadCrumb :hover{
	
	color:#0000FF;
}
/************** .RelatedMenu styles ***************/
#RelatedMenu{
	border:inset thin 
	border-width:104
	
	
}	
/************** .feature styles ***************/

.feature{
	padding: 5px;
	font-size: 80%;
	/*border: 0px none #FF3300;*/
	border: 0px none #FF3300;
	padding-bottom: 5px;
}

.feature h3{
	padding: 10px 0px 5px;
	text-align: center;
}

.feature img{
	padding: 2px;
	margin: 5px;
	/*border: 3px groove #FFCC99;*/
	border: 1px groove #000099;
	float: left;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px;
	font-size: 80%;
	/*border-top: 5px groove #9966ff;*/
	border-right: 5px none #9966ff;
	/*border-bottom: 5px none #9966ff;*/
	border-left: 5px none #9966ff;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
/* 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 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #CCCCCC;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	text-align:center;
	color:#0000FF
}


/*********** #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 {
	color: #0099ff;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	color: #CCCCCC;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 1px;
	font-size: 90%;
	border: 8px inset #FFFFFF;
	background-image: url(assets/Gifs/BGNavBar.gif);
	background-repeat: repeat;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #0000CC;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 10px 5px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 10px 20px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.sectionHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
}
.BlueHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
}
.WhiteHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFFFFF
}
.RedBoldUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.BackBlack {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 95%;
	color: #000000;
}
/*************** Table Styles *********************/

.TableHeadings{
	padding: 3px 3px 3px 3px;
	background-image: url(assets/Gifs/BGMenu.gif);
	font-size: 100%;
	font-style:normal;
	font-weight: bold;	
	color: #FFFFFF;
	text-align: center;
	
}

	
