﻿body {
    font-family: Verdana;
    font-size: medium;
    margin: 0px;
    background-color:rgb(247, 246, 243);
}

h1, h2, h3 {
    margin: 0px;
   
}

#topContent {
    background-color:rgb(128, 128, 128);
    width:100%;
    margin:0px 0px 0px;
    padding:0px;
    height:30px;
    color:rgb(255,255,255);
    border-radius: 5px 5px 5px 5px;
    /*text-align: left;
    background-color: #600;
    color: White;*/
    font-size: large;
    text-decoration: none;
    font-weight: bold;
    /*padding: 10px;*/
    /*height: 50px;*/
    text-align:center;
    min-width:360px;
}



#topContent a {
    text-decoration: none;
    color: White;
}

#topContent1 {
    margin-left: 350px;
    text-align: left;
    background-color: #600;
    color: White;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 20px;
}

#topContent1 a {
    text-decoration: none;
    color: White;
}


#leftContent {
    width: 149px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 30px;
    margin-top: 10px;
    left: 0px;
}

#leftContent h3 {
    width: 149px;   
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #800;
    border-bottom: dotted 1px #800;
}

#mainContent {
    text-align: left;
    /*margin-left: 150px;*/
    /*padding: 10px;*/
    min-width:360px;
}

#footerContent {
    margin-left: 350px;
    text-align: center;
    padding: 5px;
}
.menu{
    background-color:rgb(128, 128, 128);
    width:100%;
    margin:0px 0px 0px;
    padding:0px;
    height:30px;
    color:rgb(255,255,255);
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(rgb(128, 128, 128), #DDD, rgb(128, 128, 128));

}

.menu ul{    height: 31px;
}

.menu ul li{
    float:none;
    display:block;
    list-style:none;
   border-right:1px solid rgb(255,255,255);
    border-left:1px solid rgb(255,255,255);

}

.menu ul li.navigation_first_item:hover{
    border-radius:5px 0px 0px 5px;
}

.menu ul li a{
    font-size:13px;
    font-weight:bold;
    line-height:30px;
    padding:8px 20px;
    color: rgb(255,255,255);
    text-decoration:none;

}

.menu ul li:hover{
    background-color:rgb(2, 128, 128);
    border-right:1px solid rgb(255,255,255);

}
.wrapper{
    width:100%;
    margin:auto;
}

.clear{
    width:100%;
    clear:both;

}

.textbox { 
    background: white; 
    border: 1px double #DDD; 
    border-radius: 5px; 
    box-shadow: 0 0 5px #333; 
    color: #666; 
    outline: none; 
    height:20px; 
    font-weight: 700;
    resize:none;
} 

.btn1{
  width:100%;
  margin:5px auto;
  padding:5px;
  background:#ffffff;
  border:none;
  box-shadow: 1px 1px 1px 1px #ff0000;
  border-radius:3px;
  outline:none;
  color:#ff0000;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}

.btn1:hover{
  background:#ff0000;
  color:#ffffff;
}

.btn{
  width:100%;
  margin:4px auto;
  padding:4px;
  background:#ffffff;
  border:none;
  box-shadow: 1px 1px 1px 1px #1c5efb;
  font-family: "Times New Roman";
  border-radius:3px;
  outline:none;
  color:#1c5efb;
  font-weight:800;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 
.btn:hover{
  background:#1c5efb;
  color:#ffffff;
}

.btn2{
  width:100%;
  margin:5px auto;
  padding:5px;
  background:#ffffff;
  border:none;
  box-shadow: 1px 1px 1px 1px #0dba26;
  border-radius:3px;
  outline:none;
  color:#0dba26;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 
.btn2:hover{
  background:#0dba26;
  color:#ffffff;
}
