BODY
{
    background-color: #4545C0;
    margin: 0px;
    font-family: arial,sans-serif;
    font-size: 14px;
    color: #000066;
}
	
table {
	margin: 0px;
	font-family: arial,sans-serif;
	font-size: 14px;
	}
	
a:active
{
    color: #0000CC;
}

a:visited
{
    color: #000099;
}

a:link
{
    color: #0000CC;
}
	
a:hover
{
    color: #0000CC;
    text-decoration: underline overline;
}

span.disclaimer {
	font-size: 11px;	
	}

span.userattention
{
    background-color: #FFFF00;
    font-weight: bold;
}
	
div.main-container
{
    display: table;
    width: 820px;
    height: 100%;
    padding: 10px 10px 40px 15px;
    border-left: 2px solid #666666;
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
    margin: 0 auto;
    background-color: #FFFFFF;
}
	
div.icon-box
{
    background-color: #dadec6;
    border: 1px solid #004681;
    padding: 8px;
}
	
span.nav-bar {
	float: right;
	text-align: right;
	}
		
.float-left {
	float: left;
	}
	
h1
{
    padding: 0px;
    margin: 2px;
    color: #004681;
    font-size: 24px;
}
	
h2
{
    padding: 5px 0px 5px 0px;
    margin: 2px;
    color: #004681;
    font-size: 17px;
}
	

.style3 {
	font-size: 11px;
	}

.smallalert
{
    font-size: 11px;
    color: #9B1212;
}

	
div.sidebox {
	margin: 0 auto; /* center for now */
	width: 44em; /* ems so it will grow */
	background: url(https://www.splashpipe.net/templates/images/sidebox/sbbody-lv1-r.gif) no-repeat bottom right;
	font-size: 100%;
}
div.boxhead {
	background: url(https://www.splashpipe.net/templates/images/sidebox/sbhead-lv1-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.boxhead h2 {
	background: url(https://www.splashpipe.net/templates/images/sidebox/sbhead-lv1-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
div.boxbody {
	background: url(https://www.splashpipe.net/templates/images/sidebox/sbbody-lv1-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}