/* The following section of font information is NOT editable by the client via Diamond Cutter */

/* For Seeding */
font.X1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.0pt;
  color: #FFFFFF;
}

/* The following section of font information is NOT editable by the client via Diamond Cutter */

/* For Dictionary */
font.X2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 25.0pt;
  color: #FFFFFF;
}

/* The following are global conditions for all pages, and are NOT editiable by the client via Diamond Cutter, for this version. */

/* ------------------------------------------------------------------------------------ */

/* Start Link Colors */
A.M:VISITED {
  color: #be0000;
  text-decoration: none;
}

A.M:LINK {
  color: #be0000;
  text-decoration: none;
}

A.M:HOVER {
  text-decoration: underline;
}

A:VISITED {
  color: #be0000;
  text-decoration: none;
}

A:LINK {
  color: #be0000;
  text-decoration: none;
}

A:HOVER {
  text-decoration: underline;
}
/* End Link Colors */

/* ------------------------------------------------------------------------------------ */

/* Start Footer Link Colors For Dark body Bg */
#footer-links font {
	color:#FFFFFF;
}

#footer-links A:VISITED {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-links A:LINK {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-links A:HOVER {
  text-decoration: underline;
}
/* End Footer Link Colors */

/* ------------------------------------------------------------------------------------ */

/* Start DCpage Eliment */
#DCpage {
position:relative; top:10px; left:auto;
} 
/* End DCpage Eliment */

/* ------------------------------------------------------------------------------------ */

/* Start form */
/*#form {
background-color:#725d44;

} 
#form font{
color:FFFFFF;
} 

#form A:VISITED {
  color: #ddceb3;
  text-decoration: none;
}

#form A:LINK {
  color: #ddceb3;
  text-decoration: none;
}

#form A:HOVER {
  text-decoration: underline;
}
/* End form */

/* ------------------------------------------------------------------------------------ */

/* Start left Column */
/*#rightcolumn {
background-image:url(../images/left-bg-bottom.gif);
background-position:bottom;
background-repeat:repeat-x;
background-color:#d9d9d9;
} */

#column font {
	color:#FFFFFF;
}

/* End left Column */

/* ------------------------------------------------------------------------------------ */

/* Start Frameset & Popup Bg Color */
#popup {
  background-color: #FFFFFF;
} 

#ext {
  background-color: #ebebeb;
} 
/* End Frameset & Popup Bg Color */

/* ------------------------------------------------------------------------------------ */

/* Start Page Title Position */
/*#pagetitle {
padding-left:150px;
} 
/* End Page Title Position */

/* ------------------------------------------------------------------------------------ */

/* Start Page Bg Color */
#page {
  background-image:url(../images/page-bg.png);
  background-repeat:repeat-y;
  background-position:center;
  width:902px;
} 

#pagecontent {
background-color:#f0f0f0;
margin-left:0px;
margin-right:7px;
margin-top:2px;
margin-bottom:1px;
} 
/* End Page Bg Color */

/* ------------------------------------------------------------------------------------ */

/* Start body Bg Image */
 #bodybg {
  background-image:url(../images/site-bg.jpg);
  background-repeat:repeat-x;
  background-color:#344897;
} 
/* End body Bg Image */

/* ------------------------------------------------------------------------------------ */

/* Start body Bg Color */
/*body {
  background-color: #676767;
  color: #000000;
} 
/* End body Bg Color */

/* ------------------------------------------------------------------------------------ */

/* Start Page Content Padding */
.content {
	padding-right: 0px;
	padding-left: 10px;
}
/* End Page Content Padding */