﻿.center {
	text-align:center;
}
	
h1 {
	text-align:center;
	color:navy;
	font-family: Verdana, Tahoma;	    	
	}	

h2 {
    text-align: center;
    color: navy;	
	font-family: Verdana, Tahoma;	    
    }
    
h3 {
    text-align: center;
    color: navy;
    font-size:12px;
	font-family: Verdana, Tahoma;	    
    }

h4 {
    text-align: center;
    color: red;	
	font-family: Verdana, Tahoma;	    
    font-size: 30px;
	text-decoration:blink;	
    }    

.hWarning {
    text-align: center;
    color: red;	
	font-family: Verdana, Tahoma;	    
	font-size: 20px;
	text-decoration:blink;
}

#tl {
	width: 100px;
	height: 100px;
	background: white;
	float:left;
}

#tr {
	width: 100px;
	height: 100px;
	background: white;
	float:right;
}
    
#header {
	width: auto;
	height: 100;
	background: white;
}

#footer {
	background: white;
	color: black;
	width: auto;
	height: auto;
	text-align: center;
    font-family: Verdana, Tahoma;
    font-size:12px;
	
}
	
#ex {
    width:220px;
    padding:10px;
    border:5px solid gray;
    margin:0px;
}	

#mainform {
    background:lightgrey;
}
    
#maincontent {
	width: auto;
	height:auto;
	padding: 10px;
	background:white;
	font-family: Verdana, Tahoma;	
}
	
#sidebar {
	width: auto;
	height:auto;
	color:black;
	background:white;
	float: left;
	padding: 10px;
	text-align: center;
	}
	
#rightbar {
    width: auto;
    height: auto;
    background: darkgrey;
    float: right;
    padding: 10px;
    text-align: center;
    color: #b22222;
}	
	
#lookupForm {
	border: 1px solid red;
    width: 550px;
	height: auto;
    background:lightsteelblue;
    padding: 5px;	
    font-family: Verdana, Tahoma;
    font-size: 12px;
}

.editrect {
	border-top: navy 1px solid;
	border-right: navy 1px solid;
	border-bottom: navy 1px solid;
	border-left: navy 1px solid;
	font-family: Verdana;
	font-size: 12px;
	width:100px;	
}	
		
#navigation {
    width: 250px;
    font-family: Verdana, Tahoma;    
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation li {
     border-bottom: 1px solid #ED9F9F;
}

#navigation li a:link, #navigation li a:visited  {
    font-size: 90%;
    display: block;
    padding: 0.4em 0 0.4em 0.5em;
    /* border-left: 12px solid #711515; */
    border-left: 12px solid yellow;
    border-right: 2px solid yellow;
    background-color: red;
    color: white;
    text-decoration: none;
    text-align:center;
}

#navigation li a:hover {
    background-color: navy;
    color: yellow;
}

#menubar {
    width: auto;
	height: 24px;
    font-family: Verdana, Tahoma;
    font-size: 90%;	    	
}

#menubar ul {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
}

#menubar li {
    display: inline;
}

#menubar a:link, #menubar a:visited {
    width:200px;
    font-weight:bold;
    color:yellow;
    background-color:red;
    text-align:center;
    padding:6px;
    text-decoration:none;
    text-transform:uppercase;
}

#menubar a:hover, #menubar a:active {
    background-color:navy;
    color: white;
}
