/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body      { color: #3b3030; font-size: 13px; font-family: Arial, sans-serif; line-height: 0.5cm; margin: 0; padding: 0 }
td        { color: #009; font-size: 14pt; font-family: Verdana, Arial, sans-serif; line-height: 1cm; text-decoration: none; margin: 0; padding: 0 }
input, select{
	font-family: Arial,sans-serif;
	font-size:13px;
	color: #413F3F;
	margin:5px 0 0 5px;	
}
a:link, a:hover a visited {
	color: #C36;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #B00;
	text-decoration: underline;
	outline: none;
}



/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6  {
	color: #6C1318;
	font-family: Arial, sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0
}
h1  {
	color: #111;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.5cm;
	text-decoration: none;
	text-align: left;
}
h2   {
	color: #111;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 0.5cm;
	text-decoration: none;
	padding: 15px 0 0
}
h3  {
	color: #111;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 0.45cm;
	font-weight: bold;
}
h4{
	font-size:16px;
	font-weight: bold;
	color: #A8094C;
}
h5{
	font-size:13px;
	color: #334d55;
}
h6   { color: #009; font-size: 14pt; font-family: Arial, sans-serif, Arial; font-style: normal; font-weight: 500; line-height: 0.5cm; font-stretch: semi-expanded }
p      {
	color: #111;
	font-size: 12pt;
	line-height: 0.5cm;
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}
ul  {
	color: #FFF;
	list-style-type: square;
	font-size: 12px;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
label{
 font: bold 13px Arial,sans-serif;
 color: #334d55;
}
.burgundy {
	background-color:#004080;
}			
.issue {
	padding: 0 0 20px 0;
	color:#7B7B7B;
	font-style:italic;
	text-align:right;
	font-size: 11px;
block;
	pad
	font-size: 15px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin:0;
}
.author {
	padding: 0 0 5px 0;
	color:#7B7B7B;
	font-style:italic;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0;
	padding:  0px;
	border-bottom: none;
}
#navBar{
	margin: 0;
	padding: 0px;
	background-color: #eeeeee;
}
#content{
	margin: 0;
	padding: 20px 20px 20px 20px;
}
#siteInfo{
	border: 1px solid #004080;
	font-size: 12px;
	color: #7B7B7B;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
}
/* 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: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/
#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{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #004080;
}
#sectionLinks a{
	display: block;
	padding: 2px 0px 2px 10px;	text-decoration: none;
                outline: none;}
#sectionLinks a:hover{
	background-color: #dddddd;
}

/************** #headlines styles **************/
#headlines{
	font-size:12px;
	margin: 0px;
	padding:10px 0 7px 0;
}
#headlines p{
	margin:0;
	padding: 3px 0px 7px 0px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0;
	border: 1px solid #004080;
	background-color: #FFFFFF;
}

/*************** #pageName styles **************/
#pageName{
	font-family: Verdana,Arial,sans-serif;
	font-size: 16px;
	color: #677D8C;
	font-weight:bold;
	padding: 0px 0px 10px 0;
}

/************* #globalNav styles **************/
#globalNav{
	height:18px;
	color: #cccccc;
	padding:3px 0 0 0;
	margin:0;
	border-left: none
	border-right: none
}

/************* #legal styles *************/
.legal{
	font-size: 11px;
	padding: 5px 0px 5px 0;
}

/************** .feature styles ***************/
.feature{
	padding: 0 0 10px 10px;
}
.feature h3{
	padding: 0 0 5px 0;
}
.feature p{
	padding-top:0;
}

/* PHOTOS */
.photo_left {
	clear:both;
	float:left;
	padding:0 15px 0 0;
}
.photo_right {
	clear:both;
	float:right;
	padding: 0 10px 0 15px;
}
.photo_caption {
	padding: 10px 0 10px 0;
	font-size:11px;
	color:#7B7B7B;
}

/************** .story styles *****************/
.story{
	clear: both;
	padding:0;
}

/* COLORS */
.grey	{
	background-color: #eeeeee;
}
.taupe	{
	background-color: #E6DDC1;
}

.quote {
	text-align: center;
	color:#A99C98; 
	font-weight:bold;
	line-height:20px;
	padding: 0 0 0 10px;
}
.quote_left {
	color:#A99C98; 
	font-weight:bold;
	line-height:20px;
	padding: 0 0 0 10px;
}
.line_horiz {
	margin:20px;
	border-bottom:1px solid #BABABA;
}
.box {
	border:1px solid #bababa; padding:10px 7px 10px 10px;
}
.first_ltr {
	font-size:37px;float:left; line-height:36px; padding:0; margin:0;
}
.Address1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #700;
	text-align: center;
}
#header {
	color: #FFC;
}
