body { 

background-color: #000000;

background-image: 
url('images/background1.png');

background-repeat: repeat-y; 
background-position: 
 center center;
 }

body, td
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
}

a
{
	color: #0000FF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.footer_nounderline {text-decoration: none; font-weight: normal; color: #FFFFFF !important;	/* For Firefox... mark as important, otherwise it becomes black */}

a.footer:link
{
	text-decoration: none; font-weight: normal; color: #FFFFFF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.navmenu:link
{
	text-decoration: none; font-weight: bold; color: #000000 !important;	/* Button text link color - For Firefox... mark as important, otherwise it becomes black */
}

a.footer:visited
{
	text-decoration: none; font-weight: normal; color: #FFFFFF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.navmenu:visited
{
	text-decoration: none; font-weight: bold; color: #000000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.footer:hover
{
	text-decoration: none; font-weight: normal; color: #FFFFFF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}


a.navmenu:hover
{
	text-decoration: none; font-weight: bold; color: #fff0dc !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.footer:active
{
	text-decoration: none; font-weight: normal; color: #FFFFFF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.navmenu:active
{
	text-decoration: none; font-weight: bold; color: #000000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

.Bold
{
	font-weight: bold;
}


.NormalText
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
	color: #000000;
}


.PageHeader
{
	font-weight: bold;
	font-size: medium;  /* font-size: 18px */
	color: #cc0000;
}

.PageHeaderBlack
{
	font-weight: bold;
	font-size: medium;  /* font-size: 18px */
	color: #000000;
}

.SubHeading
{
	font-weight: bold;
	font-size: small;  /* font-size: 14px */
	color: #cc0000;
}

.SubHeadingBlack
{
	font-weight: bold;
	font-size: small;  /* font-size: 14px */
	color: #000000;
}


.LargeText
{
	font-weight: bold;
	font-size: Large;
	color: #CC0000;
}


.LargeTextBlack
{
	font-weight: bold;
	font-size: Large;
	color: #000000;
}


.Title
{
	font-weight: bold;
	font-size: medium;  /* font-size: 18px */
	color: #cc0000;
}

hr.g {border: none 0;    /* hr.g is not used anymore.  Doesn't display correctly if FireFox */
	border-top: 4px double #800000 solid;
	width: 96%;
	height: 3px;
	  /* margin: 2px auto 0 0; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
	
hr.FooterHorizonalRule 
{ color:#ffff00; background: #ffff00; border: 0; Height:3px; width: 68%; text-align: center;}
	/* Note about hr color: IE uses the "color" and FireFox uses the "background" color */	

h1 { font-family: arial; font-size: 32px; color: #BD5208; }
h2 { font-family: arial; font-size: 24px; color: #BD5208; }

h3 {color: red; font:normal medium arial;}
h4 {color: black; font:normal small arial;}

mk { font-family: Garamond, "Times New Roman", serif; font-size: 200%; }

mk1 {color: #000000;
	font-size: 12pt;
	font-family; Arial, Verdana
	font-weight: bold
}



#button {
	width: 7em;
	border-right: 1px solid #000000;
	padding: 0 0 0em 0;
	margin-bottom: 0em;
	font-family: Arial;
	font-size: 11pt;
	color: #333;
	}
 

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
		margin: 0;
		}


	#button li a {
		display: block;
		padding: 8px 3px 8px 0.5em;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		background-color: #E8E8E8;  /* Button background color */
		color: #000000;  
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		background-color: #800000;
		/* color: #ffffff; */
		}



 #wrapper { 
 margin: 0 auto;
 width: 751px;
}
 
 #faux {
 background: url(column_background_751.png);  /* Background of the columns */
 margin: 0px 0px; /* Changing the first parameter adds space to the top & bottom of the graphic; 2nd parameter adds space to right & left*/
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#NOP_navigation {
 
 clear: both;
 color: #000000;
 background: #8B7E66;
 height: 42px;
 width: 100%;
 margin: 0px 0px 0px 0px;  /* margin: 0px 0px 10px 0px; */
 padding: 0px;
 font-family:Arial;
 font-size: 16px;

 position: relative;
 
}


#verticalspace {
 /* This was added to add vertical space after the navigation area - IE and FireFox use diff vert space */
 clear: both;
 color: #000000;
 /* background: #8B7E66; */
 height: 12px;  /* Add vertical space */
 width: 100%;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 position: relative;
 
}


#rightcolumn { 
 float: right;
 color: #000000;
 margin: 0px 10px 0px 0px;
 padding: 0px;
 width: 555px;
 display: inline;
 position: relative;
 
}


#leftcolumn { 
 float: left;
 color: #000000;
 margin: 0px 0px 0px 10px;  /* top, right, bottom, left */
 padding: 0px;
 width: 156px;
 display: inline;
 position: relative;
}

#footer_css { 
 width: 100%;
 
 clear: both;
 color: #FFFFFF;  /* Color of non-link text in footer */
/* background: #003366;  #004489*/
background: #081434;

 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#copyright_css { 
 height: 18px;
 width: 100%;
 clear: both;
 color: #000000;
 /* background: #004489; */
 background: #989898;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-family:Arial;
 font-size: 14px;
 text-align: center;
  
}


#footerimage_css {
 width: 100%;
 
 clear: both;
 color: #000000; /*Text Color if applicable */
 
 /* Use color or image */
 background: #989898;
 height: 18px;
   
 /* background-image: 
 url('images/footerimage2.png');  */

 background-repeat: no-repeat; 
 background-position: 
 center center;

 margin: 0px 0px 0px 0px;
 padding: 0px;
}

/* Navigation menu cssmenumaker.com */
.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}


#menu a{
	color: #ffffff !important;
}

#menu a:link {

	color: #ffffff !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

#menu a:hover {
	color: #ffff55 !important;
}

#NOP_menu a:visited {

	color: #ffffff !important;
}

#NOP_menu a:active {

	color: #ffffff !important;
}




#menu {
	color: #ffffff;
	width: 150px;
	border-style: solid solid none solid;
	border-color: #ffffff;
	border-size: 0px;
	border-width: 0px;
	}

#menu ul {
	color: #ffffff;
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu li a {
	color: #ffffff;
  	height: 34px;
	text-decoration: none;
	font-weight:normal;
	font-size:20px;
	}	
	
#menu li a:link {
	color: #ffffff;
	display: block;
	background: url(images/menu_bkgrnd.jpg);
	background-repeat:no-repeat;
	padding: 4px 0 0 0px;
	text-align: center; 
	}
	

#menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(images/menu_bkgrnd.jpg);
	background-repeat:no-repeat;
	padding: 4px 0 0 0px;
	text-align: center; 
	}

	
#menu li a:hover {
	color: #ffff55;
	background: url(images/menu_bkgrnd.jpg) 0 -34px;
	background-repeat:no-repeat;
	padding: 4px 0 0 0px;
	}
	
#menu li a:active {
	color: #ffffff;
	background: url(images/menu_bkgrnd.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 4px 0 0 0px;
	}



/* Bullet style */
/* ul { list-style-image: url("images/bullet.gif"); } */