/***********************************************/
/* HTML tag styles:  menu on the right         */
/*        DR X B Chen   2004                   */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	background-color: #f0f0e8;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

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%;
 color: #cc0000;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

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;
}

td {
 font-size: 90%;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wholepage{
	width: 750px;
	background-color: #ffffff;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;


}

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
	/* min-width: 640px; */
	width: 100%;
}

#navBar{
	float:left;
	width: 140px;
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #8BBA5C;
	border-right: none;
	border-bottom: 1px solid #36a828;
}

#content{
    	float:left;
	width: 595px;
	margin: 0 0 0 0px;
	padding: 0 0px 0 10px;
	background-color: #ffffff;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 20px 10px;
}


#subpageName{
	padding: 0px 0px 10px 10px;
}

/************* #banner styles **************/


#banner{
	padding: 10px 0px 10px 10px;
	background-color: #bfe58c;
	border-bottom: 1px solid #bfe58c;
}
#banner_right{
	float:right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #bfe58c;
}

/************* #globalNav styles **************/

#globalNav{
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	/* min-width: 640px; */
	height: 16px;
	white-space: nowrap;
	background-color: #BA141D;
	border-top: 1px solid #F87B7B;
}
/* '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 {
	color: #ffffff;
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:hover {
	color: #ffffff; 
	font-weight:  normal;
	text-decoration: none;
	background-color: #E12C35;
}
#globalNav_right{
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 201;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 100px;
	left: 90px;
	width: 200px;
	/* height: 150px; */
	padding: 5px 10px 10px 10px;
	visibility: hidden;
	z-index:101;
	color: #ffffff;
        background-color: #BA141D;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 90%;
	color: #cccccc;
}

.subglobalNav a:hover{
	color: #ffffff;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 0px 0px 10px 10px;
}

#breadCrumb a {
	color: #999999;
}

#breadCrumb a:hover {
	color: #000000;
}
/* the following one is for the section title graphic */
#breadCrumb_right{
	float: right;
	width:215px; 
	height:60px;
	z-index: 202;
 	margin: 10px 0 0 0;
 	padding: 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 0px 0px 5px 10px;
	text-align: center;
}

.feature ul{
	line-height: 1.5;	
}

.feature img{
	float: left;
	padding: 10px 30px 10px 0px;
	margin: 0 10px 10px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 10px 10px 0px;
}

.story ul{
	line-height: 1.3;	
}

.story2{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 90%;
}

.story2 p{
	padding: 0px 10px 10px 10px;
}


.story2 img{
	float: left;
	padding: 10px 10px 10px 0px;
	margin: 0 10px 10px 0px;
}

.story td,.story2 td {
	font-size: 90%;
}

.reference{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 90%;
}

.reference p{
	padding: 0px 20px 5px 10px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #36a828;
	border-bottom: 1px solid #36a828;
	font-size: 75%;
	color: #666666;
	padding: 5px 10px 5px 10px;
	margin-top: -1px;
	width: 730px;
	background-color: #ffffff;

}

#siteInfo td{
	font-size: 100%;
}

/* 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: 2px 4px 2px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 0px 0px 0px 10px;
	border-bottom: none;
	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;}
#navBar a:hover {color: #000000}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #accf7d;}

/* fix for browsers that don't need the hack */
html.body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: -1px 0px 0px 0px;
	border-top: 1px solid #accf7d;
	border-bottom: 1px solid #36a828;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #36a828;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #36a828;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #d4ff9c;
	background-color: #bfe58c;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 90%;
	margin-top:-1px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

.advert,#advert{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	/* border-top: 1px solid #36a828;  */
}

.advert img,#advert img{
	display: block;
	text-align: center;
}

#advert2{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	/* border-top: 1px solid #36a828;  */
}

#advert2 img{
	display: block;
	text-align: center;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** .blankgap styles **************/
/* the blankgap div is for filling up the gaps in the navbar */
.blankgap30 {
	padding: 0px 10px 0 10px;
	height: 30px;
}
.blankgap50 {
	padding: 0px 10px 0 10px;
	height: 50px;
}

.blankgap100 {
	padding: 0px 10px 0 10px;
	height: 100px;
}

.blankgap200 {
	padding: 0px 10px 0 10px;
	height: 200px;
}

.blankgap300 {
	padding: 0px 10px 0 10px;
	height: 300px;
}

.blankgap400 {
	padding: 0px 10px 0 10px;
	height: 400px;
}
.blankgap500 {
	padding: 0px 10px 0 10px;
	height: 500px;
}


/************** styles for the left menu **************/
.menudiv {background-color:#D3FCA9}
.menudiv td {font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.menudiv p {font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin-top: 12px; margin-bottom: 6px}
.menudiv b {font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #666666}
.menudiv a:link {color: #333333; text-decoration: underline}
.menudiv a:visited {color: #666666; text-decoration: underline}
.menudiv a:hover {color: #FFFFFF; text-decoration: none;background-color: #FF0033}
.menudiv a:active {color: #000000; text-decoration: underline}
.menuBottom {font-family: Arial, Helvetica, sans-serif; font-size: 11px;color: #000000; background-color:#8BBA5C}
.menuBottom a:hover {color: #ffffff; text-decoration: none;background-color: #FF0033;}
.menuBottomBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px
}
.menuBottomBold a:visited {color: #ffffff; text-decoration: none}
.menuBottomBold a:hover {color: #FFFFFF; text-decoration: none;background-color: #FF0033;}

/************** styles for the Maucaulay header **************/
.strapline {
  font-family: Times New Roman, Times, serif;
  font-size: 15px;
  font-style: italic;
}
.stralinetitlepic12 {
  background-image: url(../images/titlepic1-2.jpg);
}

.stralinetitlepic13 {
  background-image: url(../images/titlepic1-3.jpg);
}
.whiteText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}
#ShortNav{
  position:absolute; 
  width:201px; 
  height:22px; 
  z-index:2; 
  left: 532px; 
  top: 25px;
  font-size: 90%;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
}
#ShortNav a{
  color: #FFFFFF;
}

#TimeDisplay{
  position:absolute; 
  width:201px; 
  height:22px; 
  z-index:2; 
  left: 140px; 
  top: 22px;
  font-size: 85%;
  font-weight: normal;
  color: #FFFFFF;
  text-align: right;
}

/************** Other styles for Tables **************/

#CaptionFig2{
     position:absolute; 
     width:200px; 
     height:130px; 
     z-index:1; 
     left: 540px; 
     top: 56px;
     padding: 3px 3px 3px 3px;

}

#CaptionFig{
	float: right;
	width:215px; 
	height:60px;
	z-index: 1;
 	margin:  0px 0 0 0;
 	padding: 0px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #cc0000;
}
.subhead1 {
     font-family: Arial, Helvetica, sans-serif; font-size: 120%; font-weight: bold;COLOR: #777777;
}
.subhead2 {
     font-family: Arial, Helvetica, sans-serif; font-size: 110%; font-weight: bold;COLOR: #666666;
}
.subhead3 {
     font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold;COLOR: #403020;
}
.grey {color: #666666 }


.justified
{
	text-align: justify;
}
.FigCaption
{
	font-size: 10px;
	text-align: justify;
	color: #555555;
	vertical-align: bottom;
     padding: 3px 3px 3px 3px;

}
.tt2line
{
    padding-right: 3px;
    border-top: #a0a0a0 1px solid;
    padding-left: 3px;
    color: #201000;
    line-height: 18px;
    border-bottom: #a0a0a0 1px solid
}
.tt2linejustified
{
	border-top: #a0a0a0 1px solid;
	color: #201000;
	line-height: 16px;
	border-bottom: #a0a0a0 1px solid;
	text-align: justify;
	vertical-align: middle;
        padding: 10px 3px 10px 3px;

}
.tt1line
{
    font-weight: normal;
    /* color: #302010;  */
    /* line-height: 18px; */
    border-bottom: #a0a0a0 1px solid;
    text-align: justify;
}

.box
{
    border-right: #777777 1px solid;
    padding-right: 5px;
    border-top: #777777 1px solid;
    padding-top: 5px;
    border-left: #777777 1px solid;
    padding-left: 5px;
    border-bottom: #777777 1px solid;
    padding-bottom: 5px;
    background-color: #ffffff
}
.greybox
{
    border-right: #777777 1px solid;
    padding-right: 5px;
    border-top: #777777 1px solid;
    padding-top: 5px;
    border-left: #777777 1px solid;
    padding-left: 5px;
    border-bottom: #777777 1px solid;
    padding-bottom: 5px;
    background-color: #f0f0f0
}

.TableTitleRow
{
    line-height: 18px;
    background-color: #99ccc9;
    font-weight: bold;
    color: #403020;
}
.TableRow1
{
    line-height: 18px;
    background-color: #f0f0e8;
}
.TableRow2
{
    line-height: 18px;
    background-color: #98fb98;
}
