#frame { 
	width: 726px;
	margin: 20px auto 0px auto;
	padding: 20px 20px 10px 20px;
	text-align: center; 
	border: 1px solid black;
	background: white;
	}
	
body {
	color: black; 
	background: #555;
	font-family: verdana,helvetica,sans-serif; 
	font-size: 100%;
	}

p {
	font-size: .8em;
	}

/* redundant selectors to help NS4 not forget */
div, p, th, td, li, dd, dl, dt    {
    font-family:  verdana, helvetica, sans-serif;
    }

li {
	font-size: .75em;
	}

a:link	{
	color:	#025C91;
	background-color: transparent;	
	}
a:visited	{
	color:	#6597C0;
	background-color: transparent;
	}
a:active	{
	color:	#000000;
	background-color: transparent;
	}
a:hover	{
	color:	#F38B56;
	background-color: transparent;
	}

#summary {
	border-top: 1px dotted #999;
	vertical-align: middle;
	padding-top: 10px;
	}
	
#summary h2 {
	font-family: verdana,helvetica,sans-serif;
	font-size: .9em;
	color: #444;
	line-height: 1.5em;
	color: #40516f;
	padding-bottom: 5px;
	}
	
#menu {
	font-family: verdana,helvetica,sans-serif;
	font-size: .6em;
	padding-bottom: 10px;
	}

#menu td {
	height: 20px;
	vertical-align: middle;
	}


.quote-left {
	font-family: verdana,helvetica,sans-serif;
	font-size: .85em;
	line-height: 1.2em;
	color: #2E3A50;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}

.quote-right {
	font-family: verdana,helvetica,sans-serif;
	font-size: .85em;
	line-height: 1.2em;
	color: #2E3A50;
	padding-bottom: 10px;
	}

#content {
	border-bottom: 1px solid #F38B56;
	border-top: 1px solid #F38B56;
	padding-top: 10px ;
	padding-bottom: 10px;
	margin: 0px 0 0px 0;
	}

#content td {
	padding-right: 10px;
	}

#content h3 {
	font-family: verdana,helvetica,sans-serif;
	font-size: .75em;
	line-height: .75em;
	color: #40516f;
	}

#news strong {
	color: #40516f;
	}

#bio img {
	border: 1px solid black;
	}

#bio p {
	font-family: verdana,helvetica,sans-serif;
	font-size: .75em;
	line-height: 1.2em;
	color: #2E3A50;
	padding-right: 10px;
	}	

#news {
	border-bottom: 1px dotted #999;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#sidebar {
	padding-left: 10px;
	font-family: verdana,helvetica,sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	color: #2E3A50;
	}

#special {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#sidebar p {
	padding-bottom: 10px;
	}
	
#special p {
	font-family: verdana,helvetica,sans-serif;
	font-size: .7em;
	line-height: 1.2em;
	}

#news-sidebar p {
	font-family: verdana,helvetica,sans-serif;
	font-size: .65em;
	line-height: 1.1em;
	color: #2E3A50;
	}

#news-sidebar h3 {
	font-size: .65em;
	line-height: .25em;
	}

#footer p {
	font-family: verdana,helvetica,sans-serif;
	font-size: .65em;
	color: #808080;
	}


/* turns off gaps around images */
img	{
	border:	0;
	display: block;
	}

