#leftColumn {
	float: left;
	width: 240px;
}
#mainColumn {
	width: 595px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
}
#mainColumn ul {list-style-type:none;}
#mainColumn li
{
	margin-top: 14px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	margin-top: 150px;
	margin-left: 30px;
	line-height: 20px;
}
#revDate {
	margin-top:48px;
	font-size: 9pt;
	font-style: italic;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #2F83CC;
}
.revisionDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}
.icon {
	text-decoration: none;
	margin-right: 10px;
}

.icon img {
	border: 0px;
	width: 42px;
	height: 42px;
	opacity: .4;
}

.icon img:hover {
	opacity: 1.0;
}

a:link {
text-decoration: none; color: #2F83CC;
}
a:visited {
text-decoration: none; color: #2F83CC;
}
a:hover {
text-decoration: none; font-weight: bold; color: red;
}
a:active {
text-decoration: none; font-weight: bold; color: red;
}

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 16pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	text-align: left;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: red;
}


ul.MenuBarVertical a.current {
	color: #2F83CC;
}


ul.MenuBarVertical a.current:hover {
	cursor: default;
	
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

