/***********************************************/
/* nhn.css - based on 2col_leftNav             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000033;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #0000ee;
	text-decoration: none;
	font-variant: small-caps;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #841617;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
}

h2{
 font-size: 120%;
}

h3{
 padding-top: 10px;
 font-size: 100%;
}

h4{
 font-size: 90%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #ffffdd;
}
				
.bigger {
  font-size: 125%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
/*	background-color: #FFFCE9; */
	background-color: #FDF9D8;
}

#masthead table {
    border: none;
	width: 100%;
}

#masthead img {
    border: none;
}

#masthead a{
    font-variant: inherit;
	color: #841617;
}

#navBar{
	float: left;
	width: 22%;
	padding: 0px;
	background-color: #841617;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 73%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
    font-size: 200%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#mastpic {
    width: 22%;
}

#mastmain {
    width: 77%;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	background-color: #FDF9D8;
	border-width: 0px 2px 2px 1px;
	border-color: #000090;
	border-style: outset;
	width: 50%;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
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 {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #0000cc; 
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	background-color: #FDF9D8;
	color: #cccccc;
	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;
	border: none;
	width: 30px;
}

#siteInfo a{
    border: none;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 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 10px;
}

#sectionLinks li {
    color: #fdf9d8;
	border-top: 1px solid #cccccc;
}

#sectionLinks a {
    color: #fdf9d8;
}
	
#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	color: #fdf9d8;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #ffffff;
	color: #aa0000;
	padding: 2px 0px 2px 10px;
}
#smalltext{
	font-size: 50%;
}
