body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5EDF3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	text-decoration: underline;
	text-underline-style: dotted;
	color: #666666;
}
#main {
	background-color: #FFFFFF;
	background-image: url(../_img/main_bg.gif);
	background-repeat: repeat-y;
	width: 742px;
	margin: auto;
}
#topMenu {
	width: 723px;
	clear: both;
	margin: auto;
	background-color: #004B85;
	font-size: 13px;
	padding-right: 6px;
	margin-bottom: 25px;
}
#leftColumn {
	margin-left: 7px;
	width: 149px;
	background-color: #FFFFFF;
	float: left;
}
#centerColumn {
	width: 384px;
	float: left;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 15px;
}
#rightColumn {
	width: 150px;
	float: left;
}


.menuLeftBtn {
	background-image: url(../_img/leftColumn_menuButton.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 2px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #004B85;
	line-height: 20px;
}
#footerContainer {
	width: 742px;
	margin: auto;
	background-image: url(../_img/main_bg.gif);
	background-repeat: repeat-y;
}
#footerContent {
	background-repeat: repeat-x;
	width: 728px;
	margin: auto;
	height: 26px;
	background-image: url(../_img/footer_bg.jpg);
	color: #004B85;
	font-size: 11px;
	padding-top: 92px;
}



.leftLink {
	margin-top: 10px;
}




#header {
	clear: both;
	margin: auto;
	width: 729px;
}
.menuLeftBtn a {
	color: #004B85;
	text-decoration: none;
}
.menuLeftBtn a:hover {

	color: #FF0000;
	text-decoration: none;
}
#selected {
	background-image: url(../_img/leftColumn_menuButton_selec.gif);
}
#selected a {
	color: #FFFFFF;
}
#selected a:hover {
	color: #004B85;
}
#footerContent a, #footerContent a:visited {
	color: #004B85;
	text-decoration: none;
}
#footerContent a:hover {
	color: #004B85;
	text-decoration: underline;
}

