BODY
{
    background-color: #2D506C;
    margin: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #050904;
}
	
table
{
    margin: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
	
a:active
{
    color: #131C0F;
}

a:visited
{
    color: #0A0E07;
}

a:link
{
    color: #121B0E;
}
	
a:hover {
	color: #9b1212;
	text-decoration: underline overline;
	}

span.disclaimer {
	font-size: 11px;	
	}

span.userattention {
	background-color: #FFFF00;
	font-weight: bold;
	}
	
div.main-container
{
    display: table;
   /* width: 1280px;*/
    height: 100%;
    padding: -10px 0px 40px 0px;
    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: #2D506C;
    font-size: 24px;
}
	
h2
{
    padding: 5px 0px 5px 0px;
    margin: 2px;
    color: #2D506C;
    font-size: 17px;
}
	

.style3 {
	font-size: 11px;
	}

.smallalert
{
    font-size: 11px;
    color: #9b1212;
}

	
.smallalert_black {
	font-size: 11px;
	color: #004681;
	}
	
div.sidebox {
	margin: 0 auto; /* center for now */
	width: 44em; /* ems so it will grow */
	background: url(https://www.splashpipe.net/template/images/sidebox/sbbody-lv1-r.gif) no-repeat bottom right;
	font-size: 100%;
}
div.boxhead {
	background: url(https://www.splashpipe.net/template/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/template/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/template/images/sidebox/sbbody-lv1-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}