/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Georgia, Times, cursive, serif;
      font-size: 100%;
	color: #333333;
      font-stretch: extra-condensed, expanded;
      font-weight: bold;
      white-space: normal;
	line-height: 1.00;
      margin: 1px 1px 1px 1px;
}

a:link {
      text-decoration: none;
}
a:visited {
      text-decoration: none;
      color: #6600FF
}
a:hover {
	text-decoration: underline;
}
/* 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: Arial,sans-serif;
 font-size: 140%;
 font-stretch: all, condensed;
 font-weight: 600;
 color: #DD11AA;
}

h2{
 font-family: Trebuchet MS, monospace, serif;
 font-size: 110%;
 font-weight: 600;
 color:  #DD11AA;
}

h3{
 font-size: 100%;
 color: #EB41AF;
 font-weight: bold;
}

h4{
 font-size: 110%;
 font-stretch: all, extra-expanded;
 font-weight: 600;
 color: #DD11AA;
}

h5{
 font-size: 100%;
 color: #334d55;
}
h6{
 font-family: Garamond, Times, monospace, serif;
 font-size: 120%;
 font-weight: bold;
 color: #0107CC;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
th {
       text-align: left;
       color: #000000;
       font-stretch: all, semi-expanded;
       font-weight: bold;
       font-size: 100%;
       line-height: 20px;
       text-indent: 0;
}
  
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #E029AA;
	width: 60%;
}

#navBar{
	margin: 10x 79% 0 0;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 440;
      position: auto;
      left: 360px;
      top: 180px;
	margin: 2;
	padding: 2 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: #00CCFF;
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{
	font-size: 100%;
      font-stretch: extra-condensed, expanded;
      font-weight: 450;	
      white-space: normal;
      margin: 5px 5px 5px 5px;
      padding: 10px 10px 10px 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: center;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 3px 0px 0px 3px;
	font-size: 100%;
}

.story p{
	font-family:Georgia, Times, cursive, serif;
      font-size: 100%;
	color: #ffffff;
      font-stretch: extra-condensed, expanded;
      font-weight: 200;	
	margin: 10px 10px 40px 40px;
	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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px 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;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
      color: #EB41AF;
      font-weight: bold;
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
      font-family: Arial, "Trebuchet MS", sans-serif;
      color: #EB41AF;
	margin: 0px;
	padding: 1px 1px 1px 1px;
}

.relatedLinks h3{
      font-family: "Lucida sans", arial, monospace, sans-serif;
      color: #EB41AF;
	font-size: 110%;
      font-stretch: all, ultra-condensed;
      font-weight: 600;
	padding: 0px 0px 2px 0px;
}

.relatedLinks ul{
      font-family: Verdana, Arial, cursive, sans-serif;
      color: #7341EB;
	font-size: 85%;
      font-stretch: all, extra-condensed, semi-expanded;
      font-weight: bold;
      border-style: solid;
      border-width: thin;
      border-color: #81ac66;
	margin: 5px 5px 5px 5px;
}


/************** #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;
}

/************** #table styles **************/

.content table {
       border-bottom: medium inset red;
       border-top: medium inset red;
       border-left: medium inset green;
       border-right: medium inset green;
       border-middle: medium inset green;
       background-color: #234599;
}
.table p {
       text-align: left;
       font-style: normal;
       font-stretch: all, semi-expanded;
       font-weight: 500;
       font-size: 90%;
       line-height: 20px;
       text-indent: 0;
}

/************** #figure styles **************/

#figure {
       float: auto;
       margin: 0.3em;
       padding: 0.3em;
       border: thin silver solid;
}

#figure1 {
       float: center;
       margin: 0.5em;
       padding: 0.5em;
       border: thin silver solid;
}


.figure p {
       text-align: center;
       font-style: italic;
       font-size: 80%;
       font-weight: 600;
       line-height: 1.0;
       text-indent: 0;
}