td					{ font-family		  : verdana,arial,helvetica,sans-serif;
					  font-size           : 11px;
					  letter-spacing      : +.2px;
					  line-height         : +1.5em;
					  color               : #000000;
					}
					
					
					
.head				{ font-size           : 13px;
					  letter-spacing      : -0.4px;
					  color               : #414c62;
					  font-weight		  : bold;
					}
					
.subhead			{ font-size           : 11px;
					  letter-spacing      : -.2px;
					  color               : #414c62;
					  font-weight		  : bold;
					}
					
a                   { color               : #414c62;
					  text-decoration     : underline;

					}
					
a:hover     		{
	text-decoration     : none;
	color: #414c62;
					}
					
a:visited     		{ color               : #333333;
					}
					
li { 
	padding:0 0 6px 0;
}

#bottom{background-color:#414C62; border-style: solid; border-width: thin; border-color: #999965;}

#footer{width:760px; padding-top:5px; text-align:right; font-size:10px; color:#cccccc; font-family:verdana,arial,helvetica,sans-serif;}


/* TEXT */
h3 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	font-size: 15px;
	line-height: normal;
	color: #333333;
}

h4 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	font-size: 12px;
	line-height: normal;
	color: #333333;
}
h1 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	font-size: 28px;
	letter-spacing: -.2px;
	color:#394151;
	letter-spacing:0px;
	line-height: 1em;
}

h2 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	line-height: normal;
	color: #414c62;
	font-size: 19px;
}

	
/*============================*/
/*====== Flickr  Styles ======*/
/*============================*/
#flickr img,#flickr img a{
background:#fff7da;
padding:.1em .1em;
margin:0 .1em;
margin-bottom: .1em;
border:1px solid #666666;
}
#flickr img a:hover{
border:1px solid #898a2b;
}

/* NAV CSS */
		/*Credits: Dynamic Drive CSS Library */
		/*URL: http://www.dynamicdrive.com/style/ */
		
		.sidebarmenu ul{
		background-color: rgb(62, 65, 63);
		background-image: url('images/menu_background.jpg');
		background-repeat:no-repeat;
		margin: 0;
		padding: 0;
		list-style-type: none;
		font: bold 9px verdana,arial,helvetica,sans-serif;
		width: 119px; /* Main Menu Item widths */
		border-left: 1px solid #8d8f6e;
		z-index:10;
		}
		 
		.sidebarmenu ul li{
		position: relative;
		height: 20px;
		padding: 0;
		border-bottom: 1px solid #8d8f6e;
		border-right: 1px solid #8d8f6e;
		background-color: transparent;
		
		}
		
		/* Top level menu links style */
		.sidebarmenu ul li a{
		display: block;
		overflow: auto; /*force hasLayout in IE7 */
		color: #996;
		text-decoration: none;
		padding: 3px 5px;
		text-transform:uppercase;
		}
		
		.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
		background-color: transparent; /*background of tabs (default state)*/
		}
		
		
		.sidebarmenu ul li a:visited{
		color: #996;
		}
		
		.sidebarmenu ul li a:hover{
		background-color: #414C62;
		color: #996;
		}
		
		/*Sub level menu items */
		.sidebarmenu ul li ul{
		position: absolute;
		width: 170px; /*Sub Menu Items width */
		top: 0;
		visibility: hidden;
		border-left: 0;
		}
		
		.sidebarmenu ul li a{height:14px;}
		
		.sidebarmenu ul li ul li a:link, .sidebarmenu ul li ul li a:visited, .sidebarmenu ul li ul li a:active{
		color: #b5c3e7;
		background-color: #414c62;
		text-transform:none;
		}
		.sidebarmenu ul li ul li a:hover{
		color: #fff;
		background-color: #999965;
		}
		
		.sidebarmenu a.subfolderstyle{
		/*background: url(http://www.dynamicdrive.com/cssexamples/media/right.gif) no-repeat 97% 50%;*/
		}
		
		 
		/* Holly Hack for IE \*/
		* html .sidebarmenu ul li { float: left; height: 1%; }
		* html .sidebarmenu ul li a { height: 1%; }
		/* End */
		
/* END NAV CSS */
