body {
    background: url(/images/bkg.jpg);
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }

#container {
    background-color: #fff;
    padding: 0;
    width: 766px; 
    margin: 0 auto; }        


/* TOPNAV */

.topnavbutton { 
    height: 35px; 
    width: 103px; 
    background: url(/images/topnavbutton.jpg);
    font: bold 11px arial;
    line-height: 12px; 
    text-align: center;}
    
.topnavbutton a { 
    color: #fff;
    text-decoration: none; }
    
.topnavbutton a:hover { 
    color: #FCF304; 
    text-decoration: none;}
    

/* MENU */

#menu {
    width: 150px;
    border-top: solid 3px #015651;
    border-left: solid 3px #015651;
    border-right: solid 3px #015651;
    background: url(/images/menu_bkg.jpg);
    
}

#menu .header {

    width: 150px;
    height: 22px;
    background-color: #6F653D;
    font: bold 12px helvetica;
    color: #fff;
}

#menu .button {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
	}

#menu .button ul {
	width:150px;
	list-style-type: none;
	margin: 0;
	padding: 0;
    }
#menu .button ul li {
	list-style-type:none;
	}
#menu .button li {
    border-bottom: 2px solid #015554;
    padding: 0px;
    margin: 0;
    }
    
#menu .button li a {
		display: block;
		padding: 4px 0 4px 7px;
		color: #585030;
        font-size: 12px;
		text-decoration: none;
		width: 150px;
        font-weight: bold;
        }
#menu .button li div {
		padding: 4px 0 4px 7px;
		color: #fff;
        font-size: 12px;
		width: 143px;
        font-weight: bold;
        background-color: #6F653D;        
        }
        
* html #menu .button li div {
    width: 150px;
}
        

html>body #menu .button li a {
    width: auto;
    }

#menu .button li a:hover {
    color: #fff;
    background-color: #A39D82;
    }

/* CONTENT */

#content {
    background-color: #EFFDFC;
    padding: 10px;
}

    
#content p {
    font: normal 12px Arial;
    color: #015554;
    margin-top: 0;
    margin-bottom: 5px;}


#content p a {font: normal 12px Arial; color: #015554; }
#content p a:hover {text-decoration: none; }


#content li {
    font: normal 12px Arial;
    color: #015554;
    margin-top: 0;
}

#content li a {font: normal 12px Arial; color: #015554; }
#content li a:hover {text-decoration: none; }


#content td {
    font: normal 11px Arial;
    color: #015554;
    margin-top: 0;
}


#content td a {
    color: #015554;}

#content td a:hover {
    text-decoration: none;}

#content td.inverse {
    background: #015554;
    font: bold 11px Arial;
    color: #fff;
    margin-top: 0;
}

#content td.inverse a {
    font: bold 11px Arial;
    color: #fff;
    text-decoration: none;
}

#content td.inverse a:hover {
    text-decoration: underline;}


#content td.inversesmall {
    background: #015554;
    font: bold 11px Arial;
    color: #fff;
    margin-top: 0;
}

#content td.inversesmall a {
    color: #fff;
}

#content td.inversesmall a:hover {
    color: #fff;text-decoration: none;
}

#content td.small {
    font: normal 11px Arial;
    color: #015554;
    margin-top: 0;
}

#content td.small a {
    color: #015554;
}

#content td.small a:hover {
    text-decoration: none;
}

#content td.small2 {
    font: normal 10px Arial;
    color: #005E9C;
    margin-top: 0;
}

#content td.small2 a {
    color: #005E9C;
}

#content td.small2 a:hover {
    text-decoration: none;
}

#content fieldset {

    border: solid 1px #015554;
    padding: 5px;
    margin-top: 5px;
    font: bold 12px arial;
}

#content fieldset td {
    font: bold 12px arial;
}

#content fieldset legend {

    font: bold 12px arial;
    color: #fff;
    border: solid 1px #015554;
    padding: 3px;
    background-color: #015554;
    

}

#content img {
    border: solid 1px #015554;
}


#content div.photo {
    float: right;
    margin: 0 0 10px 10px;
    width: 300px;
    background: #14B7BC;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#content div.photo img {
    border:0;
}


/* LOGIN PANEL */

div.login {
    width: 120px; }


div.login td {
    font: normal 9px Arial;
    color: #FFF; }
    
/* HEADERS */
                      
h1 { font:normal 24px Arial; margin-bottom:5px; margin-top: 5px; margin-bottom: 5px; color: #015554;}
h2 { font:normal 14px Arial; margin-bottom:5px; margin-top: 15px; padding:0; font-weight: bold; color: #015554;}
h3 { font:normal 12px Arial; margin-bottom:5px; margin-top: 5px; padding:0; font-weight: bold; color: #015554; border-bottom: 1px dashed #015554;}


/* ADMIN */

a.admin {font: normal 12px Arial; color: #005E9C; }





















 

/* FOOTER */

#companyfooter {
    height: 26px;
    background-color: #015554;
    text-align: center;
    font: bold 11px arial;
    color: #fff; }
    

#footer {
    text-align: center;
    font-family: Arial;
    color: #015554; 
    font-size: 10px;}
    
#footer a {color: #015554; text-decoration: none;}

#footer a:hover {text-decoration: underline;}
