body {
background:#f0f0d8;
margin-top: 0px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

p	{
color:#f06060;
font-size:12px;
}

h1, h2, h3, h4, h5{
color:#f06060;
}


a:link 	{ color: #1878a8; text-decoration: underline; }
a:active{ color: #FF0000; text-decoration: underline; }
a:visited{ color: #1878a8; text-decoration: underline; }
a:hover { color: #f06060; text-decoration: none; font-style: italic;}
a 		{
text-decoration: underline;
color: #1878a8;
}

.footerLinks	{
font-size:10px;
}

.footerLinks p	{
}

.footerCopy{
padding-top:8px;
padding-left:320px;
padding-right:30px;
margin-bottom:-8px;
font-size:11px;
}


/* front page blog items */

.frontPageBlogItem{
padding-left:25px;
padding-right:15px;
font-size:12px;
color:#f06060;
}

.frontPageBlogItem h2{
font-size:18px;
color:#f06060;
font-style:italic;
margin-bottom:5px;
margin-top:5px;
margin-left:0px;
}

.frontPageBlogItem h3{
margin-top:5px;
margin-bottom:5px;
color:#1878a8;
}

.frontPageBlogItem p{
font-size:12px;
}

.timeAndDateText{
font-size:16px;
font-weight:bold;
color:#1878a8;
margin-bottom:12px;
}

/* ad items throughout */

.divRule {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f09060;
	margin-bottom: 10px;
	margin-top: 10px;
}

.adPosting{
}

.adPosting p{
font-size:12px;
}

.adPosting h2{
font-size:13px;
margin:0;
}

.tocPosting{
}

.tocPosting p{
font-size:10px;
}

.round_bullet_list
{
font-style:normal;
color: #106060; 
margin-left: 0px;
margin-top:0px;
padding-left: 0px;
margin-bottom:-6px;
list-style: none;
}

.round_bullet_list li
{
font-weight:bold;
color: #106060; 
font-size:12px;
background-image: url(../../images/ornaments/round_orange_bullet.gif);
background-repeat: no-repeat;
background-position: 0 0px;
padding-left: 20px;
padding-bottom:5px;
margin-bottom:5px;
}

.round_bullet_list a:link{
font-style:normal;
color: #f06060; 
text-decoration: underline; 
font-weight: bold; 
}
.round_bullet_list a:visited{ 
font-style:normal;
color: #f06060; 
text-decoration: underline; 
font-weight: bold; 
}
.round_bullet_list a:hover{ 
font-style:normal;
color: #1878a8;
text-decoration: none;
font-weight:bold;
}



.requiredFields{
color:#f00;
font-size:14px;
font-weight:bold;
}

.smallText{
font-size:10px;
}

.mediumText{
font-size:14px;
}

/* Inputs in the join form */

.inputBox {
}

.inputText{
color:#f06060;
display:inline;
font-size:12px;
}

/* gallery stuff */

.thumbnailCaption {
	font-size: 9px;
color:#1878a8;
}

a.galleryCurrentPageLink:link 	{ color: #1878a8; text-decoration: underline; }
a.galleryCurrentPageLink:active{ color: #FF0000; text-decoration: underline; }
a.galleryCurrentPageLink:visited{ color: #1878a8; text-decoration: underline; }
a.galleryCurrentPageLink:hover { color: #f06060; text-decoration: none; }
a.galleryCurrentPageLink 		{
text-decoration: underline;
color: #1878a8;
}

a.galleryPageLink:link 	{ color: #1878a8; text-decoration: none; }
a.galleryPageLink:active{ color: #FF0000; text-decoration: none; }
a.galleryPageLink:visited{ color: #1878a8; text-decoration: none; }
a.galleryPageLink:hover { color: #f06060; text-decoration: underline;}
a.galleryPageLink 		{
text-decoration: none;
color: #1878a8;
}



