﻿/* CSS Document */
body { margin-left: 0px; margin-top: 0px; background-color: #DDE6D3; }
body,td,th { font-family: Arial, Helvetica, sans-serif; }
th { font-weight: bold; font-style:italic; }
a { font-family: Arial, Helvetica, sans-serif; color: #0000CC; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; color: #0000CC; }
a:hover { text-decoration: none; color: #0000CC; }
a:active { text-decoration: none; color: #0000CC; }

.title { font-size: 230%; color:#FFFFFF; font-weight:bold; position:absolute; left:170px; top:0px; width:610px; height:65px; z-index:2; background-image:url(images/topbng.png); background-repeat:no-repeat }

.left { position:absolute; left:0px; top:0px; width:145px; height:816px; z-index:1; background-image:url(images/bat.jpg); background-repeat:no-repeat; 
		padding-top:210px; padding-left:15px; margin-right: 55px; }
.left a { text-transform:uppercase; font-weight: bold; display:block; height:24px; vertical-align:middle; background-image:url(images/alinkbg.png); background-repeat:no-repeat; }
.left a:link {  }
.left a:visited {  }
.left a:hover { background-image:url(images/linkbg.png); }
.left a:active {  }

.nav { position:absolute; left:170px; top:66px; width:610px; height:20px; z-index:3; }
.nav a:hover { background-color: #FDDC03; }

.main { position:absolute; left:170px; top:93px; width:610px; height:719px; z-index:5; }
.main a:hover { background-color: #FDDC03; }

.vsmall { font-size: x-small; }
.small { font-size: small; }
