body { 
 margin: 0px; 
 font-size: 12px; 
 font-family: "Trebuchet MS", verdana,trebuchet,sans-serif; 
 color: #666;
}

/*-- Main Tables settings --*/

.toptable {
border-top: 2px #408BD5 solid;border-left: 2px #408BD5 solid;border-right: 2px #408BD5 solid
}

.maintable {
border: 2px #408BD5 solid;
}

.bottomtable {
border-bottom: 2px #408BD5 solid;border-left: 2px #408BD5 solid;border-right: 2px #408BD5 solid
}

.dotted_table {border:1px dotted #408BD5;}

#border_img {border:1px solid #CCCCCC;}

.photo_table {border:1px solid #000000;}


/*-- Links --*/

a:link { 
 color: #3488DE; 
 font-size: 12px; 
 font-family: Verdana;
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #3488DE; 
 font-size: 12px;
 font-family: Verdana; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #3488DE; 
 font-size: 12px;
 font-family: Verdana; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #75B9FF; 
 font-size: 12px; 
 font-family: Verdana;
 font-weight: bold; 
 text-decoration: underline; 
}

/*-- Headers --*/

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:      #FA836D;
 margin-top: 12px;
 font-weight: bold;
}

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   13px;
 color:       #3672AD;
 font-weight: bold;
}

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #3672AD;
 margin-top: 2px;
 margin-bottom: 8px;
 font-weight: bold;
}

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

/*-- Font settings --*/

.stat {
font: 11px verdana,trebuchet,sans-serif;
}

.right {font-family: Verdana, Geneva, Arial, sans-serif, "Trebuchet MS";
        font-size : 11px;
        color: #666;
}

.archives {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   15px;
 color:      #3672AD;
 margin-top: 12px;
 font-weight: bold;
}

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

p {
 font-family: "Trebuchet MS", verdana,trebuchet,sans-serif;
 font-size:   13px;
 color:       #666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}

.more_text {
 font-family: "Trebuchet MS", verdana,trebuchet,sans-serif;
 font-size:   13px;
 color:       #666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}

#navName {
  background: #FFFFFF;
  font-family:  verdana,"trebuchet ms", arial, sans-serif;
  color:   #4C72A3 ;
  font-size: 13px; font-weight: bold;
}

/*-- Other settings --*/

.menuSpacer {
 border-bottom: 1px dotted #408BD5;
 margin-bottom: 10px; 
}

.right_border {border-right: 1px dotted #408BD5;
}

#month_show{
 border: 1px black solid;
 margin-top: 10px;
 margin-bottom: 10px;
}

.left_border {border-left: 1px dotted #408BD5;
}

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #408BD5;
}

.colorBG {
 background: #E5F2FF;
}


/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  color:              #000;
  height:             23px;
  
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */

/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  normal;
}

/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #333333;
 font-weight: normal;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}

.monthdays a:link    { color:  #3488DE; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #3488DE; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #3488DE; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #75B9FF; text-decoration: none;font-weight: bold;}
