font
{
	color: inherit !important;
	margin: inherit !important;
	padding: inherit !important;
	font: inherit !important;
	text-decoration: inherit !important;
	border: inherit !important;
	background: inherit !important;
	bottom: inherit !important;
	top: inherit !important;
	left: inherit !important;
	right: inherit !important;
	position: inherit !important;
	clear: inherit !important;
	float: inherit !important;
	height: inherit !important;
	width: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
	outline: inherit !important;
	overflow: inherit !important;
	display: inherit !important;
	visibility: inherit !important;
	text-indent: inherit !important;
	white-space: inherit !important;
	word-spacing: inherit !important;
	z-index: inherit !important;
	text-align: inherit !important;
	max-height: inherit !important;
	max-width: inherit !important;
	min-height: inherit !important;
	min-width: inherit !important;
	cursor: inherit !important;
}

body
{
	font-family: arial, "lucida console", sans-serif;
}

h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

#container
{
	width: 630px;
	margin: 25px;
}

#menu
{
	float: left;
	width: 200px;
	margin: 0 25px 50px 0;
	color: #333333;
	font-size: 12px;
}

#textcontent
{
	float: left;
	margin-top: 110px;
	width: 400px;
	color: #333333;
	font-size: 12px;
}

.forflashonly
{
	display: none;
}

img
{
	margin: 0 0 50px 0;
}


/* MENU */
/* Drop-Down Menus by A List Apart */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	}
	
li ul {
	padding: 5px 5px 5px 15px;
	
	}
	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #333333; background: #eee; } /* Hover Styles */

.menuActive {
	color: #333333;
	background: #eee;
}

a, a:visited {
	color: #333333;
}

a:hover, a:active {
	color: #FF9D38;
}