html, body {	
    background: #f6f2f1;
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    font-family: Arial, sans-serif;	
    width: 100%;
    height: 100%;
}
#edgeL {
    position:absolute;
    bottom:0;
    left:0;
    width:10px;
    height:100%;
    background: url('img/background-left-small.png') repeat-y 0 0;
}
#edgeR {
    position:absolute;
    bottom:0;
    right:-1px;
    width:10px;
    height:100%;
    background: url('img/background-right-small.png') repeat-y 0 0;
}

* html #edgeR, * html #edgeL { height:1000em; }
img {
    border: 0;
}
td {
    padding: 0;
}
a {
    font-size: 100%;
    color: #4f4f4f;
    text-decoration: underline;
    outline: none;
}
a:hover {
    text-decoration: none;
}
form {
    display: inline;
}
p {
    margin: 0;
}
input {    
    border: 1px solid #C3C2BB;
    padding: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    outline: none;
}
input:focus {
    background: #f4f4f4;
    border: 1px solid #000;
}
select {
    font-size: 12px;
    border: 1px solid #c3c2bb;
}
textarea {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000;    
    border: 1px solid #c3c2bb;
    padding: 3px;
    padding-right: 7px;
    margin-top: 1px;
    margin-bottom: 1px;
    outline: none;
}
textarea:focus {
    background: #f4f4f4;
    border: 1px solid #4f4f4f;
}
.button {    
    color: #4f4f4f;
    background-color: #c3c2bb;
    padding: 3px 7px 3px 7px;
    font-size: 0.9em;
    margin-top: 1px;
    margin-bottom: 1px;
    font-weight: bold;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
    margin: 0 auto;
    background: orange;
}
.text {
    text-align: justify;
    padding-bottom: 5px;
}
.empty {
    width: 100%;
    height: 10px;
}
.clear {
    clear: both;
}
.success {
    color: green;
}
.error {
    color: red;
}
h1 {
    font-size: 220%;
    font-weight: normal;    
    color: #4f4f4f;
    padding-bottom: 3px;
    border-bottom: solid 1px #d6d6d6;
    margin: 0;
    margin-bottom: 10px;
}
h2 {
    font-size: 150%;
    font-weight: normal;
    color: #4f4f4f;
    padding-bottom: 3px;
    margin: 0;
    margin-bottom: 10px;
}
.icon {
    padding-left: 55px;
    height: 55px;    
}
.bold {
    background: #d6d6d6;
}
/* ----- TOP LEVEL NAVIGATION ----- */

#top_navigation {
    margin-right: 5px;
    height: 25px;
}

#top_navigation li {
    font-weight: bold;
    font-size: 0.9em;
    float: right;
    margin: 0;
    list-style-type: none;
}
#top_navigation li a,
#top_navigation li a:link {
    color: #d6d6d6;
    margin: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
}


#top_navigation li a.current,
#top_navigation li a:hover,
#top_navigation li a:active {
    text-decoration: none;
    color: #FFF;
    border-top: 2px solid #d6d6d6;
}


#container {
    position: relative;
    height: 100%;
    width: 800px;
    margin: 0 auto;
    background: #fff;
}
#top {
    position: relative;
    height: 140px;
    background: #4f4f4f;
}

#top .content {
    width: 780px;
    margin: 0 auto;
}
#top .content .logo a {
    float: left;
    width: 290px;
    height: 90px;
    margin: 20px;
}
#top .content .logo a {
    background: url("img/banner.gif") top left no-repeat;
}
#top .content .top {
    text-align: right;
    float: right;
    padding: 15px;
    width: 420px;
    height: 70px;
}
#top .content .menu {
    float: right;
    width: 450px;
    height: 50px;
}


#main {
    float: left;
    width: 780px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#main .block {
    margin: 0px 25px 0px 25px;
}
#footer {
    color: #d6d6d6;
    clear: both;
    position: relative;
    height: 20px;
    background: #4f4f4f;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}

.list {
    background: url("img/check.gif") center left no-repeat;
    padding: 4px 4px 4px 22px;
}

