body, td
{
	font-family: Georgia;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
}

h1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #006000;
}

h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #006000;
}

h3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}
.whiteText
{
	font-family: Georgia;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
}
.greenLink
{
	font-family: Georgia;
	font-size: 12px;
	font-weight: 500;
	color: #006600;
	text-decoration: none;
}
.navLinks
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #e6e4dc;
	text-decoration: none;
}	
	
.floatRight
{ 
    float: right; 
    margin: 10px; 
}

.floatLeft { 
    float: left; 
    margin: 10px; 
}

#postIt
{
position: absolute;
left: 30px;
top: 395px;
z-index: 2;
}

#postItText
{
font-size: 12px;
position: absolute;
left: 55px;
top: 435px;
width: 175;
z-index: 3;
}

#bulletinBoard
{
position: absolute;
left: 350px;
top: 235px;
z-index: 2;
}

#bulletinBoardText
{
font-size: 11px;
position: absolute;
left: 360px;
top: 255px;
width: 225;
z-index: 3;
}



 