/***********************************/
/******* GLOBAL OPTIONS BELOW ******/
/***********************************/

	/* This Controls Entire Page Attributes */
	body		{margin: 0px; background-color: none; width: 100%;}
	.nav		{width: 99px; height: 28px; text-align: center;}
	.logintext	{font-family: arial, verdana, helvetica; font-weight: bold; color: #ffffff;}
	.loginenter	{border: 1px solid #c0c0c0; width: 95px; height: 15px; color: #3c3c3c; font-family: arial, verdana, helvetica, sans-serif; font-weight: normal; font-size: 9px;}
	.loginsubmit	{font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 9px;}

	/* black background, static size pages */
	#content_stc	{margin-top: 15px; background-color: #000000; border: none; vertical-align: top; text-align: left;}
	#logo_home		{height: 59px; text-align: left; z-index: 100;}
	#botinfo_stc	{padding-top: 10px; font-family: verdana, helvetica; font-size: 9px; font-weight: normal; color: #ffffff; text-align: center;}

	#navblack	{display: none;}

	#homebg		{}
	#aboutbg	{}
	#srvcbg		{}
	#ratesbg	{}
	#contactbg	{}

	#login_home	{width: 185px;}
	#text_stc	{position: relative; top: 20px; left: 25px; padding-left: 1px; width: 370px; color: #000000; font-family: arial, verdana, helvetica, sans-serif; font-weight: normal; font-size: 11px; line-height: 12px;}

	/* white background, expandable size pages */
	#content_exp	{margin-top: 15px; background-color: #ffffff; border: none; vertical-align: top; text-align: left;}
	#bot_wht		{height: 70px; background-image: url('../images/botlogo-wht.gif'); background-repeat: no-repeat; background-position: top center;}
	#botinfo_exp	{padding-bottom: 10px; font-family: verdana, helvetica; font-size: 9px; font-weight: normal; color: #ffffff; text-align: center;}

	#navwhite	{display: none;}

	#bodycontent_wht	{margin-top: 0px; margin-left: 15px; margin-right: 15px; margin-bottom: 15px; color: #000000; font-family: arial, verdana, helvetica, sans-serif; font-weight: normal; font-size: 11px; line-height: 15px;}
	#content        	{color: #000000; font-family: arial, verdana, helvetica, sans-serif; font-weight: normal; font-size: 11px; line-height: 15px;}

	/* Links */
	a:link		{background: none; color: #93181D; font-weight: normal; text-decoration: none;}
	a:active	{background: none; color: #A27D7E; font-weight: normal; text-decoration: underline;}
	a:visited	{background: none; color: #93181D; font-weight: normal; text-decoration: none;}
	a:hover		{background: none; color: #A27D7E; font-weight: normal; text-decoration: underline;}

	a.red:link		{background: none; color: #93181D; font-family: arial, helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
	a.red:active	{background: none; color: #A27D7E; font-family: arial, helvetica; font-size: 11px; font-weight: bold; text-decoration: underline;}
	a.red:visited	{background: none; color: #93181D; font-family: arial, helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
	a.red:hover		{background: none; color: #A27D7E; font-family: arial, helvetica; font-size: 11px; font-weight: bold; text-decoration: underline;}