
/*divs*/
div {font-family: verdana;}

div#frame {margin: auto; min-height: 100%; width: 800px; text-align: left; background-color: white; border-right: 2px white solid; border-left: 2px white solid; position: relative; clear: both;}
div#top {width: 800px; height: 72px; background-color: white;}
div#logo {float: left; width: 97px; border-right: 2px white solid; background-color: #dbb176; height: 100%;}
div#title {float: left; margin-bottom: 2px; font-size: 1.9em; font-weight: bold; color: white; padding: 2px; padding-bottom: 4px; background-color: #3d78d1; width: 697px; height: 36px;}
div#cwabar {float: left; font-weight: bold; font-size: 1.5em; background-color: #db9c43; width: 250px; color: white; padding-left: 2px; height: 28px;}
div#menubar {vertical-align: top; border-top: 4px #db9c43 solid;float: left;font-weight: bold; font-size: 11pt; background-color: white; width: 449px; color: #3d78d1; height: 24px;}



/* main body */

body {height: 100%; text-align: left; margin: auto; background-color: #8ea9d1;}
html {height: 100%;}
h1 {color: #db9c43; font-weight: bold; font-size: 2em; font-family: verdana; text-align: center; line-height: 2em; padding-top: 40px; }
h2 {color: #db9c43; font-weight: bold; font-size: 1.3em; font-family: verdana; text-align: center; line-height: 2em; }
h3 {color: #db9c43; font-weight: bold; font-size: 1.1em; font-family: verdana; text-align: center; line-height: 2em; }

p {text-indent: 20px; text-align: justify; color: black; font-size: 11pt; font-family: verdana; padding-left: 3px; padding-right: 3px;}

.bold {font-size: 1.2em; color: black; font-weight: bold;}
img {border: 0px;}

hr {color: #3d78d1;}

/* links... */

a:link {color: #3d78d1; text-decoration: none; } 
a:visited {color: #3d78d1; text-decoration: none; } 
a:hover {color: #8ea9d1; text-decoration: underline; } 
a:active {color: #8ea9d1; text-decoration: underline;}

a.topmenu:link {color: #3d78d1; text-decoration: none; } 
a.topmenu:visited {color: #3d78d1; text-decoration: none; } 
a.topmenu:hover {color: #8ea9d1; text-decoration: underline; } 
a.topmenu:active {color: #8ea9d1; text-decoration: underline;}

a.title:link {color: white; text-decoration: none; } 
a.title:visited {color: white; text-decoration: none; } 
a.title:hover {color: white; text-decoration: none; } 
a.title:active {color: white; text-decoration: none;}
