/***********************************
 * XHTML Elements
 ***********************************/
body
{
  background-color   : #1e1e58;
  margin-top         : 30px;
}

/***********************************
 * Overrides
 ***********************************/
#site_page
{
  width              : 808px;
}
#site_header
{
}
#site_footer
{
  background-position: bottom left;
  background-repeat  : no-repeat;
  height             : 30px;
  padding            : 0px;
}
#site_content
{
  background-color   : #fff;
  padding            : 30px 25px 25px 35px;
}

ul
{
  margin             : 0 0 0 0px;  
  padding            : 0 0 0 25px;
}

li
{
  margin-left        : 0px;  
  padding-left       : 0px;
}

/***********************************
 * Custom
 ***********************************/
a img
{
  border: 0px;
}

.pathway
{
  padding: 0 0 10px 0;
}

.sample
{
  color       : #aaa;
  font-weight : bold;
  font-size   : 24pt;
  margin      : 50px 15px;
  text-align  : center;
}

/***********************************
 * Custom: #menu_top
 ***********************************/
#menu_top
{
  background-color   : #E6AF30;
  background-position: top left;
  background-repeat  : repeat-x;
  color              : #1E1E58;
  font-family        : Arial;
  font-weight        : bold;
  height             : 22px;
  font-size          : 9pt;
  left               : 18px;
  line-height        : 21px;
  position           : absolute;
  width              : 775px;
  top                : 233px;
  text-align         : center;
}
#menu_top a
{
  color              : #1E1E58;
  padding            : 0 20px;
  text-decoration    : none;
}
#menu_top a:hover
{
  text-decoration    : underline;
}

/****Custom side link**/

.side_link
{
  float             : right;
  padding           : 0px;
  text-align        : center;
  width             : 180px;
}

.linkdiv
{
  clear             : both;
  white-space       : nowrap;
}
.linkdiv img
{
  margin            : 2px 2px;
}

.page_header
{
  font-family       : Tahoma,Verdana,Arial;
  font-size         : 14pt;
  font-weight       : bold;
  margin            : 12px 0px;
}

.important_text
{
  font-size         : 1.1em;
  font-weight       : bold;
}

.small_text
{
  font-size         : 10px;
}
