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

hr{
	color:#993333;
}

a[target="_blank"],
area[target="_blank"],
form[target="_blank"]
  { target-new: tab; }

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #996666;
	text-decoration: underline;
	font-weight:bold;
}

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: #990000;
 padding-bottom:20px;
}

h2{
 font-size: 114%;
 color: #990000;
}

h3{
 font-size: 100%;
 color: #660000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #990000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/******  Carry over from SWF version ************/
#link-b1 {         /* black & underlined */
	text-decoration: underline;
	color: #000000;
}

#link-w1 {         /* white & underlined */ 
	text-decoration: underline;
	color: #FFFFFF;
}

#link-m1 {         /* maroon & underlined */ 
	text-decoration: underline;
	color: #993333;
}

#link-b0 {         /* black & NO underline */ 
	text-decoration: none;
	color: #000000;
}

#link-w0 {         /* white & NO underline */ 
	text-decoration: none;
	color: #FFFFFF;
}

#link-m0 {         /* maroon & NO underline */ 
	text-decoration: none;
	color: #993333;
}

.maroon {
	color: #993333;
	font-weight:bolder;
}
			
/***********************************************/
/* SiteMap classes                             */
/***********************************************/
.mapsection {
	/*font-family: Tahoma;*/
	font-size: 12px;
}

.mapitem {
	/*font-family: Tahoma;*/
	font-size: 10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	/*border-bottom: 1px solid #990000;*/
	width: 100%;
	background-color: #993333;
	height: 80px;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
/*.story a:link {
	color: #990000;
	text-decoration: none;
}

.story a:visited {
	color: #993333;
	text-decoration: none;
}

.story a:hover {
	color: #996666;
	text-decoration: underline;
}*/

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

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #CCCCCC;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	/* 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;
}

/************* #search styles ***************/
#search{
	padding: 5px 5px 5px 10px;
	border-top: 1px solid #CCCCCC;
	font-size: 80%;
	margin-top: -1px;
	border-bottom: 1px solid #CCCCCC;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #990000;
}

/*********** #navBar styles ***********/
#navBar{
	/*padding: 0px;*/
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 79% 0px 0px;
	position: relative;
}

#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 #EEEEEE;}

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

#sectionLinks a:hover{
	border-top: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	padding: 2px 0px 2px 10px;
}

/*********** .relatedLinks styles ***********/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-top: 1px solid #CCCCCC;
	margin-top: -1px;
}

.relatedLinks a{
	padding: 4px 4px 4px 0px;
	display: block;
    margin-left: auto;
    margin-right: auto
}

.relatedLinks h2{
	font-size: 90%;
	padding: 10px 0px 2px 0px;
}

/* \*/
html #link-b1,
html #link-w1,
html #link-m1,
html #link-b0,
html #link-w0,
html #link-m0,
html #sectionLinks,
html .maroon, 
html .relatedLinks, 
html #navBar,
html #search,
/*html #masthead,
*/html #siteInfo,
html .story,
html .content
{height: 1%;}
/* Holly hack */
