﻿
body{
margin: 10;
padding: 0;
font: normal 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background-color: white;
}



#Holder{
width:853px;
height:760px;
margin-left: auto;
margin-right: auto;
background-color: White ;
border: 1px solid white;
}


#Top
{
width: 850px;
height:80px;
background-color:white ;


border-left: 1px solid white;
border-right: 1px solid white; 
border-Top: 1px solid white;
border-bottom: 1px solid #e01117;

}


#Left
{
float: left;

width: 198px;
height:670px;

background-color: #e01117;
border-left: 1px solid #e01117;
border-right: 1px solid #e01117; 
border-Top: 1px solid #e01117;
border-bottom: 1px solid #e01117;
}


#Middle
{
width:630px;
height:650px;

background-color:white;
border-left: 1px solid white;
border-right: 1px solid #e01117; 
border-Top: 1px solid white;
border-bottom: 1px solid white;
padding-left:20px;
padding-top:20px;
}


#Bottom
{	
width: 850px;
height:30px;
float:left;
background-color: White;

border-left: 1px solid #e01117;
border-right: 1px solid #e01117; 
border-Top: 1px solid #e01117;
border-bottom: 1px solid #e01117;
}

#BottomLeft{
width: 198px;
height:30px;
float: left;
margin-left: 0px; /*center from left*/
margin-top: 0px; /*center from left*/
background-color: white;
}
#BottomCenter{
width: 450px;
height:30px;
float: left;
margin-left: 0px; /*center from left*/
margin-top: 0px; /*center from left*/
background-color: white;
}

#BottomRight{
width: 198px;
height:30px;
float: left;
margin-left: 0px; /*center from left*/
margin-top: 0px; /*center from left*/
background-color:white;
}



/* ######### Site Footer ######### */

#contentfooter{
font-size: 10px;
font-family: Verdana;
padding-Top: 7px;
margin-left: 100px;
clear: both;
}

#footermenu{
margin: 0;
padding: 0;
float: right;
font-size: 90%;
}

#footermenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight: bold;
border: 1px solid White;
border-width: 1px 0;
}

#footermenu ul li{
display: inline;
}


#footermenu ul li a{
float: left;
color: #EA614A;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: White;
}

#footermenu ul li a:hover{
color: #B32A13;
background-color: white;
border-bottom: 4px solid #B32A13;
padding-bottom: 0;
}




