body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(images/BJMbg.gif);
	background-attachment: fixed;
}
/*
#header
{
	height: 50px;
	background-color: #666;
	margin-bottom: 10px;
}
*/
#header 
{
	background-image:  url("images/BJMLOGO.gif");
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
 	height: 110px;
 	border-spacing: 0px;
 	text-align: center;

}
#header1
{
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
 	height: 99px;
 	 border-spacing: 0px; 
}
#footer 
{
	width: 100%;
 	height: 106px;
 	margin-bottom: 10px;
 	text-align: center;
}
#footer h3{
font-size: 12px;
}

#col1
{
	float: left;
	width: 195px;
	background-color: #fff;
	margin-bottom: 10px;
	Margin-top: 5px;
	Margin-left: 3%;
	border: 3px solid #f00;
}

#col2
{
	float: left;
	width: 870px;
	margin-left: 3%;
	margin-right: 5%;
	background-color: #fff;	
	margin-bottom: 10px;
	border: 3px solid #f00;
	text-align: center;
}
#col3
{
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
#col4
{
	float: left;
	width: 85%;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #fff;	
	margin-bottom: 10px;
	border: 3px solid #f00;
}



h2
{
	margin-top: 0;
	padding-top: 7px;
}

h2, p
{
	margin-left: 7px;
	margin-right: 7px;
}

h3
{
	margin-top: 0;
	padding-top: 7px;
}

h5
{
	margin-left: 7px;
	margin-right: 7px;
}	

h6
{
	margin: 0;
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-size:12px;
	font-style: italic;
}

#menu {
		
		float: left;
		width: 873px;
		margin-left: 3%;
		margin-right: 5%;
		background: #efefef;
		border-width: 1px;
		border-style: solid;
		border-color: #ff0000;
		float: left;
}
#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		/*width: 13em;*/
		width:218px;
		float: left;
}
#menu a, #menu h2 {
		font: bold 11px/16px arial, helvetica, sans-serif;
		display: block;
		border-width: 1px;
		border-style: solid;
		border-color: #ff0000;
		margin: 0;
		padding: 2px 3px;
}

#menu h2 {
		color: #fff;
		background: #000;
		text-transform: uppercase;
}

#menu a {
		color: #000;
		background: #efefef;
		text-decoration: none;
}

#menu a:hover {
		color: #a00;
		background: #fff;
}
#menu li {position: relative;}

#menu ul ul {
		position: absolute;
		z-index: 500;
}

#menu ul ul ul {
		top: 0;
		left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#cathead{
	background: #efefef;
}
#MainHead{
			text-align: center;
			
}
#MainHead h4{
			text-align: center;
			background: #FF0000;
			border-width: 1px;
		border-style: solid;
		border-color: #000;
}