BODY {
	background-image:url('images/background/body_tan.jpg');
	color : #000033;
	font-family : "Times New Roman", serif;
	font-size : large;
	font-style : normal; 
	font-weight : normal;
	width:98%;
	margin:0px;
	padding:0px;
}

B.note {
	color : #11337A;  
	font-size : small;
}
a.body:link, a.body:visited {
	background : transparent;
    color : Navy;
	font-family : "Times New Roman", serif;
	font-size : large;
	font-style : normal;
	font-weight : normal;
}

a.body:active, a.body:hover {
	background : transparent;
        color : Blue;
	font-family : "Times New Roman", serif;
	font-size : large;
	font-style : normal;
	font-weight : normal;
} 

a:link, a:visited {
	background : transparent;
    color : Navy;
	font-family : "Times New Roman", serif;
	font-size : large;
	font-style : normal;
	font-weight : normal;
}

a:active, a:hover {
	background : transparent;
        color : Blue;
	font-family : "Times New Roman", serif;
	font-size : large;
	font-style : normal;
	font-weight : normal;
}   


a.menu:link, a.menu:visited {
	background : transparent;
  color: #F0F0DE;
	font-family : "MS Sans Serif", sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}

a.menu:active, a.menu:hover {
	background : transparent;
	color : Aqua;
	font-family : "MS Sans Serif", sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}


a.menu_active:link, a.menu_active:visited {
	background : transparent;
    color : Aqua;
	font-family : "MS Sans Serif", sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}


.body {
	border : none;
	color : #000033;
	font-family : "Times New Roman", serif;
	font-size : large;
	font-style : normal; 
	font-weight : normal; 
	background : transparent;
}


                                                  
H1 {                                     
	background-image:url('images/background/header_background.png');
        background-repeat:no-repeat;
	padding-left:33px;
	padding-top:4px;
        width:600px;   
        height:33px;      
	color : Navy;                             
        font : bold large Arial, sans-serif;
}

H2 {
	background-color : transparent;
	color : Navy;
	font : bold medium Arial, sans-serif;
}

Textarea {
          background-color: White;
}   

.UVH-logo {	         
        font-family : "Times New Roman", serif;
	color : Navy;
	font-size : 36px;
        font-weight : bold;
        font-style : italic;
}  

div.edit,
div.hidden_edit{
  border-style:solid;
  border-color:red;
  border-width:2px;
  background-color:#9999cc;
}

div.hidden_edit{
  display:none;
}      

#left{
            background-image:url('images/background/menu_blue_2.jpg');
            width:180px;
            float:left;
            margin-right:10px;
            padding-left:5px;
            border-right:2px solid navy;   	
            color: white;
            font-family : "MS Sans Serif", sans-serif;
            font-size : 12px;
            font-style : normal;
            font-weight : bold;
}

#right{ 
            background-image:url('images/background/menu_blue_2.jpg');
            float:right;    
            border-right:2px solid navy;
            width:14px;
}
#content{
            position:absolute;
            float:left;  
            width:60%;
            left:192px;
}
.container{
}

#bottom_contact{
            bottom:5px;
            border-style:none;
            position:absolute;
            width:100%;
            display:inline;
            text-align:center;
            font-size:small;
}
#editors{
            position:absolute;
            top:0px;
            left:0px;
            width:100%;
            z-index:5;
            background-color:#b0c4de;
}
#uvh_logo{
            background-image:url('images/background/menu_blue_2.jpg');
            position:absolute;
            margin:0px;
            padding:0px;
            border-style:none;
            left:0px;
            top:0px;
            width:260px;
            height:144px;
}