/**************** Default Styles *******************/

BODY {
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #d8860a;
}

.bg_medium {
	background-color : #FF6600;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

a.content {
	color: 000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}	

a.content:hover {
    color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bg_light {
  background-color : #f7ca88;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
  background-color : #5fb0d8;
}

/**************** Rollover Styles *******************/

.topmenu {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #FF6600;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
A.topmenu:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.lowerMenu {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}
a.lowerMenu:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}
.menu-style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	display: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	text-indent: 20px;
	background-color: #FF6600;
}