/* ###### General Colors ###### */

/*** Scrollbar Color: ***/
body, #bodyText .boxedDark, #bodyText .boxedLight {
	scrollbar-face-color: #abacc3; scrollbar-highlight-color: #cdddfb; scrollbar-shadow-color: #cdddfb; scrollbar-3dlight-color: #abc3ac; scrollbar-arrow-color: #22224f; scrollbar-track-color: #abc3ac; scrollbar-darkshadow-color: #abc3ac;
}

/*** Text Color (darker): ***/
  body, .sideBarLeft a, .sideBarLeft span, .sideBarRight a, .sideBarRight span, .subFooter a
  { color: #22224f; }
		
	#bodyText a { color: #663333; }
/***	#bodyText a:visited { color: #663300; } ***/
	#bodyText a:hover { color: #993333; }
	
	.sideBarLeft a:hover, .sideBarRight a:hover,
	#bodyTextMain .boxedDark a:hover, #bodyTextMain .boxedLight a:hover
	{ color: #663366; } 

/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, #footer, #footer a
  { color: white; }

/*** Border Color: ***/
  #bodyText .boxedDark, #bodyText .boxedLight, #bodyTextMain .boxedDark, #bodyTextMain .boxedLight, .sideBarLeft a, .sideBarLeft span, .sideBarRight a, .sideBarRight span,
  #footer a:hover, .subFooter a
  { border-color: #22224f; }

/*** Background Color: ***/
	body { background-color: #d8eafa; }

/*** (dark): ***/
  #header, #footer
  { background-color: #33224f; }

/*** (lighter): ***/
  .CentralBlock, .boxedLight, .sideBarTitle, .subTitle, .bodyBlock
  { background-color: #ecf4ff; }

/*** (darker): ***/
  .boxedDark
  { background-color: #c0e2f4; }

/* ###### Table Colors ###### */

.table1 { background-color: #ffffcc; border-color: #330000; color: #22224f; }

/* ###### Special Colors ###### */

.bodyBlock h1, .bodyBlock h2 { border-color: #22224f; }

hr { color: #22224f; }

#header { border-color: white; }

.headerTitle { color: #cdddfb; }

#header a:hover { color: #8899dd; }

#bodyText .boxedDark, #bodyTextMain .boxedDark, .bodyBlock p { color: black; }

#footer a { border-color: white; }

.subFooter a:hover { border-color: #8899dd; }