body	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #cccccc;
	background-image:url(/images/bg_gray.gif);
	background-repeat: repeat-y;	
}

h1 {
	font : bold 1.2em arial, helvetica, sans-serif;
	color : #ffffff;
	margin-bottom : 9px;
	margin-top : 0px;
}

h2 {
	font : 1.2em Verdana, sans-serif;
	color : #ffffff;
	margin-bottom : 9px;
	margin-top : 0px;
}

h3 {
	font : bold 1.4em Verdana, sans-serif;
	color : #ffffff;
	margin-bottom : 9px;
	margin-top : 0px;
}

h4 {
	font : 1.4em Verdana, sans-serif;
	color : #ffffff;
	margin-bottom : 9px;
	margin-top : 0px;
}

li {
	padding : 0 0 5 0;
}

#logo {
	position : absolute;
	left : 115px;
	top : 20px;
}

#utilitybutton {
	position: absolute;
	left : 470px;
	top : 20px;
}

#tagline {
	position : absolute;
	left : 150px;
	top : 80px;
}

/* Bio page has a grey background, so some color need to be changed */
#mainnavBio {
	position: absolute;
	left : 143px;
	top : 127px; /* different position from picture because of padding from 'a' attribute below */
}

#mainnavBio a {
	font :  10px verdana, sans-serif; 
	color : #ffffff; 
	text-decoration : none;
	text-indent : 15;
}

#mainnavBio a:hover { color : #000000; text-decoration : none; background : #cccccc;}
#mainnavBio a:active {color: #000000; text-decoration: none; background : #cccccc;}
#mainnavBio a:visited {color : #ffffff; text-decoration: none;}
#mainnavBio a:visited:hover { color : #000000; text-decoration : none; background : #cccccc;}

#mainnavBio a.mainnavonBio  {
	font-weight : bold;
	color : #000000; 
}
/*    end of color changes for bio  */


#picture {
	position : absolute;
	left : 0px;
	top : 130px;
}

#breadcrumb {
	padding : 0 0 0 35px;
	font : 10px/14px Verdana, sans-serif; 
	color : #ffffff;
}

#search {
	position: absolute;
	left: 150px;
	top: 170px;
}

#searchgo {
	padding : 2 0 2 0;
}

#bodyarea {
	margin : 220 0 0 0;
} /* using margin for NS to allow scroll bar to appear */

.date {
	font : 10px Verdana, sans-serif; 
	color : #ffffff;
}

#subnavigation {
	padding : 0 0 25 0;
}

#subnavigation a {
	font :  bold 10px verdana, sans-serif; 
	color : #ffffff; 
	text-decoration : none;
	display: block; 
	background : #666666; 
	padding: 2px 2px 2px 0px;
	margin : 0 0 0 0;
	width : auto;
}

#subnavigation a:hover { color : #000000; text-decoration : none; background : #cccccc;}
#subnavigation a:active {color: #000000; text-decoration: none; background : #cccccc;}
#subnavigation a:visited {color : #ffffff; text-decoration: none;}
#subnavigation a:visited:hover { color : #000000; text-decoration : none; background : #cccccc;}

/* Bio page has grey background, text need to be white    */
#contentarea {
	width : auto;
	font: .8em/14px Verdana, sans-serif; 
	color : #ffffff;
	padding : 0 20 25 35;
	margin : 0 0 0 0;
}


#quote{
	margin : 10px 15px 10px 15px;
	width: 111px;
	color : #ffffff;
	font: 18px verdana, sans-serif;
}
/* Bio has a grey background, so color need to change */
#footer {
	font : 10px Verdana, sans-serif; 
	color: #ffffff;
	padding : 0 0 0 35;
}

a {
	color : #ffffff;
	text-decoration : underline;
}

a:hover, a:active {
	text-decoration : none;
	color : #000000;
}

a:visited {
	color : #ffffff;
	text-decoration : underline;
}

a:visited:hover {
	text-decoration : none;
	color : #000000;
}


