body {
 background: #ffffff;
 color: #000000;
 font: 12px Verdana;
 margin: 0px;
}

hr {
 color: gray;
 background-color: #808080;
 border: 0;
 height: 1px;
 width: 75%;
}

h2 {
 text-align: center;
 font: 12px Verdana;
}

h3 {
 font: 14px Verdana;
 font-weight: bold;
}

#screen {
 width: 100%;
 margin: 0px 0px 10px 0px;
 overflow: hidden;
}

#yellow {
 float: left;
 width: 700px;
 margin: 0px 50% 0px 50%;
 background: inherit;
}

#bodycont {
 float: left;
 background: #ffffff;
 margin: 10px 10px 10px 10px;
 width: 680px;
 border-bottom: 1px solid #808080;
 text-align: justify;
 
}

.hiddentxt {
 font: 10px Verdana;
 color: #808080;
}

.container {
 clear: both;
 width: 700px;
 margin: 0px -50% 0px;
 background: #ffffff;
 text-align: center;
}

.container a:visited {
 color: #00338D;
}

.container a:hover {
 color: #000000;
 text-decoration: none;
}

.container a {
 color: #00338D;
}

a img {
 border: none;
}

a.extLink {
 border: 0px;
}

/*Tab Menu Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab {
 padding: 3px 0;
 margin-left: 0;
 font: bold 12px Verdana;
 border-bottom: 1px solid #808080;
 list-style-type: none;
 text-align: right;
}

.basictab li {
 display: inline;
 margin: 0;
}

.basictab li a {
 text-decoration: none;
 padding: 3px 10px;
 margin-right: 5px;
 border: 1px solid #808080;
 border-bottom: none;
 background-color: #00338D;
 color: #ffffff;
}

.basictab li a:visited {
 color: #ffffff;
}

.basictab li a:hover {
 background-color: #ffffff;
 color: #00338D;
}

.basictab li a:active {
 color: black;
}

.basictab li.selected a {
 position: relative;
 top: 1px;
 padding-top: 4px;
 background-color: #ffffff;
 color: #00338D;
}