#abody {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 10pt;
    text-align: center;
    color: white;
    font-family: Verdana, Tahoma, Times New Roman, Arial;
    background-color: #ced5f2;
    background-image: URL(images/bg.gif);
}

a:link {
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: none;
}

a:visited {
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: underline;
}

a:link.disclaimer {
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: underline;
}

a:visited.disclaimer {
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: underline;
}

a:hover.disclaimer {
    color: #7fb2e6;
    font-size: 8pt;
    text-decoration: underline;
}

a:link.globalnav {
    color: white;
    font-size: 10pt;
    text-decoration: none;
}

a:visited.globalnav {
    color: white;
    font-size: 10pt;
    text-decoration: none;
}

a:hover.globalnav {
    color: #013565;
    font-size: 10pt;
    text-decoration: none;
}

a:link.subelement {
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: none;
}

a:visited.subelement {
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: none;
}

a:hover.subelement {
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: underline;
}

a:link.newsitem {
    color: #a25e04;
    font-size: 7pt;
    text-decoration: none;
}

a:visited.newsitem {
    color: #a25e04;
    font-size: 7pt;
    text-decoration: none;
}

a:hover.newsitem {
    color: #663b02;
    font-size: 7pt;
    text-decoration: underline;
}

b {
    color: white;
    font-size: 10pt;
}

b.nav {
    color: white;
    font-size: 10pt;
}

p {
    color: white;
    font-size: 10pt;
    font-family: Verdana, Tahoma, Times New Roman, Arial;
}

span {
    color: white;
    font-size: 10pt;
    font-family: Verdana, Tahoma, Times New Roman, Arial;
}

span.error {
    color: yellow;
    font-size: 10pt;
    font-family: Verdana, Times New Roman, Arial;
}

span.success {
    color: white;
    font-size: 10pt;
    font-family: Verdana, Times New Roman, Arial;
}

span.title {
    color: white;
    font-size: 20pt;
    font-weight: bold;
    font-family: Verdana, Tahoma, Times New Roman, Arial;
}

span.title2 {
    color: white;
    font-size: 18pt;
    font-family: Verdana, Times New Roman, Arial;
}

span.title3 {
    color: white;
    font-size: 16pt;
    font-weight: bold;
    font-family: Verdana, Times New Roman, Arial;
}

span.subtitle {
    color: white;
    font-size: 14pt;
	font-weight: bold;
    font-family: Verdana, Times New Roman, Arial;
}

span.liltext {
    color: black;
    font-size: 8pt;
    font-family: Verdana, Times New Roman, Arial;
}

img {
    border: 0;
}

img.logo {
    position: absolute;
    top: 5px;
    left: 15px;
}

hr {
    color: black;
    width: 100%;
    height: 1px;
}

form {
    padding: 0px;
}

input.form {
    border: 1px solid #999999;
}

input.formreq {
    border: 1px solid #999999;
    background-color: #bcd7f1;
}

select.form {
    border: 1px solid #999999;
}

textarea.form {
    border: 1px solid #999999;
}

fieldset {
    text-align: left;
}

legend {
    font-weight: bold;
    color: black;
}

table {
    font-size: 10pt;
    margin: 0 auto;
}

table.form {
    font-size: 10pt;
    padding: 2px;
    width: 90%;
    margin: 0 auto;
    display: inline;
}

table.logonForm {
    font-size: 10pt;
	color: black;
    vertical-align: top;
    margin: 0 auto;
}

#nonarchived {
    border-color: black;
}

#archived {
    border-color: black;
}

th {
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    background-color: #ffaa2e;
    color: white;
}

th.subhdr {
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    background-color: #f8d097;
    color: black;
}

tr.list {
    background-color: transparent;
    cursor: pointer;
}

tr.list_hover {
    background-color: #7d8ab9;
    cursor: pointer;
}

td.icon {
    width: 20px;
    height: 20px;
}

td.logonForm {
    background-color: white;
    color: black;
    text-align: center;
    margin: 0 auto;
}

td.padl {
    padding-left: 10px;
    text-align: left;
}

td.bc {
    text-align: center;
    font-weight: bold;
}

td.c {
    text-align: center;
}

td.lb {
    text-align: left;
    font-weight: bold;
}

td.vlb {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

td.r {
    text-align: right;
    font-weight: bold;
}

td.lw {
    text-align: left;
    font-weight: bold;
    width: 50%;
}

td.rw {
    text-align: right;
    font-weight: bold;
    width: 50%;
}

td.vrw {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    width: 50%;
}

div.logonForm {
    border: 1px solid black;
    margin: 0 auto;
    background-color: white;
    width: 500px;
}

div.logonFormTitle {
    border: 1px solid black;
    border-bottom: none;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 10pt;
    background-color: #46558f;
    color: white;
    width: 500px;
}

div.all {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 800px;
    height: 719px;
    top: 0px;
    left: 0px;
    background-image: URL(images/master_bg.gif);
    background-repeat: repeat-x;
}

div.globalnav {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	padding-top: 5px;
	z-index: 10;
}

div.search {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.header {
	cursor: pointer;
    position: absolute;
	top: 24px;
	left: 0px;
    width: 100%;
    height: 105px;
    z-index: 10;
}

div.area_nav {
    position: absolute;
    top: 136px;
	left: 0px;
    width: 100%;
    height: 23px;
    background-image: URL(images/nav_bg.gif);
    background-repeat: repeat-x;
	z-index: 1000;
}

div.button {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 1%;
    text-align: center;
    width: 150px;
    height: 25px;
    padding-left: 10px;
    float: left;
}

div.buttonHover {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0px;
    left: 1%;
    width: 150px;
    height: 23px;
    background-color: #d89534;
    border-left: 10px solid white;
    float: left;
}

div.buttonpad {
    padding-top: 3px;
}

div.drop_down {
    text-align: left;
	position: absolute;
	top: 23px;
	left: -10px;
	width: 190px;
	font-size: 10pt;
	z-index: 450;
	display: none;
    background-color: #2c416c;
}

div.subelement {
	position: relative;
    background-color: transparent;
	cursor: pointer;
}

div.subelement_hover {
	position: relative;
    background-color: #d89534;
	cursor: pointer;
}

div.subelement_pad {
	padding-top: 4px;
	padding-left: 4px;
}

div.side_menu {
    text-align: left;
	position: absolute;
	top: 0px;
	left: 190px;
	width: 190px;
	font-size: 10pt;
	z-index: 450;
	display: none;
    background-color: #2c416c;
}

div.sidebar {
	margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 10px;
    width: 290px;
    height: 785px;
    background-image: URL(images/sidebar_bg.gif);
}

div.sidebar_content {
	margin: 0 auto;
    position: relative;
    top: 170px;
    left: 0px;
    width: 269px;
	height: 580px;
}

div.news {
	margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
    width: 269px;
    height: 542px;
}

div.newshdr {
	margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 34px;
    background-image: URL(images/news.gif);
}

div.newslist {
	margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 34px;
    left: 0px;
    width: 100%;
    height: 475px;
    background-color: #ffd399;
    background-image: URL(images/news_bg.gif);
    background-repeat: repeat-x;
    overflow: auto;
}

div.newsftr {
	margin: 0 auto;
    text-align: right;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 34px;
    background-image: URL(images/news_bottom.gif);
}

div.content {
    margin: 0 auto;
	text-align: center;
    position: absolute;
    top: 160px;
    right: 0px;
    width: 499px;
    height: 560px; /* 575px; 483px */
	overflow: auto;
}

div.footer {
    color: white;
    font-size: 8pt;
    text-align: left;
    position: absolute;
	top: 722px;
	right: 0px;
	width: 499px;
}

div.left {
    text-align: left;
    padding-left: 5px;
}

div.center {
    text-align: center;
    margin: 0 auto;
}

div.right {
    text-align: right;
    padding-right: 5px;
}

div.bar {
	margin: 0 auto;
    position: relative;
    width: 97%;
    height: 33px;
    background-image: URL(images/bar1.gif);
    background-repeat: repeat-x;
}

div.formhdr {
    text-align: center;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    background-color: #ffaa2e;
    width: 100%;
    height: 23px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

div.subhdr {
    text-align: center;
    margin: 0 auto;
    font-size: 10pt;
    color: black;
    border-bottom: 1px solid black;
}

div.container {
    clear:both;
    margin: 0 auto;
    width: 90%;
    border: 1px solid black;
}

div.subcontainer {
    clear:both;
    margin: 0 auto;
    width: 90%;
    border: 1px solid black;
}

