@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html, body {
	background-image: url(/app_shared/images/003.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border:0;
}
div.wrapper {
	margin: 0 auto;
	width: 1100px;
	height: 100%;
}
div.logo {
	background-image: url(/app_shared/images/002.gif);
	float: left;
	width: 1090px;
	height: 83px;
}
div.logo img {
	margin-left: 15px;
	margin-top: 5px;
}
div.section1 {
	float: left;
	width: 1100px;
}
div.border_bottom {
	height: 5px;
	width: 1090px;
	margin: 0 5px 28px;
	background-image: url(/app_shared/images/010.png);
	float: left;
}
div.border_top {
	height: 5px;
	width: 1090px;
	margin: 0 5px;
	background-image: url(/app_shared/images/017.png);
	float: left;
}
div.border_left {
	width: 5px;
	min-height: 50px;
	background-image: url(/app_shared/images/004.png);
	float: left;
	left: -5px;
}
div.border_right {
	width: 5px;
	min-height: 50px;
	background-image: url(/app_shared/images/005.png);
	float: right;
	left: 5px;
}
div.menu {
	background-image: url(/app_shared/images/007.gif);
	float: left;
	width: 890px;
}
div.menu li {
	display:inline;
	float: left;
	width: auto;
	padding: 5px 12px;
	margin-right: 1px;
	list-style: none;
	background-image: url(/app_shared/images/007.gif);
}
div.menu li:hover {
	background-image: url(/app_shared/images/006.gif);
	cursor: pointer;
}
div.menu li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
div.menu li:hover a {
	color: #000;
	text-decoration:underline;
}
div.menu li.selected {
	background-image: url(/app_shared/images/006.gif);
}
div.menu li.selected a {
	color: #000;
}
div.date {
	float: right;
	width: 190px;
	padding: 5px;
	color: white;
	background-image: url(/app_shared/images/008.gif);
	text-align: center;
}
div.section2 {
	float: left;
	width: 1100px;
}
div.section2 p {
	margin: 15px;
}
div.section2 p a {
	text-decoration:none;
	color: #444;
}
div.section2 p a:hover {
	color: #1C6491;
}
div.nav_bar {
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
}
div.nav_bar img {
	vertical-align:bottom;
}
div.nav_bar a {
	color: #1b86c0;
	margin: 5px 6px;
	text-decoration: none;
}
div.nav_bar span {
	color: black;
	margin: 5px 6px;
}
li.fb_profile {
	display: none;
}
