a.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #330099;
	text-align: center;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #330099;
	text-align: center;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: capitalize;
	color: #330099;
	text-align: center;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #330099;
	text-align: center;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #330099;
	text-align: center;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
	color: #330099;
	text-align: center;
}
body {
margin : 0px 0px 0px 0px;
background-color : #ffffff;
}
#top {
position: absolute;
height: 100px;
width: 100%;
top:0px;
border:0px none;
background-image: url('Images/topbkg.png');
background-repeat: no-repeat;}
#left {
position: absolute;
height:100%;
width:200px;
top:115px;
}
#main {
position: absolute;
top: 115px;
left: 210px;
background-image: url('Images/mainbkg.png');
background-repeat: no-repeat; 
background-position: right bottom;
} 

.normtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; text-decoration:none}
.errortext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #990000; text-decoration:none}