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

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

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

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: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

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

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top-width: 10px;
}

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: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

img{
	border: none;
}


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

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 60px;
	font-size: x-large;
	background-color: #982417;
}

/*********** The Left Column ***************/
#navBar{
	position: absolute;
	left: 0px;
	top: 71px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #d17415;
}
#navLabel{
	width: 100%;
	height: 30px;
	background-color: #4a6076;
}

#headlines{
	width: 100%;
	padding-left: 10px;
}
#headlinesLabel{
	width: 100%;
	height: 30px;
	background-color: #4a6076;
}

/*********** The Middle Column ***************/
#content{
	margin-left: 201px;
	height: 100%;
	border:1px solid #cccccc;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	background-color: white;
}
#specialAnnouncement{
	margin-left: 201px;
	margin-right: 201px;
	height: auto;
	line-height: 1;
	text-align: center;
	background-color: #8CB08A;
	border-bottom: 4px double #cccccc;
	padding-bottom: 4px;
}
#specialAnnouncement p {
	font-size: 80%;
	padding: 0px 4px 4px 4px;
	color: #000000;
	font-family:"Courier New", Courier, monospace;
	text-align: left;
}
#specialAnnouncement h2{
	width: 100%;
	padding: 6px 4px 0 4px;
	font-size: 135%;
	color: #CCCCCC;
	border-color: #ECE9D8;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #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: 0px;
	padding: 0px 0px 0px 10px;
}

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

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 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: 10px 10px 0px 0px;
}


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}
.story h3 {
	text-align: center;
}

.story ul{
	font-size: 10pt;
	font-weight: bold;
	line-height: 2.5;
}

/************* #masthead styles ***************/

#masthead a {
 color: white;
}

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

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

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/*********** #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{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:hover{
	background-color: #dddddd;
}
#sectionLinks a.activeTab, a.activeTab:hover, a.activeTab:visited {
  background-color: white;
  border: none;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{

	margin: 0px;
	padding: 0px 0px 0px 4px;
	font-size: 90%;
}
.relatedLinks ul{
	list-style-type: none;
	padding: 2px 0px 2px 0px; /* Removes list indent in Firefox */
	margin-left:0px;          /* Removes list indent in IE7 */

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

.relatedLinks a {
	display: block;
	font-size: 90%;
	padding: 0 4px 2px 0;
}
/*
.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
}
*/
/************** #advert styles **************/

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

#advert img{
	display: block;
}


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #content styles **************/

#content h1{
	text-align: center;
	display: block;
	width: 100%;
	padding: 6px 0 0 0;
	font-size: 175%;
	color: #982417;
}
#content h2{
	text-align: center;
	display: block;
	width: 100%;
	padding: 6px 0 0 0;
	font-size: 125%;
	color: #982417;
}
#content h4{
	text-align: left;
	font-size: 100%;
	color: #982417;
	padding: 10px 0 0 0;

}
