BODY {
	font-family: "Tahoma";
	color: #333333;
}
TABLE {
	border-collapse: collapse;
	border-spacing: 0pt;
}
TD {
	font-size: 8pt;
}
A {
	color: #000000;
	text-decoration: none;
}
A:HOVER {
	color: #FF6600;
	text-decoration: none;
}
IMG {
	border-width: 0px;
}
.glossymenu {
	margin: 5px 0;
	padding: 0;
	width: 175px; /*width of menu*/
	border: 1px solid white;
	border-bottom-width: 0;
}
.glossymenu a.menuitem {
	background: white;
	font: 10pt Tahoma, Verdana, Helvetica, sans-serif;
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #333333;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover {
	color: #FF9933;
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom: 1px solid white;
}
.glossymenu div.submenu ul li a {
	display: block;
	font: normal 8pt Tahoma, Verdana, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 2px 0;
	padding-right: 2px;
	text-align: right
}
.glossymenu div.submenu ul li a:hover {
	color: #FF9933;
}
.news_entry {
	margin-bottom:30px;
	clear:both;
}
.news_entry .newsImg{
	float:left;
	margin: 0 10px 10px 0px;
	height: 100px;
	width:150px;
	overflow:hidden;
}
.page_header {
	color:#FF6600;
	font-size:13px;
	text-transform:uppercase;
	margin: 10px 0 20px 0;
	clear:both;
}
#gallery_list {
	padding:0px;
	margin:0px;
}
#gallery_list li {
	display:inline-block;
	list-style:none;
	float:left;
}
#gallery_list a {
}
