
body{
	color: #eeeeee;	
	margin: 0px;
	padding: 0px;
	background-color: #1b1b1b;
	font: 100% Georgia, "Times New Roman", Times, serif;

}

a:link {
	color: #BD0420;
	text-decoration: none;
}

a:visited {
	color: #BD0420;
	text-decoration: none;
}

a:hover {
	color: #c5c3bd;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #BD0420;
}

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

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 margin: 0px;
 padding: 0px;
 color: #BD0420;
}

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

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

ul{ 
 list-style-image: url(bullet.gif) 
}

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

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

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

symbol{
  color: #BD0420;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #5a5343;
	width: 100%;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #1b1b1b;
	border-left: 1px solid #5a5343;
	border-bottom: 1px solid #5a5343;
}

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

div.float {  float: left;
  padding: 0 8% 8% 0;
  width: 125px;  }  div.float p {   text-align: left;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 75%;   }
   
div.float img {
   border: 5px solid #eee;
}   
div.galleryfloat {  float: left;
  width: 125px;
}  div.galleryfloat p {   text-align: left;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 75%;   }
   
div.galleryfloat img {
   border: 10px solid #eee;
}   



/***********************************************/
/*Component Divs                               */
/***********************************************/

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


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


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

#globalNav{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 105%;
  color: #eeeeee;
  padding: 0px 0px 0px 10px;
  white-space: nowrap;
}
/* '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;
}

#globalNav a {
  padding: 0px 4px 0px 0px; 
}


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

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

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

