* {
  padding-right: 0px; 
  padding-left: 0px; 
  padding-bottom: 0px;  
  padding-top: 0px;
  margin: 0px;
}
p {
  text-indent: 2%;
  margin-bottom: 1em;
}
ul {
  margin-top: 0.5em; 
  margin-bottom: 0.5em; 
  margin-left: 20px;
}
html {
  height: 100%;
}
body {
  margin: 0px; 
  padding: 0px; 
  height: 100%;
  background: #ffffff;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em; 
  color: #000080;
}
h1, h2, h3, h4 {
  font-family: Verdana, Arial, sans-serif, Geneva, Georgia, Sans-Serif, Serif;   
  text-decoration: none;
  display: inline;
}
h1 { 
  margin: 3px; 
  font-size: 2em; 
}
h2 { 
  margin: 3px; 
  font-size: 1.6em; 
}
h3 { 
  margin: 2px; 
  font-size: 1.4em; 
}
h4 { 
  margin: 1px; 
  font-size: 1.2em; 
}
a {
  color: #000080;
  text-decoration: none
}
a:hover {
  color: #800000;
  text-decoration: underline;
}

input {
  padding: 0;
}
textarea { 
  padding: 0;
}
form {
  margin: 0px;
}
select {
  padding: 0; 
}
.input_text {
  border: 1px solid #999999;
}
.input_button {
  background: #E6E8EC; 
  cursor: hand; 
  border: 1px solid #666666; 
}
.input_radio { 
  border: 0px; 
  text-decoration: none; 
}
.input_checkbox { 
  border: 0px; 
  text-decoration: none;
}
/* Define Layers */

#wrap {
  padding: 0px;
}
#wrapcenter {
  padding-left: 20px;
  padding-right: 20px;
}

#header {
  width: 400px;
  height: 80px;
  background-image: url(/images/web_server_installation.gif); 
  background-repeat: no-repeat;
}
#menu{
  text-align: left;
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
#menu ul{
  list-style-type: none;  
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}

#menu li{
  margin: 0px;
  padding: 0px;
}

#menu li a {
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
  padding: 5px 5px 5px 5px;
  display: block;  
  border-top: 1px solid #FFFFFF;  
  border-bottom: 1px solid #FFFFFF;  
}

#menu li a:hover {
  background-color: #E5E5E5;  
  /*border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;*/
}
#menu li a.first {
}
#menu li a.first:hover {
}
#menu li a.selected {
  background-color: #E5E5E5;  
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#menu li a.selected:hover { 
}

#inline{
}

#inline ul{
  /*list-style-type: none;*/  
}

#inline li{
  display: inline;
}


/* Menu Items */
.menuItem {

}
.menuItem a:link,
.menuItem a:visited,
.menuItem a:active,
.menuItem a:hover {
  display:block;
  text-decoration: none;
  width: 120px;
  height: 20px;
  border-bottom: #ccc 1px solid;
  color: #00008B;
  font-family: Verdana, Arial, sans-serif;
} 

.menuItem a:hover {
  color: maroon;
}

#footer {
  font-size: 0.76em;
}
#footer ul {
  list-style-type: none;
  text-align: center;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}
#footer li {
  margin: 0px;
  padding: 0px 4px;
  display: inline;
  text-decoration: none;
}
