/*Main table on each page with green background and brown border*/
.window {
background-image: url(images/window.gif);
background-repeat:repeat-x, repeat-y;
border-color: #5d4809;
border-style: solid;
border-width: 6px;
}
/*Body background of the web pages*/

.main {
background-color: #000000;
}
/*Bullet list style*/
.list1 {
list-style image: url(images/bullet.png);
}
/*Content table of each page, with white background and brown border*/
.content {
background-color: #FFFFFF;
border-color: #5d4809;
border-style: solid;
border-width: 4px;
font-family: Arial;
}
/*Quote Form Styles*/
.quoteform {
font-family: Arial;
font-size: 12;
border-color: #5d4809;
border-style: solid;
border-width: 2px;
}
.quotetable{
font-family: Arial;
font-size: 12;

}
/*Left side navigation on each page*/
.leftnav a:{
color: #FFFFFF;
font-weight: bold;
text-decoration:none; 
}
.leftnav a:link {
color: #FFFFFF;
font-weight: bold;
text-decoration:none; 

}
.leftnav a:visited {
color: #FFFFFF;
font-weight: bold;
text-decoration:none; 
}

.leftnav a:hover{
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
background: #B4F73E;
cursor:hand;
}
/*Dark green table at the bottom of each page with PRR contact info*/
.info {
font-family: Arial;
font-size: 12;
font-weight: bold;
color: #FFFFFF;
}
/*START BOT NAV*/
.botnav a:{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
/*brown table at the bottom of each page with bottom navigation bar*/
.botnav a:link{
font-family: Arial;
font-size: 12;
color:#ffffff;
font-weight:bold;

text-decoration:none;
}
.botnav a:visited{
font-family: Arial;
font-size: 12;
color:#ffffff;
font-weight:bold;

text-decoration:none;
}
.botnav a:hover{
font-family: Arial;
font-size: 12;
text-decoration:underline;
font-weight:bold;
}