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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	/*background-image: url(images/border.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

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

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


h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #664222;
 margin: 0px;
 padding: 0px;
}
#content .story p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 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{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EFEBDF;
}
#masthead img {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
}
#navBar{
	display: none;
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #644929;
	border-right: 1px solid #cccccc;
	/*border-bottom: 1px solid #cccccc;*/
}

#headlines{
  	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

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

#content .story h3 {
	color: #523614;
}

#contentIndex{
	float: left;
	width: 100%;
}
#contentIndex .storyIndex {
	background-image: url(images/border2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 50px 0px 0px 50px;
	width: 100%;
}
#contentIndex .storyIndex h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #CC9900;
	width: 650px;
	text-align: center;
}


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

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


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

#globalNav{
	display: none;
	background-color: #EFDAC5;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #644929;
	border-bottom-color: #644929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #999999;
}

#action, #globalNav img{
 display: none;
}
#masthead #globalNav a {
color: #666666;	
}
#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #8E9FCB;
}
.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #CC9900;
}

/*********** #navBar link styles ***********/
#navBar #sectionLinks h3 {
	display: none;
	color: #CCCCCC;
}

#navBar ul a:link, #navBar ul a:visited {
	display: none;
	color: #FFFFFF;
}
#navBar ul {list-style: none; margin: 0; padding: 0;
	display: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #644929;
	display: none;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.endnav {
	display: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*********** #sectionLinks styles ***********/

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

#sectionLinks h3{
	padding: 10px 0px 2px 30px;
}

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

#sectionLinks a:hover, #sectionLinks a.selected{
	background-color: #886437;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	font-size: 80%;
}

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

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

/*************** other page styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC9900;
	left: 468px;
	top: 45px;
	position: absolute;
	line-height: 24px;
	white-space: nowrap;
}
.style1 {color: #8E9FCB}
.txtsubtag {
	color: #523614;
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: bold;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	line-height: 16px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	color: #CC9900;
	font-size: 18px;
}
.floatR {
	float: right;
	padding: 0px;
	border: 1px solid #666666;
	margin-top: 34px;
	margin-bottom: 10px;
	margin-left: 10px;
}

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

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

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


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

#footer{
	display: none;
	clear: both;
	font-size: 75%;
	color: #999999;
	padding: 30px 10px 10px 30px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;*/
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footer img{
	display: none;
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************** #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;
}
.txtBold {
	line-height: 18px;
	font-weight: bold;
	color: #5F75AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtSubheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #523614;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.padLeft {
	padding-left: 30px;
}

.btntop {
	display: none;
	padding: 10px;
	float: right;
}
.btntop img {
	display: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content .feature .faq a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F5081;
	background-color: #EFEBDF;
	display: block;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.padimg {
	vertical-align: middle;
	padding-top: 2px;
}
	