/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/
/***********************************************/
/* Right site tag styles                             */
/***********************************************/ 



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	margin-top:0;
	margin-left:5%;
	margin-right: 5%;
	font-size:85%;
	background-color:#FFFFFF;
	}
/*for scalable text*/
*html body{
	font-size:90%;
	f\ont-size:90%;
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #660033;
	text-decoration: underline;
	font-weight: bolder;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color:#182010;
}

h2{
	font-size: 110%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin: 10px 0 0 0;
}

h3{
	font-size: 100%;
	color: #182010;
}

h4{
	 font-size: 100%;
	 font-weight: normal;
	 color: #333333;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 0 0 0;
	padding: 5px 10px 0 5px;
	Width:100%;
	background-color: #FFFFFF;
	
}

#masthead h1{
	font-size: 32px;
	color:#1F2211;

	}
#masthead img{
margin-right:6px;
}
#content{
	clear:both;
	width:100%;
	border-bottom: 1px solid #776655;
	border-left:  1px solid #776655;
	border-right:  1px solid #776655;
	background-color: white;
	margin-left: 5px;
}

#writing{
	float: left;
	width:80%;
	margin-left: 5px;
	background-color: #FFFFFF;
}

#action{
font-family: Georgia, "Times New Roman", Times, serif; 
width:18%;
float:right;
background-color: white;

}

#action a{
color: #990000; 
font-size: 130%; 
font-style: italic; 
text-decoration: underline;
}

#action a:hover{
color: #333333;
text-decoration: none;
}

/*********** #nav styles ***********/

#nav {
	float:left;
	background: url("images/bg.gif") repeat-x bottom;
	width:100%;
 	font-size:100%;
   	line-height:normal;
      }
	  
#nav ul {
 	margin: 0; 
	padding:10px 10px 0;
	list-style:none;
      }
	  
#nav li {
    float:left;
    background:url("images/norm_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
      }
    
#nav a {
    float:left;
    display:block;
    background:url("images/norm_right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#182010;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/

#nav a {float:none;}
    /* End IE5-Mac hack */

#nav a:hover {
	color:#333;
}

#nav #current {
	background-image:url("images/norm_left_on.gif");
	border-width:0;
    }
    
#nav #current a {
	background-image:url("images/norm_right_on.gif");
	color:#333;
	padding-bottom:5px;
      }


/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	margin: 0px;	
	padding: 0px 0px 10px 10px;
}

/************** utility styles *****************/

#utility{
	font: 85%  Georgia, serif;
	float:right;
	top: 16px;
	right: 0px;
	border:2px;
	border-style: dotted;
	padding: 5px 5px 5px 5px;
}

#utility a{
	color: black; 
	text-decoration:underline;
	}

#utility a:hover{
	text-decoration: none;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #000000;
	padding: 1px 1px 1px 1px;
	margin: 0 0 0 0;
	text-align:center;
	/*position: relative;*/
	background-color: #FFFFFF;
	width:100%;



/* 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;	
}
*/


/************* Hall of Fame styles ***************/
#HOF-Nav{
	float:left;
	width:15%;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#HOF-content{
float:right;
width:85%;
font-family: Georgia, "Times New Roman", Times, serif;
}
