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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	/*line-height: 1.166;*/
	margin: 0px;
	padding: 0px;
	background-color: #00704A;
	background-image: url(images/repeat-right_BG.gif);
	background-repeat: repeat-y;
	background-position: 0px 40px;
}

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

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

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

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

h1{
 font-family: Arial, sans-serif;
 font-size: 150%;
 color: #27468E;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 110%;
 color: #27468E;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 90%;
 color: #5E6576;
 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: 0px 0px 0px;
	width: 100%;
}

#navBar{
	float: left;
	width: 227px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#headlines{
	float:right;
	background-image: url(images/repeat-right.gif);
	background-repeat: repeat-y;
	height: 600px;
	width: 125px;
}

#content{
	float: left;
	width: 394px;
	padding: 14px 0px 0px 46px;
}

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

#siteName{
	margin: 0;
	padding: 0 0 0 0px;
	visibility: visible;
	height: 94px;
	background-color: #00704A;
}


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

#globalNav{
	padding: 2px 0px 0px 290px;
	border-bottom: 5px solid #00704A;
	color: #B1BFCD;
	font-size: 12px;
	text-transform: uppercase;
	height: 18px;
	background-color: #FFFFFF;
}

#globalNav a {
	padding: 0 8px 0 8;
}

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

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*font-size: 18px;*/
	border-bottom: solid #757575 2px;
}

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

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


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	margin-bottom: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
}


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

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

.story p{
	padding: 0px 0px 10px 0px;
}


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

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

#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-size: 12px;
}
#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: 14px 0px 0px 0px;
	font-size: 90%;
}

#sectionLinks h3{
	background-color: #27468E;
	padding: 5px 0px 0px 15px;
	height: 23px;
	color: #FFFFFF;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 25px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks a:hover{
	color: #27468E;
	font-weight: bold;
	text-decoration: none;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 10px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	padding: 2px 0px 2px 50px;
	color: #CCCCCC;
	font-weight: bold;
}

.relatedLinks a:hover{
	color: #27468E;
	font-weight: bold;
}
/************** #advert styles **************/

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

#advert img{
	display: block;
}


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
#globalNav a {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #A6B4C2;
}
#edge {
	background-image: url(images/repeat-right.gif);
	background-repeat: repeat-y;
	height: 600px;
	width: 100%;
	float: left;
	background-color: #27468E;
}
.slice {
	padding: 0px;
	margin: 0px;
	clear: both;
	float: right;
}
.slice-left {
	/*padding: 0px;*/
	margin: 0px;
	padding-right:20px;
	clear: both;
	float: left;
}

.slice-right {
	padding-left: 10px;
	margin: 0px;
	clear: both;
	float: right;
	padding-bottom: 10px;
}
#navBar #sectionLinks li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.footnote {
	font-size: 12px;
	font-style: italic;
}
#content .Small td {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
