html,body {margin: 0; padding: 0;}

table {width: 100%;height: 100%;}

td {vertical-align: middle; text-align: center;}

body {
 color: #000066;
 background-image: url(img/bg2.gif);
 font-size: x-small;
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
 scrollbar-base-color: #6699cc;
 scrollbar-highlight-color: #99CCFF;
 scrollbar-darkshadow-color: #000066;
 scrollbar-shadow-color: #6699cc;
 scrollbar-arrow-color: #000066;
 }
.txtbold {  font-size: x-small; font-weight: bold}
.txtblue {  font-size: x-small; color: #000066}
.txtgreen {  font-size: x-small; color: #1E5A5A}
.txtgold {  font-size: x-small; color: #6B4900}

a:link {  color: #792C25; font-size: x-small; font-weight: bold}
a.blue:visited {  color: #792C25; font-size: x-small; font-weight: bold}
a.blue:hover { color: #000066; font-size: x-small; font-weight: bold}
a.blue:active { color: #96421E; font-size: x-small; font-weight: bold}
a.green:visited {  color: #792C25; font-size: x-small; font-weight: bold}
a.green:hover { color: #1E5A5A; font-size: x-small; font-weight: bold}
a.green:active { color: #96421E; font-size: x-small; font-weight: bold}
a.yellow:visited {  color: #792C25; font-size: x-small; font-weight: bold}
a.yellow:hover { color: #B3201B; font-size: x-small; font-weight: bold}
a.yellow:active { color: #96421E; font-size: x-small; font-weight: bold}
	
ul { list-style-type:square; margin-left:15px; margin-top:5px; margin-bottom: 3px}
	
#container {
 width:750px;
 border:1px solid #6DA8DA;
 margin-right:auto;
 margin-left:auto;
 margin-top:auto;
 padding:0px;
 text-align:left;
 background:#ffffff
 }

#body {
 width:518 px;
 padding:10px 20px;
 float:left;
 background:#ffffff;
 }
	
#right {
 width:230px;
 padding:0px;
 float:left;
 background:#ffffff;
 }

#header {margin:0px 0px 0px 0px; text-align:right; width:748; background:#FFE99B}

#footer {
 width:750px;
 border-style:solid;
 border-color:#6DA8DA;
 border-width:0px 1px 1px 1px;
 margin-right:auto;
 margin-left:auto;
 margin-top:0px;
 padding: 10px;
 background: #99CCFF;
 }

#b_blue a {
 width: 144px;
 height: 200px;
 margin:7px 0px 5px 0px;
 padding: 10px;
 float: left;
 background: #99CCFF;
 text-align:center;
 }

#b_blue a:hover { background: #C4E1FF url(img/gradient_blue.jpg)}

#b_green a {
 width: 148px;
 height: 200px;
 padding: 10px;
 margin:7px 13px 5px 13px;
 float: left;
 background: #9EDADB;
 text-align:center;
 }

#b_green a:hover { background: #B5E6E6 url(img/gradient_green.jpg);}

#b_yellow a {
 width: 148px;
 height: 200px;
 margin:7px 0px 5px 0px;
 padding: 10px;
 float: left;
 background: #FFE99B;
 text-align:center;
 }

#b_yellow a:hover { background: #FFF2C6 url(img/gradient_yellow2.jpg);}


#r_blue {
 width: 230px;
 margin:0px 0px 4px 0px;
 padding: 7px 10px;
 float: left;
 background: #C4E1FF url(img/gradient_blue.jpg);
 }

#r_green {
 width: 230px;
 margin:0px 0px 4px 0px;
 padding: 7px 10px;
 float: left;
 background: #B5E6E6 url(img/gradient_green.jpg);
 }

#r_yellow {
 width: 230px;
 margin:0px 0px 4px 0px;
 padding: 7px 10px;
 float: left;
 background: #FFF2C6 url(img/gradient_yellow.jpg);
 }
