﻿

a:link {color:Black}
a:active {color:White}
a:visited {color:Black}
a:hover {background-color:yellow}

.RedText 
{
    color:#880000;
    font-size:13pt;
    font-style:italic;
    font-weight:bold;
    font-family:Times New Roman;
}

.RedTextTitle 
{
    color:#880000;
    font-size:16pt;
    font-style:italic;
    font-family:Times New Roman;
}

.RedTextHeading 
{
    color:#880000;
    font-size:14pt;
    font-style:italic;
    font-weight:bold;
}

.RedTextHeadingTimes 
{
    color:#880000;
    font-size:14pt;
    font-style:italic;
    font-weight:bold;
    font-family:Times New Roman;
}

.RedTextHeadingTimes13pt 
{
    color:#880000;
    font-size:13pt;
    font-style:italic;
    font-weight:bold;
    font-family:Times New Roman;
}

.Links
{
    font-size:12pt;
    position:absolute;
    left:10px;
    
}

.Links_Div
{   vertical-align:top;
    padding:0;
    background-color:#FFC892;
    border-style:solid;
    border-width:1px;
    padding-left:10px;
} 

.Main_Div
{   vertical-align:top;
    border-style:solid;
    /*border-color:#880000;*/
    border-color:#E2132D;
    border-width:1px;
    background-color:White;
    padding:0px;
}

.PhoneNumbers
{
    font-size:12pt;
    font-weight:bold;
    background-color:white;
    border-width:3px;
    border-style:ridge;
}

.RedBorder
{
   padding:0;
   border-color:#880000;
   background-color:White;
   border-style:solid;
   border-width:1px;
}

.Footer_text
{
    font-size:10pt;
    font-weight:bold;
    color:#FFCC66;
    font-style:italic;
}

.Body_class
{
    background-color:white;
}

.Header_text
{
    font-size:32pt; 
    /*color:#FFCC66;*/
    color:white;
}


/********Formatting Styles**********/

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color:#FFC892;
 /*background-color:Gray;*/
} 
 
#header{
 position:relative; 
 height:150px; 
 /*background-color:#590000; */
 background-color:#E2132D;
 width:100%;
} 
 
#leftcol{
 width:147px; 
 float:left; 
 position:relative; 
 background-color:gray;
 border:none;
 }
 
#maincol{
 background-color: White;  
 float: right; 
 display:inline; 
 position: relative; 
 width:600px; 
 }
 
#footer{
 height:40px; 
 background-color:#E2132D; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}