body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color:#FFFFFF
}

#globalNav{
	padding: 3px 0px 6px 10px;
	white-space: nowrap;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e41b10;
	background-color: #e3e3e3;
}

#globalNav img{
	display: block;
	}

#globalNav a {
	font-size: 70%;
	font-weight: bold;
	padding: 3px 8px;
	color:#FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
	margin: 2px;
	text-decoration: none;
}

#globalNav a:hover {
	font-size: 70%;
	font-weight: bold;
	padding: 3px 8px;
	color:#FFFFFF;
	background-color: #bd500d;
	border: 1px solid #666666;
}

#siteInfo{
	sclear: both;
	font-size: 70%;
	color: #666666;
	padding: 5px 0px 5px 10px;
	margin-top: 0px;
	width: auto;
	border-top: 1px solid #E41810;
	border-right: none;
	border-bottom: 2px solid #000000;
	border-left: none;
	background-color: #e3e3e3;
}
/* 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" */

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #E41B10;
}

h2{
	font-size: 140%;
	color: #8b1d17;
	font-family: "Gill Sans MT", Arial, sans-serif;
}

h3{
	font-size: 115%;
	color: #8d1b17;
	font-family: "Gill Sans MT", Arial, sans-serif;
}

h4{
	font-size: 110%;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}

h5{
 font-size: 100%;
 color: #666666;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 70% Arial,sans-serif;
 color: #334d55;
}	

#bgshadow {
	background-color: #666666;
	background-image: url(images/bg_shadow1.gif);
	background-repeat: repeat-y;
}

#navBar{
	padding: 5px;
	background-color: #eeeeee;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: circle;
	border: 1px double #e41810;
	width: 148px;
}

#content{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 5px 10px;
}

#shoebox{
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: double;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#breadCrumb {
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	border: thin solid #FF0000;
	border: thin solid #FF0000;
	text-decoration: none;
	margin: 2px;
	border: thin solid #FF0000;
	border: thin solid #FF0000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	border: 1px solid #FFFFFF;
	border: 1px solid #FFFFFF;
	border: 1px solid #FF0000;
	border: 1px solid #FF0000;
	text-decoration: none;
}


/************** .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: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}



/*********** #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 5px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 5px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 5px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #cccccc;
	padding: 2px 0px 2px 5px;
}

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 5px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



#headlines p{
	padding: 5px 0px 5px 0px;
}
