body { 

 background-color: #b0d0e3; 

 margin-left: 0px; 

 margin-right: 0px; 

 margin-top: 0px; 

 font-size: 12px; 

 font-family: Arial, Helvetica, sans-serif; 

}



a:link { 

 color: #333399; 

 font-size: 13px; 

 font-weight: bold; 

 text-decoration: none; 

}



a:visited { 

 color: #9c1bbc; 

 font-size: 13px; 

 font-weight: bold; 

 text-decoration: none; 

}



a:active { 

 color: #333399; 

 font-size: 13px; 

 font-weight: bold; 

 text-decoration: none; 

}



a:hover { 

 color: #0099ff; 

 font-size: 13px; 

 font-weight: bold; 

 text-decoration: none; 

}
/*--- extra code to control mailto links by Rich Ailes ---*/
a:maillink {


 color: #333399; 

 font-size: 9px; 

 font-weight: bold; 

 text-decoration: none; 
 
 }


/*---  MAIN PAGE CONTENT ---*/

#content {

 font-size: 12px;

 font-family: Arial, Helvetica, sans-serif;

 text-align: left;

 margin-left: 6px;

 margin-right: 6px;

 margin-top: 6px;

 margin-bottom: 60px;

 padding-bottom: 30px;

 padding-left: 6px;

}



/*---  RIGHT SIDE BAR ---*/

#menu {

 font: 12px Arial, Helvetica, sans-serif;

 margin-left: 4px;

 margin-right: 4px;

 margin-top: 0px;

 padding-right: 6px;

 padding-left: 6px;

 text-align: right;

 color: #333;

 padding-bottom: 0px;

 border-left: 1px solid #003366;

 border-bottom: 1px solid #003366;

}







/*--- "member" links: login, register, calendar, etc. ---*/



.loginLinks, .loginLinks a { 

 color:       #000000;

 font-family: Arial, Helvetica, sans-serif;

 font-size:   12px; 

}

.loginLinks a:link    { color:  #003399; font-weight: bold;}

.loginLinks a:visited { color:  #003399; font-weight: bold;}

.loginLinks a:active  { color:  #999999; font-weight: bold;}

.loginLinks a:hover   { color:  #0033CC; font-weight: bold;} 





/*--- solid line between menu items in sidebar ---*/



.menuSpacer {

 border-bottom: 1px solid #999;

 margin-bottom: 15px; 

}





/*---  Used in Trackback and Pingback page.  ---*/



H2 {

 font-family: Arial, Helvetica, sans-serif;

 font-size:   18px;

 color:       #333333;

 font-weight: bold;

}



/*---  Used in Weblog templates to format the title of entries  ---*/



H3 {

 font-family: Arial, Helvetica, sans-serif;

 font-size:   14px;

 color:       #333333;

 font-weight: bold;

}



/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/



H4 {

 font-family: Arial, Helvetica, sans-serif;

 font-size:   13px;

 color:       #999999;

 margin-top: 2px;

 margin-bottom: 5px;

 font-weight: bold;

}



/*---  Used in comment templates to format text used in the comment form. ---*/



H5 {

 font-family: Arial, Helvetica, sans-serif;

 font-size:   12px;

 color:       #666666;

 margin-top: 2px;

 margin-bottom: 2px;

 font-weight: normal;

}







/*---  Weblog entry formatting.  ---*/



.weblog {

 padding-bottom: 12px;

 border-bottom:1px solid #999999;

}



/*---  Name of author in weblog entries ---*/



.author {

 font-family: Arial, Helvetica, sans-serif;

 font-size:   12px;

 color:       #999999;

 font-weight: normal;

}



/*---  Paragraph formatting in weblog entries ---*/

/*---  Why so little space between paragraphs? Use div setting at bottom. - Kirk Feb-06 ---*/

p {

 font-family: Arial, Helvetica, sans-serif;

 font-size:   12px;

 color:       #333333;

 margin-top: 2px;

 margin-bottom: 2px;

 font-weight: normal;

 text-align:  left;

}







/*--  Default form field formatting. --*/



form {

  margin-top:         0px;

}



/*--  Input field formatting. --*/



.input {

  border-top:         1px solid #999999;

  border-left:        1px solid #999999;

  background-color:   #fff;

  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;

  font-size:          12px;

  height:             1.6em;

  padding:            .3em 0 0 2px;

  margin-top:          3px;

  margin-bottom:       3px;

} 



/*--  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:   #ddecff;

  font-family:        Arial, Helvetica, sans-serif;

  font-size:          12px;

  font-weight:        normal;

  text-transform:     uppercase;

  color:              #000;

  margin-bottom:      3px;

  border-top:1px solid #000066;

  border-bottom:1px solid #000066;

  border-left:1px solid #000066;

  border-right:1px solid #000066;

}

.button2 {

  background-color:   #fef8e0;

  font-family:        Arial, Helvetica, sans-serif;

  font-size:          10px;

  font-weight:        normal;

  color:              #000;

  border-top:1px solid #000066;

  border-bottom:1px solid #000066;

  border-left:1px solid #000066;

  border-right:1px solid #000066;

}

/*--  Pull-down menus. --*/



.pulldown {

  background-color:   #fff;

  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;

  font-size:          12px;

  font-weight:        normal;

  text-transform:     uppercase;

  color:              #000;

}











/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */





/*  Calendar header text  */

.header {

 font-family: Arial, Helvetica, sans-serif;

 font-size:   10px;

 color:       #333333;

 font-weight: bold;

}



/*  Navigational links in the header of mini-calendar  */

.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 

 color:       #ffffff;

 font-family: Arial, Helvetica, sans-serif;

 font-size:   10px; 

 font-weight: bold;

} 

.navlinks a:link    { color:  #ffffff; text-decoration: none;}

.navlinks a:visited { color:  #ffffff; text-decoration: none;}

.navlinks a:active  { color:  #333333; text-decoration: none;}

.navlinks a:hover   { color:  #0033CC; text-decoration: none;}





/*  Days of the week text  */

.weekdays {

 font-family: Arial, Helvetica, sans-serif;

 font-size:   9px;

 color:       #666666;

 font-weight:  bold;

}



/*  Days of the month text and links */

.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {

 font-family: Arial, Helvetica, sans-serif;

 font-size:   9px;

 color:       #666666;

}

.monthdays a:link    { color:  #0000b0; text-decoration: none;font-weight: bold;}

.monthdays a:visited { color:  #0000b0; text-decoration: none;font-weight: bold;}

.monthdays a:active  { color:  #333333; text-decoration: none;font-weight: bold;}

.monthdays a:hover   { color:  #0033CC; text-decoration: none;font-weight: bold;}


/*  Extra class styles to begin to reduce the amount of font specifications. Kirk Feb-06 */

.red { color: #FF0000;}

.blue { color: #0000FF;}

.up1size { font-size: large;}

.down1size, span.down1size a:link, span.down1size a:visited, span.down1size a:hover, span.down1size a:active {
  font-size: 90%;}

#spaceb4para p {margin-top: 1em;}