/*start with the body*/
body{
	margin:0;
	padding:0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 90%;

}

/*set base font size*/
body,td{
	font-size:90%;
}

h2.centremain{
	font-size: 90%;
	margin:15px 0 0 0;
	color:#DDFFFF;
	background: transparent;
	border: none;

}

h5{
	font-size: 90%;
	margin:0 1 0 0;
	color:#000;
	background-color: #DDFFFF;
	padding:0px 3 0px 4px;
	font-family: Verdana, Helvetica, san-serif;
	border: 0px none #CCFFFF;
}

h5.leftcolhead{
	background-color: #004444;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#FFF;
	padding:2px 4px 4px;
	margin:0;
	border-top:0;
	font-size:100%;
}

h5.fprightcoltop{
	background-color: #0099AA;
	color:#fff;
	padding: 2px 4px;
	margin-top: 0px;
	
}

h5.fprightcol{
	background-color: #DDFFFF;
	color:#000;
	font-weight: normal;
	padding: 2px 4px 6px;
	margin: 0px;
}

h6{
	font-size:70%;
	margin:0 1 0 4;
	background-color: #DDFFFF;
	color:#000;
	padding:3px 3 0px 3px;
	font-family: Verdana, Helvetica, san-serif;
}

/*nav links*/
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
/*underline hovered links*/
a:hover{
	text-decoration: underline;
}
p.centresub{
	font-size:xx-small;
	margin-top: 0px;
	margin-bottom: 0px;
}
hr {
	border-bottom: 1px solid #0099AA;
	color:#0099AA;}

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #006677;
}
h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: small;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006677;
}
ul {
	list-style-position: outside;
	list-style-image: url(disc.gif);
	margin-top: 0px;
	padding-top: 0px;

}

li	{

	padding-bottom: 10px;

}
.subscribesub {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: x-small;
	font-weight: bold;
	background-color: #CCCCFF;
	padding: 2px;

}
.tickbox {
	list-style-image: url(square.gif);
}
.tablehead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.year {
	font-family: Georgia, 'Times New Roman', Times, serif;
	border-top: 2px none #CCCCFF;
	border-right: 2px none #CCCCFF;
	border-bottom: 2px solid #004444;
	border-left: 2px none #CCCCFF;
	margin-top: 4px;


}
.linktext {
	font-weight: bold;
	padding-left: 4px;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 2px;

}
td#leftcol {
	width: 140px;
	vertical-align: top;
}

td#centrecol {
	width: 420px;
	vertical-align: top;
}
td#rightcol {
	width: 140px;
	vertical-align: top;
}
td#combinedcol {
	width: 580px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;

}
td#fptop
{	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #00BBCC;
}
td#fpbleft
{	width: 270px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
	border-right: 2px dotted #CCCCFF;
}
td#fpbright
{	width: 280px;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
}
a#hidden {
	display: none;
}
h4 {
	font-weight: bold;
	background-color: #DDFFFF;
	font-size: x-small;
	margin: 0px;
	padding: 5px;

}

img#hiddenlogo
{
display: none;
}
.fpb {
	margin-right: 10px;
}
.fpt {
	margin-left: 15px;
}
p.fptext {
	margin-top:0px;
	margin-bottom: 6px;
}
p#fpmonth
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.bookclub {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hide {position: absolute; left: -2000px; top: -2000px;}

.toptable
{
	border:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	width:780px;
	padding-top:20px;
}
.redback
{background-color:#DD2200;
color:#FFFFFF;
font-weight: bold;
padding:3px;
margin-bottom:0px;
}
.lightredback
{
background-color:#FFDDCC;
padding:3px;
margin-top:0px;
margin-bottom:0px;
}

.greenback
{background-color:#779900;
color:#FFFFFF;
font-weight: bold;
padding:3px;
margin-bottom:0px;
}
.lightgreenback
{
background-color:#EEFFBB;
padding:3px;
margin-top:0px;
margin-bottom:0px;

}

.blueback
{background-color:#3355AA;
color:#FFFFFF;
font-weight: bold;
padding:3px;
margin-bottom:0px;
}
.lightblueback
{
background-color:#DDDDFF;
padding:3px;
margin-top:0px;
margin-bottom:0px;

}

.orangeback
{background-color:#DD5500;
color:#FFFFFF;
font-weight: bold;
padding:3px;
margin-bottom:0px;
}
.lightorangeback
{
background-color:#FFDDAA;
padding:3px;
margin-top:0px;
margin-bottom:0px;

}

.yellowback
{background-color:#CCAA00;
color:#FFFFFF;
font-weight: bold;
padding:3px;
margin-bottom:0px;
}
.lightyellowback
{
background-color:#FFEEBB;
padding:3px;
margin-top:0px;
margin-bottom:0px;

}

.purpleback
{background-color:#AA4466;
color:#FFFFFF;
font-weight: bold;
padding:3px;
margin-bottom:0px;
}
.lightpurpleback
{
background-color:#FFDDFF;
padding:3px;
margin-top:0px;
margin-bottom:0px;

}
