@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3a3b3b;
}
body {
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footertext
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #656464;
	text-decoration:none;
	line-height:18px;
}

.footerlink
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #656464;
	text-decoration:none;
}
.footerlink:hover
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}

.whitetext
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	line-height:18px;
}

.whitetitle
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}
.whitetitle:hover
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration:none;
}

.whitelink
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
.whitelink:hover
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#ffffff;
	text-decoration:underline;
}

.textnormal
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3a3b3b;
	line-height:18px;
}

.titletext
{
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	color: #4799e9;
	line-height:18px;
}

.quote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4799e9;
	line-height:18px;
}


.quotetext
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3a3b3b;
	line-height:18px;
}



#leftcolumn{
float:left;
width:150px;
height: 400px;
border: 3px solid black;
padding: 5px;
padding-left: 8px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color: #FFFF80;
}

#rightcolumn{
float:left;
width:520px;
min-height: 400px;
margin-left: 0px;
 
padding-bottom: 8px;
}

} 
* html #rightcolumn{ /*IE only style*/
height: 400px;
}

.datedisplay
{
	font-family:"Times New Roman", Times, serif;
	font-size: 20pt;
	color: #4799e9;
	line-height:25px;

	font-weight:bold;
}
