/*
   Red Color is DE051F
   Dark Blue color is 080154 
*/

h1,h2,h3,h4,h5,h6
{
   text-align:center;
	 font-family: sans-serif;
	 color: #DE051F;
}
h1
{
   font-size: 26pt;
	 margin: 5px;
}
body
{
   margin: 0px;
	 font-family: times, Tahoma, sans-serif;
	 font-size: 10pt;
}
#leftpanel
{
   padding:10px;
   position: relative;
	 top: -2px; 
	 width: 155px; 
	 height: 600px;
	 background: #080154;
	 border: 0px solid black;
	 color:white;
}
#body
{
   position: absolute;
	 top:      160px;
	 left:     180px;
	 width:    555px;
	 height:   100%;
	 padding:  20px;
}
#outerpage
{
   background: #efefef;
   width: 100%; 
   position:absolute;
   top: 0px;
   left: 0px;
}
#innerpage
{
   position:absolute;
   top:     0px;
   width:   775px; 
	 border: 1px solid #c7c7c7;
	 background: white;
}
#menu
{
  position: absolute;
	left: 0px;
	top: 148px;
	height:26px; 
	width: 100%;
}
#innermenu
{
  position: absolute;
	left: 175px;
	height:100%; 
	width: 600px;
	border: 0px solid black;
	background: white;
}
#banner
{
   height: 150px;
	 width: 100%;
   background: url(/img/header.jpg) no-repeat;
}
.button
{
   width: 99px;
	 height: 21px;
   background: #080154;
	 margin: 1px;
	 color: white;
	 text-align: center;
	 font-size: 11pt;
	 font-weight: bold;
	 padding-top: 3px;
	 cursor: pointer;
   font-family: serif; 
}
#footer
{
   position: absolute; 
	 text-align: center; 
	 bottom:   +10px; 
	 left:     180px;
	 width:    555px;
}
a {color: #080154}
a:hover {color:#DE051F; text-decoration:none;} 