/* -------------- HTML Tags -------------- */
body {
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
margin: 0px;
}
table {
margin: auto;
}
li {
list-style-image: url(../images/bullet.jpg);
}
.spacer {
width: 760px;
}
.imgright {
float: right;
padding: 3px;
}
.imgleft {
padding: 3px;
}
a.but {
color: black;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
a.but:active {
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.but:visted {
color: #000000;
font-weight: bold;
text-decoration: none;
}
a.but:hover {
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}
.header {
background-image: url(../images/banner.jpg);
height: 176px;
width: 760px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
}
.subheader, .botcell {
background: #000000;
height: 10px;
width: 760px;
/*border: 1px solid #000000;*/
}
.left {
        background: #94BEFD;
		vertical-align: top;
		width: 145px;
		border-left: 1px solid #000000;
}
.space {
		 vertical-align: top;
		 width: 5px;
		 background: #FFFFFF;
}
.main {
vertical-align: top;
width: 608px;
border-right: 1px solid #000000;
}
.button {
background: #94BEFD;
background-image: url(../images/button.gif);
width: 145px;
height: 30px;
color: black;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
.buttonspace {
height: 2px;
}
.pagetitle {
font-size: 24px;
font-weight: bold;
padding-top: 20px;
}			  
.copy {
background: #FFFFFF;
text-align: center;
font-size: 12px;
width: 760px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}
