body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	line-height: 150%;
}


/* Left nav links */
a.LeftNav			{ color: #000066; text-decoration: none; }
a.LeftNav:link		{ color: #000000; text-decoration: none; }
a.LeftNav:visited	{ color: #AF5600; text-decoration: none; }
a.LeftNav:active	{ color: #cc6600; text-decoration: underline; }
a.LeftNav:hover		{ color: #cc6600; text-decoration: underline; }
	

/* Underlined links in the content area and the progress bar */
a:link		{ color: #000000; text-decoration: underline; }
a:visited	{ color: #AF5600; text-decoration: underline; }
a:active	{ color: #cc6600; text-decoration: underline; }
a:hover		{ color: #cc6600; text-decoration: underline; }

hr
{
	color: #010166;
	background-color: #010166;
}

h1
{
	font-weight:bold;	
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 0;
}


h2
{
	font-weight:bold;	
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 0;
}


img.pictureframe
{
	border-width: thick;
	border-color: #bbbbbb;
}


/* Box containing a Face and it's name. */
div.facebox
{
	width: 120px;	/* Needs to be pixels since it contains an image. */
	text-align: center;
	margin-bottom: 2em;
	float: left;
}


/*	Used to end a set of floating boxes. */
div.division
{
	clear: both ;
}


/* Highlight phone number and message code */
.bigger
{
	font-size: medium;
	font-weight: bold;
	text-indent: 2em;
	padding: 0.5em;
}


.note
{
	font-style: italic;
	text-indent: -1em;
	padding: 0 0 1em 1em;
}


#header
{
	background-color: #010166;
	padding: 0;
	margin: 0;
	border: 0;
}


/* Progress bar */
#progressbar
{
	position: relative;
	vertical-align: middle;
	margin: 0;	
	padding: 0.3em 0.3em 0.3em 5em;
	background-color: #ffffff;
	border-bottom: thin solid #010166;
}


/* Left hand nav */
#left
{
	position: absolute;
	vertical-align:top;
	width: 15%;
	color:#000000;
	padding: 0.5em;
	background: #ffffff;
}


/* Content area */
#middle
{
	position: absolute;
	vertical-align:top;
	left: 15%;
	padding: 1em;
	background: #ffffff;
}


