/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;	
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color:		rgb(0,0,0);
}
.sidenav {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-style: bold; font-weight: normal; color: #F7AB4C} 
A.sidenav:link		{ text-decoration:none; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #F7AB4C; font-weight: bold; } 
A.sidenav:visited	{ text-decoration:none; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #F7AB4C; font-weight: bold; } 
A.sidenav:hover		{ text-decoration:none; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #F7cB8C; font-weight: bold; } 
A.sidenav:active	{ text-decoration:none; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #F7cB8C; font-weight: bold; } 

/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			0px;
	margin-left:			0px;

	/*	Customize			----------------------------*/
	margin-top:				
	margin-bottom:			0px;
	padding:				0px 0px 0px 0px;
	width:					800px;
	min-height:				600px;
	background-color:		white;
	border:					1px solid rgb(0,0,0);
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

