body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 764px 
}
#centered {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 764px;
  text-align: left;
}

a:link {color: #000000} 
a:visited {color: #006699} 
a:hover {color: #CC9900} 
a:active {color: #000000} 
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333} 
li {color: #000066; list-style-type: square} 
ul {color: #000066; list-style-type: square} 
ol {color: #000066} 
.main {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666699} 
.main a:link {color: #333333; text-decoration: underline} 
.main a:visited {color: #666666; text-decoration: underline} 
.main a:hover {color: #999933; text-decoration: none} 
.main a:active {color: #333333; text-decoration: none} 
.main2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
} 
.main2 a:link {color: #666666; text-decoration: underline} 
.main2 a:visited {color: #666666; text-decoration: underline} 
.main2 a:hover {color: #CCCCCC; text-decoration: none; background-color: #333333} 
.main2 a:active {color: #333333; text-decoration: none}

html { 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-track-color:#E2E0E3; 
scrollbar-face-color:#004684; 
scrollbar-highlight-color:#FFFFFF; 
scrollbar-3dlight-color:#CCCCCC; 
scrollbar-darkshadow-color:#000000; 
scrollbar-shadow-color:#999999; 
} 

.bodyBkgd {
	background-attachment: fixed;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.center {
	text-align: center;
}
.sidebarBkgd {
	background-image: url(../images/side-bar.gif);
	background-repeat: repeat;
}
.whiteBackground {
	background-color: #FFFFFF;
}
.greyBackground {
	background-color: #E3E3E3;
}
.blueBkgnd {
	background-color: #004684;
}
.whiteSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.greyBkgd {
	color: #000066;
	background-color: #E3E3E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.headerBkgd {color: #000066; background-color: #E0DFE3; font-weight: bold; }
.blueText {
	color: #000099;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}.divider {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #004684;
	border-right-color: #004684;
	border-bottom-color: #004684;
	border-left-color: #004684;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
	text-align: justify;
}
.blueBkgndWhiteTxt {
	background-color: #004684;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
