/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-color:	#707277;
}

#global
{
	position:			absolute;
	top:				0px;
	left:				0px;
	z-index:			30px;
}


#content
{
	display:			block;
	margin:				0px 40px 40px 160px;
	width:				auto;
	padding:			0px;
}

#bug
{
	position:			absolute;
	top:				100px;
	line-height:		20px;
	left:				40px;
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	color:				#0033CC;
}

.messagetext
{
	padding-left:		50px;
	padding-right:		20px;
	line-height:		13px;
	left:				40px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				#0033CC;
}


#footer
{
	display:			block;
	border-bottom:		1px solid white;
	line-height:		25px;
	padding-left:		20px;
	padding-right:		20px;
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	color:				white;
}

#copyright
{
	display:			block;
	line-height:		10px;
	padding-left:		20px;
	padding-right:		20px;
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	color:				white;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
a.footer
{
	text-decoration:	none;
	color:				white;
}


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

	text-decoration:	none;
	color:				white;
}


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

	font-family:		times new roman, book antiqua serif;
	font-weight:		bold;
	font-size:			1.4em;
	color:				#332244;
}

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
{
	padding-left:		20px;
	padding-right:		20px;
	padding-top:		10px;
	padding-bottom:		0px;
	line-height:		13px;
	font-family:		verdana, sans serif;
	font-size:			9px;
	color:				black;
}

.bodytext2
{
	line-height:		1.4em;
	margin-bottom:		1.3em;
}



.left_col
{
	padding-left:		20px;
	padding-right:		20px;
	padding-top:		10px;
	padding-bottom:		0px;
	line-height:		13px;
	font-family:		verdana, sans serif;
	font-size:			9px;
	color:				white;
}

.right_col
{
	padding-left:		15px;
	padding-right:		15px;
	padding-top:		0px;
	padding-bottom:		0px;
	line-height:		11px;
	font-family:		verdana, sans serif;
	font-size:			9px;
	color:				#252100;
}


/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	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:				230px;
	border-right:		1px solid white;
	border-left:		1px solid white;
	border-bottom:		1px solid white;
	background-color:	#FF9933;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:			inline;
}

ul.menublock a,ul.submenublock a
{
	display:			block;
	width:				auto;
	height:				21px;
	padding-left:		20px;
	padding-right:		20px;
	padding-top:		0px;
	padding-bottom:		0px;
	line-height:		21px;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	text-decoration:	none;
	color:				white;

}


/*	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;
}
/*-------------------------------------------------------------------------------------------------------*/
/*	Leftnav styles 
/*-------------------------------------------------------------------------------------------------------*/
.leftnav
{
	margin:				0px;
	line-height:		11px;
	padding:			8px;
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	color:				#003073;
}

a.leftnav
{
	font-weight:		normal;
	padding-left:		5px;
	color:				#003073;
}

a.leftsub
{
	font-weight:		normal;
	color:				white;
}

a.leftsub:hover
{
	font-weight:		normal;
	color:				#B5DB42;
}

#leftsub
{
	display:			block;
	margin:				0px;
	border-top:			solid 1px #94BE08;
	border-bottom:		solid 1px #94BE08;
	padding-left:		8px;
	padding-right:		8px;
	padding-top:		2px;
	padding-bottom:		3px;
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	background-color:	#003073;
	color:				white;
}

#leftsub_bot
{
	display:			block;
	margin:				0px;
	border-bottom:		solid 1px #94BE08;
	padding-left:		8px;
	padding-right:		8px;
	padding-top:		2px;
	padding-bottom:		3px;
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	background-color:	#003073;
	color:				white;
}
/*-------------------------------------------------------------------------------------------------------*/
/*	Rightnav styles 
/*-------------------------------------------------------------------------------------------------------*/
.rightnav
{
	margin:				0px;
	line-height:		14px;
	padding:			8px;
	font-family:		verdana,arial,sans serif;
	font-size:			9px;
	color:				#666666;
}

a.rightnav
{
	font-weight:		normal;
	padding-left:		5px;
	color:				#666666;
}

.rightsub
{
	display:			block;
	margin:				0px;
	padding-left:		8px;
	padding-right:		8px;
	padding-top:		3px;
	padding-bottom:		3px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	background-color:	#92BD0E;
	color:				white;
}

.user
{
	color:				black;
}
/*-------------------------------------------------------------------------------------------------------*/
/*	centernav styles 
/*-------------------------------------------------------------------------------------------------------*/
.centernav
{
	margin:				0px;
	line-height:		14px;
	padding-left:		12px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				#666666;
}

a.centernav
{
	font-weight:		normal;
	padding-left:		5px;
	color:				#666666;
}

.centersub
{
	margin:				0px;
	padding-left:		8px;
	padding-right:		8px;
	padding-top:		2px;
	padding-bottom:		3px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	background-color:	#9C9A9C;
	font-weight:		bold;
	color:				WHITE;
}

/*********************************************************************************************************/
/*	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;
}