body {
	background-color: #000;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

.bottomtopyellow {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 3px solid #FCE423;
}

.borderBottom {
	border: 0;
	border-bottom: 1px solid #000;
}

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(menu2_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(menu2_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
color: white;
width: 160px;
border: 1px solid #000;
border-bottom-width: 0;
font:normal 12px Verdana;
font-color: white;
text-align: center;
line-height:20px;
z-index:100;
background-image: url(menu2_bg.jpg);
visibility: hidden;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: url('../images/blue_bg.jpg');
}


.mmmain {
	background-image: url('../images/blue_bg.jpg');
	display: block;
	border: 0;
	margin: 0;
	margin-top: 10px;
	border-bottom: 3px solid #FCE423;
}

.blubg {
	background-image: url('../images/blue_bg.jpg');
}
.mmwrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 160px;
	white-space: nowrap;
	text-align: center;
}

.theader {
	display: block;
	margin: 0;
	margin-top: 5px;
	background-color: #000;
	padding: 0;
	width: ;
}

.menuwrap {
	background-color: #ADAEB9;
	display: block;
	border: 0;
	margin: 0;
	height: 30px;
	border-bottom: 3px solid #FCE423;
}

.mmenu {
	margin: 0;
	padding: 2px;
	border: 0;
	background-color: #ADAEB9;
	color: #152143;
	font-family: Arial, Helvetica, Times;
	font-size: 20px;
	text-decoration: none;
}

.mmenu:Hover {
	background-color: white;
	color: #243465;
}

.mmenu a {
	color: inherit;
	text-decoration: none;
}

.mmenu a:Hover {
	color: inherit;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, Times;
	font-size: 13px;
	color: #4F4E46;
	margin: 0;
	margin-bottom: 7px;
	text-align: justify;
}

p a {
	color: #2F4678;
	text-decoration: none;
}

p a:Hover {
	color: #38539F;
	text-decoration: underline;
}

.addressDsp {
	font-family: Arial, Helvetica, Times;
	font-size: 16px;
	color: white;
	margin: 0;
	margin-bottom: 5px;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, Times;
	font-size: 18px;
	color: #2F4678;
	margin: 0;
	margin-bottom: 15px;
	text-indent: 5px;
}

h2 {
	font-family: Arial, Helvetica, Times;
	font-size: 16px;
	color: #2F4678;
	margin: 0;
	margin-bottom: 12px;
	text-indent: 5px;
}

h3 {
	font-family: Arial, Helvetica, Times;
	font-size: 14px;
	color: #2F4678;
	margin: 0;
	margin-bottom: 10px;
	text-indent: 5px;
}

h4 {
	font-family: Arial, Helvetica, Times;
	font-size: 10px;
	color: #2F4678;
	margin: 0;
	margin-bottom: 7px;
}

h6 {
	font-family: Arial, Helvetica, Times;
	font-size: 13px;
	color: #4F4E46;
	margin: 0;
	font-weight: normal;
}

.endfont {
	font-family: Arial, Helvetica, Times;
	font-size: 9px;
	color: #2F4678;
	margin: 0;
	padding: 0;
}

.endfont a {
	font-size: inherit;
	font-weight: bold;
	text-decoration: underline;
}

.mcontent {
	margin: 0;
	padding: 10px;
	border: 0;
	border-bottom: 3px solid #FCE423;
	border-left: 3px solid #FCE423;
	border-right: 3px solid #FCE423;
	background-color: white;
}
