/*
---------
PL Severy styles
---------
*/

/* global styles */

body {
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
margin-right: 0px;
padding: 0px; 
background-color: #DADADA;
background-image: url(images/back-repeat.gif); 
background-repeat: repeat;
}

.tileleft {
background-color: #DADADA;
background-image: url(images/dropshadow_tileleft.jpg); 
background-repeat: repeat-y; 
}
.tileright {
background-color: #DADADA;
background-image: url(images/dropshadow_tileright.jpg); 
background-repeat: repeat-y; 
}
td {
font-family: arial, san-serif; 
color: #606060; 
font-size: 11px; 
line-height: 13px; 
}
a:link {
font-family: arial,san-serif; 
color: #003399; 
text-decoration: none;
}
a:active {
font-family: arial,san-serif; 
color: #000033; 
text-decoration: underline; 
}
a:visited {
font-family: arial,san-serif; 
color: #003399; 
text-decoration: none;
}
a:hover, a:visited:hover {
font-family: arial,san-serif; 
color: #003399; 
text-decoration: underline;
}
td.quote {
border: 1px solid #003399;
color: #003399;
background: #FFFFFF;
padding: 2px;  
}
td.quote2 {
border: 1px solid #FFFFFF;
color: #FFFFFF;
background: #003399;
padding:2px;
}
a.quote { 
color: #003399; 
text-decoration: none; 
}
a.quote:hover { 
color: #FFFFFF; 
text-decoration: none; 
} 

/* content */

.navHeader {
font-family: verdana, san-serif; 
color: #003399; 
font-size: 14px; 
line-height: 22px; 
margin-left: 6px; 
}
.prodHeader, .contentHeader {
font-family: verdana, san-serif; 
color: #003399; 
font-size: 14px; 
line-height: 22px; 
}
.prodHeader a:link, .prodHeader a:visited {
font-family: verdana, san-serif; 
color: #003399; 
font-size: 14px; 
line-height: 22px; 
text-decoration: none; 
}
.sectionHeader {
font-family: verdana, san-serif; 
color: #003399; 
font-size: 18px; 
line-height: 22px; 
margin-left: 2px; 
}
.indent {
padding-left: 8px; 
}
.map, .map a:link, .map a:visited {
font-family: arial, san-serif; 
color: #003399; 
font-size: 12px; 
line-height: 13px; 
}
.listpad {
padding-left: 5px; 
padding-top: 4px; 
} 
.maintext {
font-family: arial, san-serif; 
color: #003399; 
font-size: 10px;  
}

/* background colors and images */
.whitebg {
background-color: #FFFFFF; 
}
.lightgreybg {
background-color: #F2F2F2; 
}
.bluebg {
background-color: #003399; 
}
.divider {
background-image: url(images/divider-repeat.gif); 
background-repeat: repeat-y;
}
.sitemap {
background-image: url(images/sec1.gif);
background-repeat: repeat; 
}