/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #663333;
}
tr {
	font-family: Arial;
	font-size: 9px;
	line-height: 18px;
	text-indent: 0;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom-width: 0px;
	border-top-width: 0px;
	height: auto;
	color: #660000;
}
h1 {
	font-family: "Arial Rounded MT Bold";
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	color: #000099;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: center;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	text-align: center;
}

/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	background-color: #990000;
	text-align: center;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
	background-color: #CCCCCC;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	background-color: #990000;
	color: #FFFFFF;
}

#content{
  float:none;
	width: auto;
	margin: 0;
	padding: 0 3% 0 0;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
h2 {
	font-family: Arial;
	font-size: 12px;
	text-transform: none;
	color: #99FFFF;
	background-color: #003366;
	text-align: center;
	margin: 0;
}
h3 {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	text-transform: none;
	color: #666666;
	line-height: 16px;
	margin: 0;
}
table {
	border: 0px none;
	padding: 0;
}
