html {
	height: 100%;
	}
body {
	height: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: #6f6f6f;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow-y: scroll;
}
p {
	font-weight: normal;	
	font-family: verdana, sans-serif;
	font-size: 11px;	
	color: #333333;	
}
.project_list {
	font-weight: normal;	
	font-family: verdana, sans-serif;
	font-size: 11px;	
	color: #333333;	
	margin-top: 0px;
	margin-bottom: 3px;	
	margin-left: 3px;
}
.date {
	font-weight: normal;	
	font-family: verdana, sans-serif;
	font-size: 11px;	
	color: #555555;	
}
.nav {
	font-weight: bold;	
	font-family: verdana, sans-serif;
	font-size: 12px;	
	color: #222222;
   border-bottom: 3px solid White;			
}
h1 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	text-align: left;
	color: #0055A5;
	text-transform: none;
}
h2 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	text-align: left;
	color: #0055A5;
	margin-bottom: 8px;	
}
a:link {
	color : #0055A5;
	text-decoration : none;
	font-weight : bold;
	font-family: verdana, sans-serif;
 } 
a:visited {
	color : #0055A5;
	text-decoration : none;
	font-weight : bold;
	font-family: verdana, sans-serif;
}
a:hover {
	color : #0055A5;
	text-decoration : none;
	font-weight : bold;
	font-family: verdana, sans-serif;
}
a:active {
	color : #0055A5;
	text-decoration : none;
	font-weight : bold;
	font-family: verdana, sans-serif;
} 
a.nav_left:link {
	color : #0055A5;
	text-decoration : none;
	font-weight : normal;
}
a.nav_left:visited {
	color : #0055A5;
	text-decoration : none;
	font-weight : normal;
}
a.nav_left:active {
	color : #0055A5;
	text-decoration : none;
	font-weight : normal;
}
a.nav_left:hover {
	color : #0055A5;
	text-decoration : underline;
	font-weight : normal;
}
a.nav_drop:link {
	color : #0055A5;
	text-decoration : none;
	font-weight : normal;
}
a.nav_drop:visited {
	color : #0055A5;
	text-decoration : none;
	font-weight : normal;
}
a.nav_drop:active {
	color : #0055A5;
	text-decoration : none;
	font-weight : normal;
}
a.nav_drop:hover {
	color : #00386A;
	text-decoration : none;
	font-weight : normal;
}
a.tracks:link {
	color : #8FB4D7;
	text-decoration : none;
	font-weight : normal;
}
a.tracks:visited {
	color : #8FB4D7;
	text-decoration : none;
	font-weight : normal;
}
a.tracks:active {
	color : #8FB4D7;
	text-decoration : none;
	font-weight : normal;
}
a.tracks:hover {
	color : #0055A5;
	text-decoration : none;
	font-weight : normal;
}
ul {
   margin-top: 6px;
	font-weight: normal;	
	font-family: verdana, sans-serif;
	font-size: 11px;	
	color: #333333;	
}
ol {
   margin-top: 6px;
	font-weight: normal;	
	font-family: verdana, sans-serif;
	font-size: 11px;	
	color: #333333;	
}
li {
	margin-bottom: 4px;
}
#fader_right {
	background-image: url(images/fader_right.gif);
	background-repeat: no-repeat;
	width: 2px;
	padding-top: 25px;
}
#right {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	width: 8px;
}
#left {
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	width: 8px;
}
#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 66px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px solid #000000;
	display: block;
	height: 96px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 66px;
}

#pic a.p1:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 0px solid #000000;
	height: 400px;
	left: -250px;
	position: absolute;
	top: -150px;
	width: 260px;
}

