body
{
    font: 16px arial;
}

a:link {font: bold 12px arial; color: #5675A5; text-decoration: none;} 
a:active {font: bold 12px arial; color: #5675A5; text-decoration: none;}
a:visited {font: bold 12px arial; color: #5675A5; text-decoration: none;}
a:hover {font: bold 12px arial; color: #AF0020; text-decoration: underline;}

.border
{
    border: solid 1px #5675A5;
}

.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
{
    overflow: auto;
}

.wrapper
{
    width: 780px;
}

.title
{
    background-color: #5675A5;
	color: #D9E1ED;
	font-weight: bold;
	font-size: 36px;
	padding: 10px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.title2 
{
	color: #5675A5;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	padding: 0px 5px 0px 5px; /* added to keep text off the borders */
	color: #5675A5;
	/*font-weight: bold;*/
    font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.subtitle2 
{
	padding: 0px 5px 0px 5px; /* added to keep text off the borders */
	color: #CFE0F9;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}	

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px; /* keeps text off the borders */
    font-size: small;
    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, as no RHS sidebar, I changed from 180px */
    padding-right: 10px;
}

.sidebar
{
    width: 150px;
    height: 800px; /* removed to allow different-sized sidebars */
    background-color: #D9E1ED;
    color: #D9E1ED;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
    width: 130px;
    background-color: #CFE0F9;
    color: #D9E1ED;
    border: solid 1px #5675A5;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}
.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 140px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#D9E1ED;
	font-size: 10px;
	text-align: center;
}
