/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-image: url(/images/bg1.jpg);
	background-repeat: repeat;
	line-height: 1.166;
	margin-left: 0;
	margin-top: 0;

}



a:link, a:visited {
	color: #0801C0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #EE1D23;
}


.mainheading{
font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	color:#000000;
	font-weight:bold;
	letter-spacing: 0.05em ;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #666666;
	padding: 3px 3px 5px 10px;
}

h1{
font-size: 90%;
 color: #666666;
 
 
}

h2{
 font-size: 80%;
 color: #333333;
 letter-spacing: 0.1em ;
}

h3{
 font-size: 70%;
 color: #333333;
 letter-spacing: 0.1em ;
 background-color: #cccccc
}

h4{
 font-size: 60%;
 color: #666666;
}

h5{
 font-size:50%;
 color: #666666;
 background-color: #000000;
 font-weight: bold;
}

ul{
 list-style-type: disc;
 margin: 10px;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: disc;
 
}

label{
 font: bold 100% Arial,sans-serif;
 color: #666666;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #990066;
	width: 100%;
	height: 82px;
}



#content{
  /*float:right;*/
  width: 80%;
	margin: 0 0 0 10px;
	padding: 0px;
}

.divider{
 border-bottom: 1px solid #990066;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 2px 2px 2px 2px;
}


/************* #globalNav styles **************/


/* '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{
color: #0801C0;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
text-decoration: none;
}

.globalNav img{
 display: block;
}

.globalNav a {
	font: bold;
	font-size: 80%;
	color:#0801C0;

	text-decoration:none;
}


.globalNav a:hover {
	font: bold;
	color:#EE1D23;
	font-size: 80%;

	text-decoration: none;
}
/************* #breadCrumb styles *************/

.breadCrumb{
	font-size: 60%;
	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;
}

.featuretext{
font-size:11pt;
font-weight:bold;
color: #000000; 
background-color: #990066
}
/* adjust margins to change separation between the feature image and text flowing around it */


.story{
	clear: both;
	padding: 1px 1px 1px 1px;
	font-size: 100%;
}


.story2{
	padding: 0px 0px 0px 0px;
	font-size: 55%;
	letter-spacing: 0.05em ;
	
}

.bodytext10 {
	font-size:50%;
	}

.bodytext11 {
	font-size:55%;
	}
.bodytext12 {
	font-size:65%;
	}
	
.generaltext{
	font-size:60%;
	}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #8080A8;
	border-bottom: 1px solid #8080A8;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #f7f9f5;
}
/* 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: 1px solid #cccccc;
	font-size: 65%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar styles ***********/
#navBar{
	float:left;
	margin: 10px;
	width: 160px;
	padding: 0px;
	background-color: #ffffff;
	
}

#navBar ul .category a:link, #navBar ul a:visited {
	display: block;
	background-color: #DBEEF9;
	color: #0000FF;
	padding: 0px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	letter-spacing: 0.05em;
}
#navBar ul .category a:hover {
	display: block;
	background-color: #A6D5F0;
	padding: 0px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	color: #0000FF;
	letter-spacing: 0.05em;
}

#navBar ul .useful a:link, #navBar ul .useful a:visited {
	display: block;
	background-color: #FCEEEB;
	color: #0000FF;
	padding: 0px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	letter-spacing: 0.05em;
}
#navBar ul .useful a:hover {
	display: block;
	background-color: #F7D0C8;
	padding: 0px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	color: #0000FF;
	letter-spacing: 0.05em;
}



#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 #990066; letter-spacing: 0.1em ;}

/* 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-bottom: 1px solid #990066;
	font-size: 70%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #990066;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #990066;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #990066;
	/*background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
	}

.relatedLinks h3{
	padding: 0px 0px 1px 5px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #990066;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******Design Images ************/
#masthead .logo{
position:absolute;
top: 0px;
right: 0px;
}

#masthead .leftimage{
position: absolute;
top: 0px;
left: 0px;
}

.tableheader {
	background-color: #ffffff;PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
