@charset "UTF-8";
/* CSS Document */


h1 
{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 12pt;
	color: #003300;
}

.main
{
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}

.green 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006600;
	font-weight: bold;
}

p.indent 
{
	text-indent: 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}

A:link 
{
	text-decoration: none;
    color:#006600;
    font-weight:bold;
} 

A:visited 
{
	text-decoration: none;
    color:#00cc00;
} 

A:active 
{
	text-decoration: none;
    color:#000000;
}

body
{
	margin: 0px;
	padding: 0px;
}

#navCol, #updateCol, #bioCol, #newsCol, #wordsCol
{
	display: table-cell;
}

#navCol 
{
	float: left;
	width: 160px;
	height: 100%;
}

#navTop
{
	float: none;
	width: 160px;
	height: 67px;
}

#updateCol 
{
	float: left;
	width: 175px;
	height: 100%;
}

#updateTop
{
	float: none;
	width: 175px;
	height: 67px;
}

#updateCell 
{
	float: left;
	width: 175px;
	height: 84px;
	vertical-align: middle;
}

#bioCol 
{
	float: left;
	width: 200px;
	height: 100%;
}

#newsCol 
{
	float: left;
	width: 450px;
	height: 100%;
	vertical-align: middle;
}

#wordsCol 
{
	float: left;
	width: 550px;
	height: 100%;
	vertical-align: middle;
}

