a:link {
	color: #0000FF;
}
a:visited {
	color: #0063A4;
}
a:hover {
	color: #CC00CC;
}
a:active {
	color: #0000FF;
}





body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFBE5;

}

#centerblock {
	position: absolute;
	width: 791px;
  	left: 20%;
	margin-left: -140px;
}


#topmenu {
	width: 791px;
	height: 113px;
	}
	
#middle {
	margin-top:-1px;
	width: 791px;
	height: 414px;
}
	
#middlecontentpages {
	width: 791px;
	height: 414px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
#title {
	width: 500px;
	height: 50px;
	padding-top: 5px;
	padding-left: 45px;
}

#leftcol {
	float: left;
	width: 210px;
	padding-left: 25px;
	padding-top: 10px;
	
}

#rightcol {
	float: left;
	width: 475px;
	height: 350px;
	padding-left: 25px;
	paddiing-top: 10px;
	padding-right: 25px;
	overflow: auto;
	
}
	
#footer {	
	clear: left;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	width: 791px;
	height: 76px;
	padding-top: 13px;
	text-align: center;
}

#copyright {
	height: 20px;
	padding-top: 20px;
}










.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.bodytextblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #0063A4;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #0063A4;
}
.copyrighttext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
.speachbubble{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	padding-top: 2px;
}

.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B71C3;
	line-height: 18px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
