body {
	background: #000000;
	font: normal 12px/12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	margin: 15px;
  text-align: center;
	}

h1 {
  font-size: 18px;
  margin: 20px 0 10px 0;
  color: #004488;
  font-weight: bold;
	font-family: "Arial";
	}
	
h1.top {
  margin-top: 38px;
	}

h2 {
  font-size: 14px;
  margin: 20px 0 10px 0;
  color: #004488;
  font-weight: normal;
	font-family: "Arial";
	text-decoration: none;
	}	

h3 {
  font-size: 18px;
  margin: 7px 0px 3px 10px;
  color: #CC88CC;
  font-weight: normal;
	font-family: "Arial";
	}

a:link, a:visited {
	color: #770077;
	text-decoration: underline;
	}
	
a:hover, a:active {
  color: #FFFFFF;
	background: #770077;
	}
	
p {
  text-align: justify;
	}
	
p.p1 {
	font-size: 13px;
	line-height: 15px;
	margin: 24px 0 10px 0
	}
	
p.p2 {
	font-size: 13px;
	line-height: 15px;
	margin: 10px 0 0 0;
	}

p.highlight {
	font-size: 14px;
	line-height: 15px;
	margin: 10px 0 0 0;
	}

p.bolddisclaimer {
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	margin: 10px 0 3px 0;
	}
	
p.disclaimer {
	font-size: 10px;
	line-height: 11px;
	margin: 0;
	}

span.bold {
  font-weight: bold;
	}
	
acronym {
  text-decoration: none;
	border-bottom: 1px dotted
	}

ul {
  margin: 0;
	list-style: none;
	}
	
ul.sidenav {
	padding: 0 18px 10px 18px;
	line-height: 1.4em;
	}

ul.pagenav {
	padding:0;
	spacing:0;
	text-align:center;
	}

li.pagenav {
  display:inline;
	border-right:1px solid #BBBBBB;
	padding: 0px 4px 0px 4px;
  }	

li.pagenavlast {
  font-size: 11px;
  display:inline;
  border-right:none;
	padding: 0px 4px 0px 4px;
	}

li.active {
  font-size: 11px;
	display:inline;
	border-right:1px solid #BBBBBB;
  color:#AAAAAA;
	font-weight:bold;
	padding: 0px 4px 0px 4px;
	}

li.fpnl {
  font-size: 11px;
  display:inline;
  border-right:none;
	padding: 0px 4px 0px 4px;
	}	
	
li a:link, li a:visited {
  font-size: 11px;  
	color:#FFFFFF;
  }
	
li a:hover {
	color:#004488;
	background-color:#FFFFFF;
	}

table.SEVSReg {
	margin-top: 3px;
  width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	}
	
table.SEVSRuling {
	margin-top: 3px;
  margin-left: 10px;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	}


tr.tblhead {
  font-size: 13px;
	background: #004488;
	color: #FFFFFF;
  }
	
td {
	border: 1px solid #808080;
	padding: 3px 0 3px 2px;
	spacing: 0;
	}

td.SEVSRuling {
	border: 0;
	padding: 3px 4px 3px 4px;
	spacing: 0;
  }
	
td.pagenav {
	background: #004488;
	text-align: center;
  }
	
#container {
	background: #FFFFFF url(sbc3.jpg) repeat-y;
	position: relative;
	width: 740px;
	border: 4px solid #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#navbar {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 740px;
	height: 24px;
	background: #770077;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF
	}

#navbar p {
  margin: 5px 0 0 180px;
	text-decoration: none;
  text-transform: uppercase;
	font-family: Arial;
  font-size: 15px;
	font-weight: normal;
	}

#navbar a {
	text-decoration: none;
  text-transform: uppercase;
	font-family: Arial;
  font-size: 14px;
	font-weight: normal;
  padding-top: 2px;
	padding-bottom: 3px;
  padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	}

#navbar a:active.a1, #navbar a:hover.a1 {
  background: #ED8800;
	}

#navbar a.a2:active, #navbar a.a2:hover {
  background: #98CC00;
	}

#navbar a.a3:active, #navbar a.a3:hover {
  background: #CB88CC;
	}
	
#s2
	{
	background-image: url('sb3.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 8px 0;
  }
	
#sidebar {
	position: absolute;
	top: 214px;
	left: 0px;
	width: 190px;
	margin: 0;
	padding: 0;
	}

#sidebar a {
 	font-size: 12px;
	}
		
#sidebar a:link, #sidebar a:visited {
  	color: #FFFFFF;
		}

#sidebar a:hover, #sidebar a:active {
  	background: #FFFFFF;
		color: #770077; 
		}

#content {
  background: #FFFFFF;
  margin: 0 0 0 190px;
	width: 530px;
	}

#footer {
  width: 740px;
	height: 35px;
	background: #004488;
	border-top: 2px solid #FFFFFF;
	}

#footer p {
	margin: 12px 8px 0 0;
	text-align: right;
	color: #FFFFFF;
	}
	
#footer a.f {
	color: #FFFFFF;
	text-decoration: none;
	background: none;
	} 
	

#rawsonline {
  background: #000000;
  width: 100%;
  margin: 0;
  padding: 12px 0 12px 0;  
}

#rawsonline p {
    margin: 0;
    text-align: center;
}
