/**********************************************************************************
*
*  This is the style sheet used for the left nav of the website.
*
***********************************************************************************
*         basic left nav styles  */
div.white_border1
{
	border: solid #FFFFFF;
	border-width: 1;
	height: 100%;
}

div.white_font
{
	color: #FFFFFF;
	background-image: url('/images/nav_background.jpg');
	background-repeat: no-repeat;
}

img#line
{
	position: relative;
	top: -6px;
}

td.friends
{
	color: #FFFFFF;
	Font-Size: 20px;
	font-style: italic;
	font-weight: bold;
}

span.submit
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none
	cursor: pointer;
}

/*
***********************************************************************************
***********************************************************************************
*         email form styles */

div.newletter_border
{
	border: solid #C68680;
	border-width: 1;
	color: #FFFFFF;
	font-size: 15px;
}

td.white_font
{
	color: #FFFFFF;
	font-size: 15px;
}

/*
***********************************************************************************
***********************************************************************************
*         friends styles */

td.names
{
	color: #FFFFFF;
	font-size: 12px;
}

a.friends:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a.friends:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

/*
***********************************************************************************
***********************************************************************************
*         nav links styles */

a.nav:link
{
	position: relative;
	left: 5px;
	color: #FFFFFF;
	text-decoration: none
}

a.nav:visited
{
	position: relative;
	left: 5px;
	color: #FFFFFF;
	text-decoration: none
}

a.nav:hover
{
	position: relative;
	left: 5px;
	color: #FCDB69;
	text-decoration: none
}

/*
***********************************************************************************
***********************************************************************************
*         site search styles */

/*
***********************************************************************************
***********************************************************************************
*         recent buzz styles */

div.recent_comments
{
	color: #FFFFFF;
	Font-Size: 20px;
	font-style: italic;
	font-weight: bold;
	position: relative;	
}

td.comment
{
	font-size: 12px;
	color: white;
}

a.title_comment:link
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.title_comment:visited
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.title_comment:hover
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}