body {
	margin: 0;
	padding: 0;
	background-color: #4a5a66;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

h1 {
	font-size: 15px;
	color: #1FA1DD;
}

h2 {
	font-size: 13px;
	color: #1FA1DD;
}

a:link, a:visited {
	color: #1ea9e1;
}

a:hover {
	text-decoration: underline;
}

.menu_left {
	background: url(bg_menu_l.gif) no-repeat;
	height: 24px;
	padding-left: 25px;
}

.menu_right {
	background: url(bg_menu_r.gif) no-repeat;
}

.footer_left {
	height: 121px;
	background: url(bg_footer_l.gif) no-repeat;
	color: #fff;
	padding-left: 30px;
}

.footer_right {
	height: 121px;
	background: url(bg_footer_r.gif) no-repeat;
	color: #fff;
}

.content {
	padding: 20px 20px 20px 0;
}


/* YUI MENU */

#menu {
	height: 24px;
	margin: 0;
	padding: 0;
}

.first-of-type {
	margin: 0;
	padding: 0;
}

.yuimenu {
	position: absolute;
	visibility: hidden;
	top: -1000px;
	left: -1000px;
	z-index: 1;
	background-color: #1CA9E1;
}

.yuimenu .bd {
	text-align: left;
	padding: 3px 0;
	_zoom: 1;
	background-color: #1CA9E1;
}

.yuimenu .bd {
	_zoom: normal;
}

.yuimenubaritem, .yuimenubaritem2 {
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin: 0;
	padding: 5px 8px;
	vertical-align: bottom;
}

.yuimenubaritem2 {
	color: #fff;
	font-weight: bold;
}

a:link.yuimenubarlabel, a:hover.yuimenubarlabel, a:visited.yuimenubarlabel, a:active.yuimenubarlabel {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

a.yuimenuitemlabel {
	display: block;
	white-space: nowrap;
	padding: 2px 0 4px 0;
}

a:link.yuimenuitemlabel, a:hover.yuimenuitemlabel, a:visited.yuimenuitemlabel, a:active.yuimenuitemlabel {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	margin: 0 10px -3px 10px;
	padding: 7px 0;
	_zoom: 1;
}

a:hover.yuimenuitemlabel {
	color: #fff;
}

.yuimenuitem {
	list-style-type: none;
	list-style-position: outside;
	display: block;
}

.menu_selected_a {
	text-decoration: underline;
	font-weight: bold;
}

.menu_selected {
	
}

.yui-menu-shadow {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.yui-menu-shadow-visible {
	z-index: -1;
	top: 1px;
	left: 1px;
	right: -3px;
	bottom: -3px;
	visibility: visible;
	background-color: #000;
	opacity: .20;
	filter:alpha(opacity=20);
  -moz-opacity:.20;
}
