/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-image:	url( images/bkg.jpg ); 
	background-repeat:	repeat-x;
	background-color:	#FFFFFF;
}



.content
{
	line-height:		18px;
	margin:				0px;
	font-family:		arial,sans serif;
	font-size:			12px;
}

.content_margin
{
	padding-left:		20px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;

}




.headline
{
	margin:				0px;
	font-family:		times, serif;
	font-weight:		bold;
	font-size:			18px;
	color:				green;

}

.subhead
{
	margin:				0px;
	font-family:		verdana,sans serif;
	font-weight:		bold;
	font-size:			9px;
	color:				red;

}


/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	white-space:	nowrap;
}

#globals
{
	float:			right;
	white-space:	nowrap;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	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;
	border-top:			1px solid #999CAC;
	border-bottom:		none;
	background-color:	#CCCCFF;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:			inline;
}

ul.menublock a,ul.submenublock a
{
	display:			block;
	width:				auto;
	height:				21px;
	border-bottom:		1px solid #999CAC;
	padding:			0px 25px;
	line-height:		21px;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	text-decoration:	none;
	color:				#666699;
}

.menublock a:hover,.submenublock a:hover
{
	background-color:	#0000CC;
	color:				#FFFFEE;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,a.showsub:hover
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*-------------------------------------------------------------------------------------------------------*/
a.topnav,a.topnav-active
{
	display:			block;
	width:				100px;
	height:				30px;
	border-top:			1px solid rgb(204,204,204);
	border-bottom:		1px solid rgb(204,204,204);
	background-color:	rgb(226,226,226);
	padding:			0px 8px;
	line-height:		30px;
	white-space:		nowrap;
	
	font-family:		times new roman,serif;
	font-variant:		small-caps;
	font-weight:		bold;
	font-size:			13px;
	text-decoration:	none;
	color:				black;
}

a.topnav-active
{
	background-color:	rgb(204,204,204);
	color:				black;
}

a.topnav:hover,a.topnav-active:hover
{
	background-color:	rgb(153,51,51);
	color:				white;
}
