/******************************************************************************/
/* Basic Navigation Styles */		
a 
{
	text-decoration:	none;
}

a:hover
{
	color:				#FFCC66;
	text-decoration:	none;
}


/******************************************************************************/
/* 
 * Link Styles
 */
.barlink a 
{	
	color:				#FFFFFF;
}
.barlink:hover 
{ 
	text-decoration:	underline;
}

.darklink a 
{
	color:				navy;
}

.darklink:hover 
{ 
	text-decoration:	underline; 
}

.content a
{
	color:				#980000;
	text-decoration:	none;
}

.content a:hover
{
	color:				black;
	text-decoration:	underline;
}

/******************************************************************************/
/*
 * Standard Text Styles
 */

.descriptiondiv
{
	display:			none;
}
 
.contentparagraph
{
	margin-bottom:		2px; 
	margin-right:		15px; 
	margin-left:		10px;

	font-family:		'MS Sans Serif' Serif;
	font-size:			10pt;
	
	text-align:			justify;
}

.contentparagraphbottom
{
	margin-bottom:		20px; 
	margin-right:		15px; 
	margin-left:		10px;

	font-family:		'MS Sans Serif' Serif;
	font-size:			10pt;
	
	text-align:			justify;
}

.contentcenteredparagraph
{
	margin-bottom:		2px; 
	margin-right:		15px; 
	margin-left:		10px;

	font-family:		'MS Sans Serif' Serif;
	font-size:			10pt;
	
	text-align:			center;

	line-height:		20px;
}

.contentstartparagraph
{
	margin-top:			50px;
	margin-bottom:		2px; 
	margin-right:		15px; 
	margin-left:		10px;

	font-family:		'MS Sans Serif' Serif;
	font-size:			10pt;
	font-weight:		bold;

	color:				#980000;
	
	text-align:			center;
	text-decoration:	underline;
}

.centeredparagraph
{
	margin-bottom:		10px; 

	font-family:		'MS Sans Serif' Serif;
	font-size:			10pt;
	
	text-align:			center;	
}

.discoveranartisttitle
{
	font-weight:		bold;
}

.buttonlink
{
	font-family:		Arial;
	font-size:			10pt;
	font-weight:		bold;
	color:				#FFFF99;

	background-color:	#980000;

	width:				150px;

	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		5px;
	padding-right:		5px;
}

.smallfont
{
	font-family:		Arial;
	font-size:			7pt;

	text-align:			center;

	margin-left:		0px;
}

.smallfont2
{
	font-family:		Arial;
	font-size:			7pt;

	text-align:			center;

	margin-left:		20px;
}

/******************************************************************************/
/* 
 * Class Art Boxes.
 * This includes:
 *		The Vangogh Box 
 *		The Michelangelo Box
 */

.artboxtitlecell
{
	width:				100%;

	text-align:			center;
}

.artboxtitle
{
	color:				#980000;	

	font-weight:		bold;
	font-size:			10pt;
	font-family:		Arial;

	text-align:			center;
}

.artboxsmalltitle
{
	font-family:		Arial;
	font-size:			8pt;
	color:				#980000;
}

.artboxartist
{
	color:				#FFFFFF;	

	font-weight:		bold;
	font-size:			8pt;
	font-family:		Arial;

	text-align:			center;
}

/******************************************************************************/
/*
 * Main Page Formatting
 */
.insideanddown
{
	float:				left;

	margin-top:			5px;
	margin-left:		5px;
	margin-right:		5px;

	width:				180px;
}

.applicationbutton
{
	text-align:			center;

	background-color:	#FFCC66;

	color:				black;/*#980000;*/

	font-size:			9pt;
	font-weight:		bold;
	font-family:		'MS Sans Serif' Serif;

	height:				25px;
	width:				150px;

	padding:			5px;
}

.applicationbutton:hover
{
	color:				#980000;
}

.gallerybutton
{
	text-align:			center;

	background-color:	#980000;

	color:				#FFFF99;

	font-size:			9pt;
	font-weight:		bold;
	font-family:		'MS Sans Serif' Serif;

	height:				25px;
	width:				150px;

	padding:			5px;
}

.vangoghcontainer
{
	margin-left:		10px;
	margin-right:		10px;
}

/******************************************************************************/
/*
 * Artist Section Formatting
 */
.artistartinfosubtext
{
	font-weight:		bold;
	font-size:			10pt;

	color:				#FFFFFF;
}

/******************************************************************************/
/*
 * Family 2 Family Formatting
 */
.f2fboxcontainer
{
	margin:				10px;
}

.f2fbox
{
	width:				100%;
	background-color:	#A99B8D;

	padding:			10px;
}

.f2fboxtitle
{
	text-align:			center;
	color:				#FFFFFF;
	font-size:			12pt;
	font-weight:		bold;
	font-family:		'MS Sans Serif' Serif;
}

.f2fboxcontent
{
	text-align:			justify;
	color:				#FFFFFF;
	font-size:			10pt;
	font-family:		'MS Sans Serif' Serif;
}

/******************************************************************************/
/*
 * Thumbs Up Formatting
 */
.thumbsupcontainercell
{
	padding:			10px;
}

/******************************************************************************/
/*
 * Advisory Board Formatting
 */
.advisoryboardbutton
{
	margin-top: 100px;
	text-align:	center;
}

/******************************************************************************/
/*
 * Tab Formatting
 */
.fieldtitle
{
	text-align:			right;
	color:				#FFFFFF;
	font-size:			12pt;
	font-family:		'Arial';
	font-weight:		bold;
}

.fieldrequired
{
	text-align:			left;
	color:				#FFFFFF;
	font-size:			12pt;
	font-family:		'Arial';
	font-weight:		bold;
}
