/* CSS Document */

/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: 'Trebuchet Ms', Arial, Helvetica, sans-serif;
	background: url(background.jpg) top right no-repeat;
	font-size:90%;
	line-height:1.5em;
}

blockquote{
	margin-left:3em;
	}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6{
color: #444;

}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size:20pt;
}

h2{font-size:16pt;}

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: #334d55;
}
				

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

#masthead{
	margin: 0;
	width: 100%;
	overflow:hidden;

}

	#siteName{
	margin-bottom:1em;
	}

#navBar{
	margin: 0 69% 0 0;
	padding: 0.5em;
	
}

#content{
  float:right;
	width: 65%;
	margin: 0;
	padding: 0.5em;
}




/* Vicky's Additions */

#top-nav-container{
background-color:#fffa6a;
overflow:auto;
margin-bottom:1em;
}

#top-nav{
margin-left:4%;
padding-left:0;
list-style-type:none;
width:96%;

}

#top-nav li{
float:left;
width:16%;

}

#top-nav li a{
text-align:center;
padding:1em;
display:block;
color:#333;
text-decoration:none;
font-weight:bold;
}

#top-nav li a:hover{
background-color:#f3ed5B;
}

#tftd{
float:right;
margin:3em 3em 1em 0;
font-style:italic;
width:30em;
}