P {
margin-left: 0.125in; 
margin-right: 0.25in; 
margin-top: 0; 
margin-bottom: 0; 
text-align: left;
font-family: Verdana, Arial; 
font-weight: normal; 
font-size: 10pt; 
color: black;}

.specialrate {text-align: center; font-family: Times New Roman; font-weight: bold; font-style: italic; font-size: 22pt; color: black;}
.mainoffice {text-align: center; font-family: Verdana, Arial; font-weight: bold; font-size: 16pt; color: #C11B17;}
.address {text-align: center; font-family: Arial; font-weight: normal; font-size: 12pt; color: black;}
.toppage {font-size: 8pt;}
.tips {text-align: left; font-family: Verdana, Arial; font-weight: bold; font-size: 14pt; color: #C11B17;}
.locations1 {text-align: left; font-family: Verdana, Arial; font-weight: normal; font-size: 12pt; color: black;}
.locations2 {margin-left: .5in; text-align: left; font-family: Verdana, Arial; font-weight: normal; font-size: 12pt; color: black;}
.sizes1 {margin-left: .5in; text-align: left; font-family: Verdana, Arial; font-weight: normal; font-size: 18pt; color: black;}
.sizes2 {margin-left: .25in; text-align: left; font-family: Verdana, Arial; font-weight: bold; font-size: 18pt; color: black;}



.shadow1 {margin-left: 0; position: relative; font: 1.5em verdana; font-style: normal; font-weight: bold; font-size: 20pt; color: silver;}
.text1 {position: absolute; left: -2.0px; top: -2.0px; font-style: normal; font-weight: bold; font-size: 20pt; color: #C11B17;}
.shadow2 {margin-left: 0in; position: relative; font: 1.5em verdana; font-style: normal; font-weight: bold; font-size: 28pt; color: silver;}
.text2 {position: absolute; left: -2.0px; top: -2.0px; font-style: normal; font-weight: bold; font-size: 28pt; color: #C11B17;}
.shadow3 {margin-left: 0in; position: relative; font: 1.5em verdana; font-style: normal; font-weight: bold; font-size: 16pt; color: silver;}
.text3 {position: absolute; left: -2.0px; top: -2.0px; font-style: normal; font-weight: bold; font-size: 16pt; color: black;}

.bullet2 {
margin-bottom: 6px; 
margin-left: -2px; 
text-align: left;
font-family: verdana, Arial; 
font-weight: normal; 
font-size: 12pt; 
color: black; 
}

.bullet3 {
margin-bottom: 6px; 
margin-right: 10px;
text-align: left;
font-family: verdana, Arial; 
font-weight: normal; 
font-size: 10pt; 
color: black; 
}

H1 {text-align: center; font-family: Times New Roman; font-weight: bold; font-size: 18pt; font-style: italic; color: black; margin-top: 0; margin-bottom: 0; margin-left: 0in; margin-right: 0in; }
H2 {text-align: left; font-family: Verdana, Arial; font-weight: bold; font-size: 18pt; font-style: normal; color: maroon; margin-top: 0; margin-bottom: 0; margin-left: 0.125in; margin-right: 0in; }
H3 {text-align: left; font-family: Verdana, Arial; font-weight: bold; font-size: 14pt; font-style: normal; color: black; margin-left: 0.125in; margin-top: 10; }


A:link {text-decoration: none; color: #666666;}
A:visited {text-decoration: none; color: #666666;}
A:hover {text-decoration: none; color: #800000;}
A:active {text-decoration: none; color: #666666;}

body { background-image: url('back51.gif') }
body { margin-left: 0; margin-top: 0; }
body { background-color: maroon; }

table {border-collapse: collapse; border: 0;}
td, th {margin: 0; padding: 0;}

#maintable { width: 800px; background-color: #FFFFCC; border: 1px solid black; }
.leftmargintable { width: 15px; background-color: maroon; border-: 0px solid black }
#toptitle { width: 100%; height: 170px; background-color: silver; border-bottom: 1px solid gray }
#bodytable { width: 100%; background-color: #FFFFCC; }
.leftbody { width: 190px; vertical-align: top; background-color: white; border-right: 1px solid gray}
.mainbody { vertical-align: top; background-color: #F2F2F2; }

.hr1 {height: 1px;background-color: black; color: black; width:96%; border: none; padding: 0;}

.bgcolor1 { background-color: #006600; }

.ol2 { border: 1px solid gray; }


/* MENU CODE */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
text-align: left;
border: 1px solid gray;
background-color: #F2F2F2;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid gray;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: silver;
color: black;
}