#leftcontent {
color: #06217B;
float: left;
width: 313px;
background-image: url('images/leftcol.gif');
background-repeat: repeat-y;
background-position: top left;
}

#leftcontent a {
color: #06217B;
}

#leftcontent td {
font-size: 13px;
}

#rightcontent {
color: #8E204A;
float: right;
width: 313px;
background-image: url('images/rightcol.gif');
background-repeat: repeat-y;
background-position: top left;
}

#rightcontent a {
color: #8E204A;
}

#rightcontent td {
font-size: 13px;
}

#centercontent {
padding-top: 2px;
padding-bottom: 2px;
color: #043B10;
margin-right: 313px;
margin-left: 313px;
background-image: url('images/centercol.gif');
background-repeat: repeat-y;
background-position: top left;	
}

#centercontent a {
color: #043B10;
}

#centercontent td {
font-size: 13px;
}

td.lefthover:hover {
border-top: solid 5px #06217B;
border-bottom: solid 5px #06217B;
}

td.righthover:hover {
border-top: solid 5px #8E204A;
border-bottom: solid 5px #8E204A;
}

td.centerhover:hover {
border-top: solid 5px #043B10;
border-bottom: solid 5px #043B10;
}
