﻿.menu{
background:#994400;
color:black;
border-right:1px white solid;
width:100%;
}

.menu-item
{
background:#994400;
border-left:1px white solid;
text-align:center;
width:162;
}

.menu-hover
{
    background: white;    
}
.menu-hover a
{
    color:Black;
}

.menu-item a{
color:white;
}

.corner-img{
	width:100%;
}





.intro{
	font-weight: normal;
	font-style: italic;
}

hr{
	color:#994400;
    height: -12px;
}

h2{
	color:#999922;
}	

.picture-text{
	font-size:x-small;
}

.service-menu
{
    text-align: left;
    width: 100%;
    font-size: 8pt;
}

.service-menu-item{
	border-bottom: 2px #994400 solid;
	width:100%;
}

.service-menu-item a{
	color:black;
}

.service-menu-hover
{
    background:#ddddcc;
}

.service-menu-selected
{
    background:#ddddcc;
}

.body-right-image
{
    float:right;
}

.body-left-image
{
    float:right;
}



/* Layout Stylesheet */ 



body {

 margin:20px;

 background:white;

 color: #333333;

 text-align:center;

 padding:0;
 font-family:Arial, Helvetica, sans-serif;
font-size:small;

 }



#outer {

 text-align:left;

 border-style: solid;
 border-width: 1px;
 border-color: #999922;
 background:#cccc99;

 width:650px;

 margin:auto;

 }



#hdr {


 background:white;

 text-align:center;

 }



#bar 
{
    text-align:center;

 height:25px;

 background:#994400;

 color: #333333;

 border:solid #000000;	

 border-width:1px 0 1px 0;

 }



#bodyblock {

 position:relative;

 background: #cccc99;

 color: #333333;

 width:650px;

 padding:0;
 height:750px;

 }



#l-col {

 float:left;
 text-align:left;

 background:##cccc99;

 color: #333333;

 width:145px;
 height:750px;
 border-right: 3px white solid;

 }



#cont {

 width:495px;

 background:##cccc99;

 color: #333333;

 border:solid #000000;	

 border-width:0 0 0 0;

 text-align:left;

 }



#ftr
{
    height: 25px;
    color: white;
    border-top: solid 1 white;
    margin: 0;
    font-size: xx-small;
    background:#994400;
    
}

