body
{
    font: 14px Tahoma;
}
/* font styles for the links */
a:link {font: bold 15px Tahoma; color: #a8c7ea; text-decoration: none;} 
a:active {font: bold 15px Tahoma; color: #6600CC; text-decoration: none;}
a:visited {font: bold 15px Tahoma; color: #77b5e7; text-decoration: none;}
a:hover {font: bold 15px Tahoma; color: #18ff00; text-decoration: underline;}

.border
{
    border: solid 1px #6600CC;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    width: 780px;
}

.title
{
{
    color: #4173a8;
	font-face: Tahoma bold;
    font-size: 18px;

}

.title2 
{
    color: #4173a8;
	font-face: Tahoma bold;
    font-size: 23px;

}

.date
{
	color: #6600CC;
	font-face: Tahoma:
	font-size: 10px;
	
}
.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #6600CC;
	font-face: Tahoma;
    font-size: 18px;
}

.content
{
    padding: 0px 20px 0px 20px;
    color: #0f55ff;
	font-face: Tahoma;
    font-size: 15px;
    padding: 0px;
	margin: 0px;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 120px;
    height: 400px; 
    background-color: #d9e1ed;
    color: #D9E1ED;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
   
    width: 100px;
    background-color: #DbE6ED;
    color: #D9E1ED;
    border: solid 1px #6600CC;
    font-size: 18px;
    padding: 2px;
    margin-bottom: 3px;
 
    
}

.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#D9E1ED;
	color: #6600CC;
	font-size: 14px;
	font-face: Tahoma;
	text-align: center;
}