/***************************************************************************************/
/*  Mississippi Military Communicites Web Site Style Sheet  Version: January 13 2006   */
/*                                                                                     */
/*  Main colors used:                                                                  */
/*  #005480 (MDA blue-green) Main text                                                 */
/*  #007e7a (MDA mid green ) Borders between content area and other areas              */
/*                                                                                     */
/***************************************************************************************/
/* Overall Page Styles                                                                 */
body {
	background		: transparent;
	color			: #005480;
	font-family		: Arial, Helvetica, sans-serif;
	}
a,td,th	{
	background		: transparent;
	color			: #005480;
	font-family		: Arial, Helvetica, sans-serif;
	}
a:hover	{
	background		: #005480;
	color			: #ffffff;
	}
h1	{
	color			: #fc5f43;
	font-family		: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size		: 2.5em;
	}
h2	{
	color			: #fc5f43;
	font-family		: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size		: 2.0em;
	}
h3	{
	color			: #fc5f43;
	font-family		: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size		: 1.5em;
	}
h5	{
	font-size		: 0.85em;
	}
/***************************************************************************************/
/*                                                                                     */
/* Main Navigation Menu Styles                                                         */
td#menunav			{
	background		: transparent url(/images/bgpat.gif) repeat;
	border-left		: 1px solid #007e7a;
	vertical-align	: top;
	width			: 160px;
	}
td#menunav h4,
td#menunav a		{
	background		: transparent;
	color			: #005480;
	margin			: 0 3px 0 0;
	}
td#menunav h4	{
	color			: #005480;
	font-weight		: bold;
	padding			: 1em 0 0 2px;
	}	
td#menunav a 		{
	display			: block;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 0.85em;
	padding			: 1px 10px 1px 8px;
	text-decoration	: none;
	}
td#menunav a:hover,
td#menunav a:focus	{
	background-color: rgb(100%,90%,90%);
	color			: #fc5f43;
	border-right	: 7px solid #fc5f43;
	margin-right	: 0;
	padding-right	: 7px;
	}
/* Note:  The following style snippet can be included in individual pages to make the 
          current menu item greyed out. Replace the "a#here" with the id of the menu
		  item to be affected.
td#menunav a#here {
	background-color: #f0f0f0;
	border			: 1px solid #000000;
	border-right	: 7px solid #000000;
	color			: black;
	margin-right	: 0;
	padding-right	: 7px;
	}                                                                                  */
/***************************************************************************************/
/*                                                                                     */
/* Content Area Styles                                                                 */
#content-top td  {
	color				: #005480;
	padding				: 0.2em;
	}

tr td#crumbs	{
	background			: transparent url(/images/bgpat.gif) repeat;
	color				: #000000;
	border				: 1px solid #005480;
	font-size			: 75%;
	}
td#maincontent	{
	border-left			: 1px solid #007e7a;
	padding				: 0px 0px 0px 15px;
	vertical-align		: top;
	}
/***************************************************************************************/
/*                                                                                     */
/* Page Footer Styles                                                                  */
td#bottom	{
	border-top		: 2px solid #007e7a;
   }
p#menubottom	{
	color			: #005480;
	font-size		: 0.75em;
	text-align		: center;
	}
p#menubottom a	{
	background		: transparent;
	color			: #005480;
	}
p#menubottom a:hover	{
	background		: #005480;
	color			: #ffffff;
	}
p#copyright		{
	color			: black;
	font-size		: 0.75em;
	text-align		: center;
	}
/***************************************************************************************/
/*                                                                                     */
/* Various Content Area Tables                                                         */
p#menuexhib,
p#menubuyers	{
	font-size		: 0.75em;
	text-align		: center;
	}
table#tabexhib th	{
	background		: #005480;
	color			: #ffffff;
	font-size		: 0.75em;
	font-weight		: bold;
	text-align		: center;
	}
table#tabexhib td	{
	font-size		: 0.75em;
	text-align		: center;
	}
table#tabbuyer td	{
	font-size		: 0.85em;
	}
table#mainpage		{
	padding			: 0;
	width			: 100%;
	}		
table#mainpage td	{
	vertical-align	: top;
	}
td#governor			{
	background-color: navy;
	color			: white;
	text-align		: center;
	}
table#econtab td	{
	text-align		: right;
	}

/*                                                                                     */
/***************************************************************************************/

