* { margin:0; padding:0;  }

body { 
    background: #fff;
    color: #434343; 
    font-family: Tahoma, sans-serif;
    font-size: 76%;
}

html, body { 
    text-align: center; 
    width:100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

hr.clear {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; 
    padding:0;
    border: none;
    visibility: hidden;		
}    

#page {
    border: 0px solid #BFBFBF;
    background: #fff;
    text-align: justify;
    font-size: 1em;
    width: 840px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 100%;
    color: #2E4152;
}

body>#page {
    height: auto;
} 

h1, h2, h3 { color: #036; padding-bottom: 7px; }
h1 {font-size: 180%;}
h2 {font-size: 160%;}
h3 {font-size: 130%;}

a, a:link { color: #036; background: inherit;}
a:hover { color: #369; background: inherit;}

#header {
    color: #F7F7F7;
    background: #fff url(../images/header-sm.jpg) no-repeat; 
    height: 231px;
    width: 840px;
}

#logo {
    position: absolute;
    top: 25px;
    left: 40px;
    width: 250px;
    height: 65px;
}

#top p img {padding-left: 10px;}
#header a img {border: none;}

#topmenu {
    color: #434343;
    background: #fff; 
    height: 40px;
    font-size: 1em;
    font-weight: bold;
    border-top: 0px solid #99D9F7;
}

#topmenu p { 
    padding-top: 15px;
    padding-left: 10px; 
}
 
ul#menu {
    margin-left: 0;
    padding-top: 15px;
    padding-left: 10px;
    white-space: nowrap;
}

#menu li {
    display: inline;
    list-style-type: none;
}

#menu a { padding: 5px 10px; }

#menu a:link, #menu a:visited {
    color: #fff;
    background-color: #036;
    text-decoration: none;
}

#menu a:hover {
    color: #fff;
    background-color: #369;
    text-decoration: none;
}

#main {
    border: 0px solid #A5A9AF;
    line-height: 1.6em;
    background: #f7f7f7;
    border: 1px solid #99D9F7;  
}

#main-content, #main-content-win {
    padding:10px;
}

#main-content p, #main-content-win p {
    padding-top: 8px;
    padding-bottom: 8px;
}

#main-content-win p {
    font-size: 1.1em;
}

#footer {
    color: #2A3852; 
    background: #f7f7f7; 
    border: 1px solid #99D9F7;
    height: 32px;
    margin-top: 10px;
}

#footer p {
    text-align: right;
    font-size: 0.9em;
    font-family: Verdana, Georgia, Tahoma, sans-serif;
    padding-top: 10px;
    padding-right: 10px;
}

#footer p a{ color: #2A3852; text-decoration: none; font-weight: bold;}
#footer p a:hover { color: #2A3852; text-decoration: underline;}


.right {float: right;}

table { border: none; text-align: left;}

.simple-border, table.simple-border, table.simple-border tr, table.simple-border td { 
    padding: 5px; border: 1px solid #000; border-collapse: collapse;}

.border, table.border { border: 1px solid #99D9F7; background: #cbeaec; }

table.border tr, table.border th, table.border td { padding: 5px; border: 1px solid #99D9F7; background: #f7f7f7; }

img { border: none;}

