/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-image:	url( images/img_62_yp.gif );  
	background-color:	white;
}

.legal
{
	padding-bottom:		15px;
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	color:				#888888;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
.footer
{
	
	letter-spacing:		0px;
	padding-top:		5px;
	line-height:		10px;
	border-top:			1px solid #292526;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				#292526;
}

a.footer
{
	text-decoration:	bold;
	color:				white;
}

a.footer:hover
{
	color:				#FFFBB5;
}

#footer a.active
{
	padding:			0px 0px;

	text-decoration:	none;
	color:				#332244;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	margin:				20px 0px 0px 0px;
	padding:			0em 0em;

	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			13px;
	color:				#292526;
}

h1 a
{
	text-decoration:	none;
	color:				#332244;
}

h2
{
	margin:				0em;
	padding:			0.5em 0em 0em 0em;
	
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			0.85em;
	color:				#332244;
}

h3
{
	margin:				1.7em 0em 0em 0em;
	line-height:		1.7em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.70em;
	color:				#332244;
}

/*	Same properties except different line-height	*/
.bodytext
{
	margin:				0em 0em 1.7em 0px;
	padding:			0px;
	line-height:		23px;
	font-family:		arial,sans serif;
	font-size:			11px;
	color:				#292526;
}

.client
{
	text-align:			center;
	font-size:			11px;
	font-weight:		bold;
}

.tabletext
{
	padding:			0px;
	line-height:		12px;
	font-family:		arial,sans serif;
	font-size:			9px;
	color:				#292526;
}

a.close
	{
		margin:				7px 10px 0px 10px;
		font-family:		verdana,arial;
		line-height:		12px;
		text-decoration:	none;
		font-size:			10px;
		color:				black;
	}

a
{
	text-decoration:	none;
	color:				#666666;
}

a:hover
{
	color:				rgb(102,34,34);
}

a:active
{
	text-decoration:	bold;
}

#content
{
	position:			absolute;
	display:			block;
	width:				780;
	top:				52px;
	left:				37px;
}


/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/

/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	display:			block;
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					760px;
	height:					0px;
}

#topnav
{
	white-space:	nowrap;
}

#globals
{
	float:			right;
	white-space:	nowrap;
}

a.topnav,a.topnav-active
{
	display:			block;
	width:				155px;
	height:				30px;
	line-height:		12px;
	white-space:		nowrap;	
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	text-decoration:	none;
	color:				#292526;
}

a.topnav-active
{
	background-color:	rgb(204,204,204);
	color:				black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	DHTML menu styles
/*-------------------------------------------------------------------------------------------------------*/
ul.menublock,ul.submenublock
{
	/*	Do not modify	----------------------------*/
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:	none;

	/*	Customizeable options	--------------------*/
	width:				150px;
	background-color:	white;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:			inline;
	list-style-type:	none;

}

ul.menublock a,ul.submenublock a
{
	display:			block;
	width:				auto;
	height:				21px;
	border-bottom:		1px solid #dddddd;
	padding-left:		15px;
	padding-right:		20px;
	padding-top:		4px;
	padding-bottom:		0px;
	line-height:		12px;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	text-decoration:	none;
	color:				#292526;
	list-style-type:	none;


}

ul.menublock a:hover,ul.submenublock a:hover
{
	color:				#292526;
}


/*	Makes arrow indicator for links with submenu	*/
a.showsub
{
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/diamond.gif );
	background-position:	center left;
	background-repeat:		no-repeat;
}


/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/

input.textfield,select.textfield,textarea.textfield
{
	
	background-color:	white;
	line-height:		10px;
	border:				1px solid #CCCCCC;
	width:				98px;
	height:				13px;
	font-family:		verdana,arial;
	font-size:			10px;
	color:				black;
}