body
{
    font: 16px arial;
}
a:link {font: bold 13px arial; color: #5675A5; text-decoration: none;} 
a:active {font: bold 13px arial; color: #5675A5; text-decoration: none;}
a:visited {font: bold 13px arial; color: #5675A5; text-decoration: none;}
a:hover {font: bold 13px arial; color: #AF0020; text-decoration: underline;}

.border
{
    
    border: solid 1px #5675A5;
}

.left
{
    
    float: left;
}

.right
{
    float: right;
}

.scroll
{
    
    overflow: auto;
}

.wrapper
{
    
    width: 410px;
}

.title
{
    
    background-color: #5675A5;
    color: #D9E1ED;
	border: 1px solid #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 24px;
	

}

.title2 
{
    color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}
.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #5675A5;
	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;
}

.content.padleft
{
    
    padding-left: 180px;
}



.sidebar
{
    width: 150px;
    height:400px; 
    background-color: #D9E1ED;
    color: #D9E1ED;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
    width: 130px;
    background-color: #CFE0F9;
    color: #5675A5;
    border: solid 1px #5675A5;
    font-size: 12px;
    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;
	font-size: 10px;
	font-face: arial;
	text-align: center; 

}