input, textarea, select {
 font-size: 16px;
 font-family: "calibri", helvetica, "times new roman";
 margin-bottom: 0px;
 color: #ffffff;
 border: 3px solid #000000;
 background-color: #000000;
}
a, a:active, a:visited { 
 color: #e77010;
 text-decoration: none; 
}
a:hover { 
 color: #ffac69;
 text-decoration: none; 
}
a.login:link {color: #FFFFFF; text-decoration: underline; }
a.login:visited {color: #FFFFFF; text-decoration: underline; }
a.login:hover {color: #CDCDCD; text-decoration: none; }
a.login:active {color: #FFFFFF; }

img {
 border: 0px;
 background-color: #FFFFFF;
}

h1 {
 font-size: 20px;
 text-align: left;
 margin-bottom: 0px;
 margin-top: 0px;
}
h2 {
 font-size: 10px;
 color: #ffffff;
 text-align: left;
 margin-bottom: -3px;
 margin-top: -3px;
 padding-left: 3px;
}
h3 { 
 text-align: justify;
 margin:0px;
 color:#ffffff;
 font-size: 18px;
} 
p { 
 text-align: justify;
 margin-bottom: 10px;
 margin-top: 5px;
} 

body {
 margin: 0px;
 padding: 0px;
 height: 100%;
 font-family: "calibri", helvetica, "times new roman";
 font-size: 14px;
 background-image: url('images/verti-back.png');
 background-repeat: repeat-x;
 background-color: #ededed;
}

#subwrapper {
 position: absolute;
 width: 100%;
 height: 100%;
}

#header {
 position: relative;
 padding-left: 10px;
 margin-bottom: 20px;
 color: #FFFFFF;
 background-color: #454545;
 border-bottom: 4px solid #000000;
 font-size: 40px;
}
 
#content {
 position: relative;
 height: 100%;
 width: 100%;
 padding: 0px;
 margin: 0px;
}

#contentdiv {
 width: 90%;
 padding-top:10px;
 min-height: 347px;
 margin: auto;
 text-align: justify;
 background-image: url('images/content-back.png');
 background-repeat: no-repeat;
}

.popup {
 position: absolute;
 right: 20px;
 top: 5px;
 font-size: 12px;
 padding: 5px;
 margin-bottom: 10px;
 background-color: #7f9cda;
 border: 1px #000000 dotted;
}

.logpopup {
 position: relative;
 padding: 5px;
 margin-bottom: 10px;
}

#menu {
 font-size: 14px;
 padding-bottom: 5px;
}

#vertheader {
 position: fixed;
 left: 0px;
 width: 35px;
 height: 100%;
 margin-bottom: 20px;
 color: #FFFFFF;
 background-color: #454545;
 border-right: 4px solid #000000;
 font-size: 40px;
 text-align: center;
 }
