﻿body 
{
    margin:0px;
    font-family:Verdana;
    font-size:11pt;
    background-image:url('images/bg_body.jpg');
    background-repeat:repeat-x
}

#container
{
    width:auto;
    margin-left:15%; 
    margin-right:15%;
    border-left:outset 5px #dddddd; 
    border-right:inset 5px #dddddd;
    background-color:white
}

#home {
	margin:0px 0px 2px 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #464646;
	padding: 0px 0px 8px 0px;
}

#divlogo
{
padding:10px;
font-size:large;
font-weight:bold;
font-family:Arial
}

#contentholder
{
    margin:1% 5% 1% 5%;
    min-height:500px;  
  height:auto !important;
  height:500px;

}

.footertxt
{color:#888888;
  font-size:12px;
 	clear: both;
	margin: 36px 18px 0px 18px;
    }
    
    #divmenu
{
margin:0px 0px 0px 0.5%;
padding:0px;
width:100%;
height:25px
}

#divmenu p
{
    background-image:url(/images/bluetag.jpg);
    height:25px;
    width:125px;
    padding:2px 0px 2px 5px;
    float:left;
    background-repeat:no-repeat;
    margin:0px;
    
}

#hrmenu
{
    color:#dddddd;
    width:99%;
    clear:both;
    margin:0px
}

.menutext

{
    color:White;
    font-weight:bold;
    text-decoration:none;
    font-size:8pt
    
}

#address
{
    width:30%;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px
}


