/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 2px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 150%;
 color: #CF4339;
 margin: 0px;
 padding: 0px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #24A78F;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
 color: #24A78F;
 margin: 4px 0px 2px 0px;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #24A78F;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 4px 0px 4px 0px;
	width: 100%;
	background-image: url(../images/ta-tag-line-2.gif);
	background-repeat: no-repeat;
	background-position: right 20px;
	height: 88px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #d5dcef;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/main-sections-corner-1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 2px;
}

#headlines{
	float:right;
	width: 20%;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	background-color: #3F72A9;
	background-image: url(../images/headlines-corner-1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#section_contents{
	float:right;
	width: 14%;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	background-color: #CCC9DA;
	background-image: url(../images/section_content-corner-1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content{
	float: left;
  width: 72%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	padding: 3px 0px 3px 10px;
	margin-right: 190px;
	background-color: #f2efdd;
	margin-left: 6px;
	font-size: 160%;
	margin-bottom: 8px;
	margin-top: 18px;
	letter-spacing: 0.1em;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 3px 75% 8px 6px;
	padding: 0px 0px 3px 10px;
	color: #27336f;
	background-color: #FFFFFF;
	background-image: url(../images/page-name-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #276f63;
	font-size: 100%;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 5px 10px 10px;
	border: 2px dotted #3F72A9;
	margin-left: 10px;
	background-color: #ececec;
	margin-bottom: 10px;
}

.feature h3{
	padding: 10px 0px 2px 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 140%;
	color: #d64f36;
	margin-bottom: 2px;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	margin-bottom: 10px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 5px 8px;
	margin-top: 0px;
	margin-bottom: 4px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	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;
	font-weight: bold;
	line-height: 1.1em;
	height: 2.2em;
	margin-right: 8px;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #EEE;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	margin-top: 4px;
	margin-bottom: 4px;
	vertical-align: middle;
}

/* 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;
	font-size: 85%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #CF4339;
	font-weight: bold;
	font-size: 130%;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-image: url(../images/feature_panel_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 4px;
}

.relatedLinks h3{
	padding: 5px 0px 2px 0px;
	font-size: 140%;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 2px 0px 0px 0px;
	padding: 10px 0px 100px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 0px 0px 2px 0px;
	margin-top: 1px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
#headlines h3 {
	font-size: 110%;
	color: #FFFFFF;
	margin-bottom: 1px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 0px;
	overflow: visible;
}
#headlines p a:link, #headlines p a:visited {
	display: block;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 3px;
	padding-top: -1px;
	padding-bottom: -1px;
	margin-top: 2px;
	padding-left: 1px;
	margin-left: 3em;
}#headlines hr {
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 2px dotted #999999;
	width: 80%;
}
.intropara {
	font-weight: bold;
	color: #27336f;
	font-size: 100%;
}
.currentissue {
	font-size: 100%;
	font-weight: bold;
	color: #d64f36;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 1.2em;
	margin-top: 3px;
	margin-bottom: 6px;
}
.issuecontents {
	font-size: 100%;
	margin-top: 10px;
	margin-left: 4px;
	text-align: right;
	color: #D64F36;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#section_contents {

	margin: 4px 0px 0px 0px;
	padding: 10px 0px 60px 10px;
	font-size: 80%;
}
#section_contents p {

	padding: 2px 0px 2px 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}
#section_contents h3 {
	font-size: 120%;
	color: #276f63;
	font-style: italic;
}
#section_contents p a:link, #section_contents p a:visited {
	display: block;
	font-weight: bold;
}
#content2 {

	float: left;
  width: 63%;
}
#calendar {
	background-image: url(../images/calendar-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 4px;
	padding-left: 4px;
}
#boardnews {
	background-image: url(../images/boardnews-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 4px;
	padding-left: 4px;
}
#specprojects {
	background-image: url(../images/spec-projects-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 4px;
	padding-left: 4px;
}
#clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.story img {
	float: right;
	padding: 3px;
}
.homepanelstop {
	background-color: #FFFFFF;
	background-image: url(../images/rh-panels-tlhc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 4px;
	padding-left: 4px;
	height: 10px;
	overflow: hidden;
}
#prognews {

	background-image: url(../images/prog_news-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 4px;
	padding-left: 4px;
}
#navimage {
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	width: 112px;
	margin-bottom: 30px;
}
#news {
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 4px;
	padding-left: 4px;
	text-align: left;
}
#masthead img {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	overflow: hidden;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
#tagline {
	float: right;
	vertical-align: middle;
	clear: none;
}
#tagline img {
	float: right;
}
#contenthome {
	float: left;
	width: 55%;
}
.featurehome {
	padding: 0px 5px 10px 10px;
	font-size: 100%;
	border: 2px dotted #3F72A9;
	margin-left: 10px;
	background-color: #ececec;
	height: 380px;
	margin-bottom: 10px;
}
.featurehome img {
	float: left;
	padding: 10px 15px 0px 0px;
	margin-bottom: 10px;
}
.featurehome h3 {

	padding: 10px 0px 2px 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 140%;
	color: #d64f36;
	margin-bottom: 2px;
}
.highlight {
	color: #CF4339;
}
td {
	background-color: #FFFFFF;
	text-align: center;
}
table {
	background-color: #CCCCCC;
	margin-bottom: 6px;
}
.current {
	background-color: #CCC9DA;
}
.lastupdated {
	float: right;
	color: #663333;
	font-size: 80%;
}
.ccboxes {
	font-size: 200%;
}
.plainbox {
	border: 1px solid #000000;
}
.cellsborder {
	border: 1px solid #000000;
}
