body
	{ 
	background-image:url(bg.gif);
	background-repeat:no-repeat;
	margin-left: 12px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
} 
h1
	{
	font-family: Century Gothic;
	font-weight: bold;
	color: #000066;
	font-size: 16pt;
}
h2
	{
	font-family: Century Gothic;
	font-weight: bold;
	color: #000066;
	font-size: 12pt;
}
h3
	{
	font-family: Century Gothic;
	font-weight: bold;
	color: #000066;
	font-size: 10pt;
}
p
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
        font-size: 10pt;
	line-height: 1.5;
}


a:link
{
	color: rgb(204, 153, 0);
	font-size: 10pt;
        
}
a:active
{
	color: rgb(204, 51, 153);
	font-size: 10pt;
       
      
}
a:visited
{
	color: rgb(102, 102, 153);
	font-size: 10pt;
        
}

.marquee 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.copyright 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
}
.becm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}

.copyright a:link
{
	font-size: 9px;

}
.copyright a:active
{
	font-size: 9px;

}
.copyright a:visited
{
	font-size: 9px;

}

.wall
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
        font-size: 9pt;
	line-height: 1.5;
}
.newsletterheading
	{
	font-family: Century Gothic;
	font-weight: bold;
	color: #000066;
	font-size: 12pt;
}
.newsletterdate
	{
	font-family: Century Gothic;
	font-weight: bold;
	color: #000066;
	font-size: 10pt;
}

.photoupdate
	{
	font-size: 7pt;
        color: #999999;
}

.memberlist
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
        font-size: 8pt;
	line-height: 1.5;
}


/* Navigation Style */

#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
text-decoration:none;
color: #000066;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 120px;
border: 2px solid transparent;

}

#navcontainer a:link, #navlist a:visited
{
color: #000066;
text-decoration: none;
}

#navcontainer a:hover
{
border-bottom: 2px solid #CCCCCC;

}
#active a:link, #active a:visited, #active a:hover
{
border-bottom: 2px solid #999999;
}



