body
{
    font: 16px arial;
}

a:link {font: bold 13px arial; color: #004645; text-decoration: none;} 
a:active {font: bold 13px arial; color: #004645; text-decoration: none;}
a:visited {font: bold 13px arial; color: #004645; text-decoration: none;}
a:hover {font: bold 13px arial; color: #20B2AA; text-decoration: underline;}

.border
{

    border: solid 1px #6d8296;
}

.left
{
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{

    overflow: auto;
}

.wrapper
{

    width: 780px;
}

p2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	font-style: normal;
}

.title
{

    background-color: #adbdad;
    color: #ddeddd;
	font-face: Arial;
    font-weight: bold;
    font-size: 36px;
	padding: 10px 10px 10px 10px;
}

.title2 
{
    color: #004645;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}
.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

.content
{

    padding: 0px 20px 0px 20px; 
	font-face: Arial;
    font-size: 12px;
    padding: 0px;
	margin: 0px;
}



.sidebaritem
{
    width: 124px;
    background-color: #DDE7DD;
    color: #6d8296;
    border: solid 1px #6d8296;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;
}

.sidebaritema
{
    width: 150px;
    background-color: #DDE7DD;
    color: #6d8296;
    border: solid 1px #6d8296;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;
}

.horiz
{
    color: #4B1A95;
    font-weight: bold;
	float: left;
	text-align: center;
}

.horiza
{
    color: #4B1A95;
    font-weight: bold;
	width: 150px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color: #adbdad;
	font-size: 10px;
	font-face: arial;
	text-align: center;

}
