body
{ 
  font-family: Georgia,serif;
  color: #333333;
  background: #ffcc00;
  }


a:link, a:visited
{ 
  /*color: #005FA9;*/
  color: #8fb300;
  text-decoration: none;
  }

a:hover
{ 
  text-decoration: underline;
  }

h1
{ 
  font: 120% Georgia,serif;
  /*font: bold 120% Georgia,serif;*/
  color: #fff2bf;
  line-height:100%;
  /* margin: 0px;
     padding: 0px;*/
  }

h2
{ 
  font: bold 114% Georgia,serif;
  color: #330099;
  /*color: #006699;*/
  /*margin: 0px;
     padding: 0px;*/
  }

h3
{ 
  color: #8fb300;
  font: bold 100% Georgia,serif;
  /* color: #334d55;*/
  
  margin: 0px;
  padding: 0px;
  
  }
h4
{ 
  font: bold 80% Georgia,serif;
/*  color: #330099;*/
/*   color: #333333; */
  color: #b38F00;
  margin: 0px;
  padding: 0px;
  }
ul
{ 
  list-style-type: square;
  }

/*

   ul ul
   { 
     list-style-type: disc;
     }

ul ul ul
{ 
  list-style-type: none;
  }
*/
/********* form and related tag styles *********/

form
{ 
  margin: 0;
  padding: 0;
  }

/*
   label
   { 
     font: bold 1em Georgia,serif;
     color: #334d55;
     }
*/			
input
{ 
  font-family: Times New Roman,serif;
  }
input:focus { 
  background-color:#fff2bf;
 }
textarea
{ 
  font-family: Times New Roman,serif;
  }
textarea:focus { 
  background-color:#fff2bf;
 }
select
{ 
  font-family: Times New Roman,serif;
  }
select:focus { 
  background-color:#fff2bf;
 }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1
{ 
  position:absolute;
  top: 52px;
  left: 2%;
  right: 2%;
  width:95.6%;
  /*	background-color: #ffcc00;*/
  /*	background-color: #fff2bf;*/
  background-color: #ffffff;
  }

#tl
{ 
  position:absolute;
  top: -1px;
  left: -1px;
  margin: 0px;
  padding: 0px;
  z-index: 100;
  }

#tr
{ 
  position:absolute;
  top: -1px;
  right: -1px;
  margin: 0px;
  padding: 0px;
  z-index: 100;
  }

#masthead
{ 
  position: absolute;
  top: 0px;
  left: 2%;
  right: 2%;
  width:95.6%;
  }

#pageNav
{ 
  float: left;
  width:178px;
  padding: 0px;
  margin: 0px;
  background-color: #ffcc00;
  /*	background-color: #F5f7f7;*/
  border-right: 1px solid #ffcc00;
  border-bottom: 1px solid #ffcc00;
  font: small Georgia,serif;
  }

#welcome
{ 
  background-color: #fff2bf;
  }
#categories
{ 
  background-color: #fff2bf;
  }
#featured
{ 
  background-color: #ffbfff;
  }
#newest
{ 
  background-color: #f2ffbf;
  }
#random
{ 
  background-color: #f2ffbf;
  }
#content
{ 
  /*	background-color: #ffffff;*/
  /*	padding: 10px;*/
  /*	margin:0px 0px 0px 178px;*/
  /*	clear:both;*/
  	float:left;
  margin:20px;
/*  width:600px;*/
  	width:70%;
  /*	border-left: 1px solid #ccd2d2;*/
  font-family: Times New Roman,serif;

  /*padding-left: 180px;*/
  }

#content h3
{ 
  padding-top: 20px;
  }

/*
   tr:hover
   { 
     background-color: #e6ff80;
     }
*/


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName
{ 
  margin: 0px;
  padding: 16px 0px 8px 0px;
  color: #ffffff;
  font-weight: bold;
  }

/************** utility styles *****************/

#utility
{ 
  font: 75% Georgia,serif;
  position: absolute;
  top: 16px;
  right: 0px;
  color: #8fb300;
  /*	color: #919999;*/
  }

#utility a
{ 
  color: #ffffff;
  }

#utility a:hover
{ 
  text-decoration: underline;
  }

#utility input
{ 
  background-color: #fff2bf;
  }

/************** pageName styles ****************/

#pageName
{ 
  vertical-align:middle;
  /*	padding-left: 200px;*/
  float:left;
  margin:10px;
  display:block;
  width:500px;
  text-align:center;
  }

#pageName h2
{ 
  text-align:center;
  vertical-align:middle;
  font: bold 114% Georgia,serif;
  line-height:100%;
  /*	font: Georgia,serif;*/
  /*	font: bold 175% Georgia,serif;*/
  color: #330099;
/*  display:inline;*/
  /*	margin:0px;
     padding: 0px;*/
  }

#pageName img
{ 
  text-align:center;
  vertical-align:middle;
/*  display:inline;*/
  padding: 0px;
  margin: 0px;
  }

/************* globalNav styles ****************/

#globalNav
{ 
  position: relative;
  width: 100%;
  min-width: 640px;
  height: 32px;
  color: #ffcc00;
  padding: 0px;
  margin: 0px;
  background-image: url(glbnav_background.gif);
  }

#globalNav img
{ 
  margin-bottom: -4px;
  
  }

#gnl
{ 
  position: absolute;
  top: 0px;
  left:0px;
  }

#gnr
{ 
  position: absolute;
  top: 0px;
  right:0px;
  }

#globalLink
{ 
  position: absolute;
  top: 6px;
  height: 22px;
  min-width: 640px;
  padding: 0px;
  margin: 0px;
  left: 10px;
  z-index: 100;
  }


a.glink, a.glink:visited
{ 
  font-size: small;
  color: #000000;
  font-weight: bold;
  margin: 0px;
  padding: 2px 5px 4px 5px;
  border-right: 1px solid #8FB8BC;
  }

a.glink:hover
{ 
  background-image: url(glblnav_selected.gif);
  text-decoration: none;
  }

.skipLinks
{ 
  display: none;}

/************ subglobalNav styles **************/

.subglobalNav
{ 
  position: absolute;
  top: 84px;
  left: 0px;
  /*width: 100%;*/
  min-width: 640px;
  height: 20px;
  padding: 0px 0px 0px 10px;
  visibility: hidden;
  color: #ffffff;
  }

.subglobalNav a:link, .subglobalNav a:visited
{ 
  font-size: 80%;
  color: #ffffff;
  }

.subglobalNav a:hover
{ 
  color: #ffcc00;
  }


/************** feature styles *****************/

.feature
{ 
  padding: 0px 0px 10px 10px;
  font-size: 80%;
  min-height: 200px;
  height: 200px;
  }
html>body .feature
{ 
  height: auto;}

.feature h3
{ 
  font: bold 175% Georgia,serif;
  color: #000000;
  padding: 30px 0px 5px 0px;
  }

.feature img
{ 
  float: left;
  padding: 0px 10px 0px 0px;
  }


/*************** story styles ******************/

.story
{ 
  padding: 10px 0px 0px 10px;
  font-size: 80%;
  }

.story h3
{ 
  font: bold 125% Georgia,serif;
  color: #000000;
  }

.story p
{ 
  padding: 0px 0px 10px 0px;
  }

.story a.capsule
{ 
  font: bold 1em Georgia,serif;
  color: #005FA9;
  display:block;
  padding-bottom: 5px;
  }

.story a.capsule:hover
{ 
  text-decoration: underline;
  }

td.storyLeft
{ 
  padding-right: 12px;
  }


/************** siteInfo styles ****************/

#siteInfo
{ 
  clear: both;
  border-top: 1px solid #ffcc00;
  font-size: small;
  color: #ffcc00;
  padding: 10px 10px 10px 10px;
  margin-top: 0px;
  font: Georgia,serif;
  text-align: center;
  }

#siteInfo img
{ 
  padding: 4px 4px 4px 0px;
  vertical-align: middle;
  }


/************ sectionLinks styles **************/

#sectionLinks
{ 
  margin: 0px;
  padding: 0px;

  }

#sectionLinks h3
{ 
  padding: 10px 0px 2px 10px;
  border-bottom: 1px solid #ffcc00;
  }

#sectionLinks a:link, #sectionLinks a:visited
{ 
  display: block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffcc00;
  /*	background-image: url(bg_nav.jpg);*/
  background-color: #fff2bf;
  font-weight: bold;
  padding: 3px 0px 3px 10px;
  /*	color: #21536A;*/
  color: #990099;
  }

#sectionLinks a:hover
{ 
  border-top: 1px solid #ffcc00;
  background-color: #ffe680;
  /*	background-color: #DDEEFF;*/
  background-image: none;
  font-weight: bold;
  text-decoration: none;
  }


/************* relatedLinks styles **************/

.relatedLinks
{ 
  margin: 0px;
  padding: 0px 0px 10px 10px;
  border-bottom: 1px solid #ffcc00;
  background-color: #fff2bf;
  }

.relatedLinks h3
{ 
  padding: 10px 0px 2px 0px;
  color: #990099;
  }

.relatedLinks a
{ 
  display: block;
  color: #6b006b; 
  }


/**************** advert styles *****************/

#advert
{ 
  padding: 10px;
  background-color: #fff2bf;
  }

#advert img
{ 
  display: block;
  border:none;
  }



.error
{ 
  color:green;
  }

.dangerous
{ 
  color:red;
  }

#searchfield
{ 
  width:500px;
  float:left;
  }

#statistics
{ 
  margin:0px;
  margin-bottom:0px;
  margin-top:10px;
  padding:0px;
  margin-left:5px;
/*   border:1px #330099 solid; */
  border:1px dashed;
/*  color: #330099;*/
  color: #b38F00;
  background-color: white;
  width:220px;
  float:left;
  font-size:small;
  font-family:Times New Roman,serif;
/*   font-family:Arial,Helvetica,sans-serif; */
  }

fieldset { 
           position: relative;
/*            margin: 1em; */
           padding: 2em 0.5em 2em 0.5em;
           margin: 1em 0 1em 0;
           }

legend { 
         position: absolute;
         top: -.5em;
         left: .2em;
         /*color: #330099;*/
         color:#333333;
         }

fieldset legend { 
background-color:white;
color:black;
border:1px solid;
 }
