body { 
	background-color: #D4D4D4; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote {
	margin: 15px;
	padding: 15px;
	color: #737373;
	background: #F8F8F8 url(../images/quote_bg.gif) top left no-repeat;
}

a:link { 
 color: #6A9FD9;
 font-size: 11px; 
 font-weight: bold;
 text-decoration: underline
}

a:visited { 
 color: #6A9FD9;
 font-size: 11px;
 text-decoration: underline
}

a:active { 
 color: #8DB7E5;
 font-size: 11px;
 font-weight: bold;
 text-decoration: underline
}

a:hover { 
 color: #8DB7E5;
 font-size: 11px; 
 font-weight: bold;
 text-decoration: none
}

/*--- MAIN CONTENT FRAME ---*/
#frame {
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	padding: 15px;
	margin-top: 0;
	margin-bottom: 0;
	border: 5px solid #CDCDCD;
	width: 740px
}

/*---  MAIN PAGE CONTENT ---*/
#content {
	width: 510px;
	text-align: left;
	float: left;
	padding: 90px 0 0 0;
	margin: 0;
	background: url(../images/content_bg2.jpg) top left no-repeat;
}

#content img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
	border: 0
}

/*---  RIGHT SIDE BAR ---*/
#menu {
	width: 230px;
	font-size: 11px;
	float: right;
	padding: 0;
	margin: 0;
	background: url(../images/menu_bg.jpg) top left no-repeat;
}

#menu1 {
	padding: 0 15px 0 0;
	margin: 0;
	width: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 215px;
	background: url(../images/menu_map2.gif) top left no-repeat
}

#menu2 {
	padding: 15px 15px 15px 15px;
	margin: 0;
	background-color: #003366;
	text-align: right;
	color: #D4D4D4;
	width: 185px
}

#menu2 a:link { 
	color: #F7BC1C;
	font-size: 11px; 
	font-weight: bold;
	text-decoration: underline
}

#menu2 a:visited { 
	color: #F7BC1C;
	font-size: 11px;
	text-decoration: underline
}

#menu2 a:active { 
	color: #F7DB1C;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline
}

#menu2 a:hover { 
	color: #F7DB1C;
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none
}

#menu h4.members {
	text-indent: -5000em;
	width: 185px;
	height: 10px;
	margin: 2px 0 5px 0;
	padding: 0;
	background: url(../images/members_hdr2.gif) top right no-repeat
}

#menu h4.stats {
	text-indent: -5000em;
	padding: 0;
	width: 185px;
	height: 11px;
	margin: 2px 0 5px 0;
	background: url(../images/stats_hdr2.gif) top right no-repeat
}

#menu h4.archives {
	text-indent: -5000em;
	padding: 0;
	width: 185px;
	height: 11px;
	margin: 2px 0 5px 0;
	background: url(../images/archives_hdr2.gif) top right no-repeat
}

#menu h4.archive_sum {
	text-indent: -5000em;
	padding: 0;
	width: 185px;
	height: 11px;
	margin: 2px 0 5px 0;
	background: url(../images/archive_sum_hdr2.gif) top right no-repeat
}

#menu h4.mailing_list {
	text-indent: -5000em;
	padding: 0;
	width: 185px;
	height: 11px;
	margin: 2px 0 5px 0;
	background: url(../images/mailing_list_hdr2.gif) top right no-repeat
}

#master_date {
	background-color: #6A9FD9;
	color: #B9D8FD;
	font-weight: bold;
	width: 138px;
	padding: 5px 5px 5px;
	text-align: right
}

/*--- "member" links: login, register, calendar, etc. ---*/

.loginLinks, .loginLinks a { 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
}
.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:  #cccccc; font-weight: bold;} 


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}


/*---  Used in Trackback and Pingback page.  ---*/

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:   15px;
	color:       #333333;
	font-weight: bold;
	margin-left: 15px
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
	font-family: verdana,trebuchet,sans-serif;
	font-size: 14px;
	color: #6A9FD9;
	font-weight: bolder;
	margin: 0;
	padding: 0 0 15px 0
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
	background-color: #6A9FD9;
	color: #B9D8FD;
	font-weight: bold;
	width: 180px;
	padding: 5px 5px 5px;
	text-align: right;
	font-size: 11px
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
	font-family: "Century Gothic", verdana,trebuchet,sans-serif;
	font-size:   14px;
	color:       #666666;
	padding: 0;
	margin: 2px 0 2px 15px;
	font-weight: bold
}



/*---  Weblog entry formatting.  ---*/

.weblog {
	margin: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E6E6E6;
	text-align: justify
}

/*---  Name of author in weblog entries ---*/

.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:   11px;
	color:       #999999;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0
}

/*--- Comment entry formatting ---*/

.comment {
	margin: 15px;
	padding: 15px;
	color: #737373;
	background: #F8F8F8 url(../images/quote_bg.gif) top left no-repeat
}

/*--- Comment author formatting ---*/

.comment_author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:   11px;
	color:       #909090;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0
}

/*--- Comment form formatting ---*/

.comment_form {
	margin: 15px;
	padding: 0
}

/*--- Archive summary link formatting ---*/

.archive_link {
	margin-left: 15px;
	padding: 0
}

/*---  Paragraph formatting in weblog entries ---*/

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:   11px;
	color:       #333333;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	text-align:  left
}

br.clear {
	clear: both
}

/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   white;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  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:   white;
	font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
	font-size:          11px;
	margin-top:         3px;
	margin-bottom:      3px;
	width: 99%
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  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 */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,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: verdana,trebuchet,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:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,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: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}
