body {
	background:url(../img/background-body.gif);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	display:block;
	position:relative;
	background:#00549e url(../img/background-header.gif) repeat-x;
	height:109px;
	border-bottom:1px solid #003462;
	text-align:center;
}

#header img.logo {
	position:absolute;
	top:6px;
	left:-7px;
}
#header div.content-wrapper {
	display:block;
	position:relative;
	width:1060px;
	margin:0 auto;
	height:100%;
	text-align:left;
}
#header span.logout {
	position:absolute;
	right:0px;
	top:27px;
	color:#fff;
}
#header span.logout a {
	color:#fff;
}
#header ul.navigation {
	position:absolute;
	left:0px;
	bottom:-1px;
	top:70px;
}
#header ul.navigation li {
	float:left;
	height:40px;
	overflow:hidden;
	background:#5c8dcb url(../img/background-tab.gif) repeat-x;
	margin-right:4px;
	border:1px solid #004a8b;
	border-bottom-color:#003462;
}
#header ul.navigation li.active {
	background-color:#fff;
	background-image:none;
	border-color:#fff;
}
#header ul.navigation li a {
	display:block;
	padding:10px 35px;
	text-decoration:none;
	color:#00549e;
	font-size:20px;
	
}

#header ul.navigation li.active a {
	color:#2f2f2f;
}
#content {
	text-align:left;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #ebe8e8;
	border-top:none;
	width:100%;	/* 912px */
	padding:24px;
	min-height:500px;
	color:#2f2f2f;
	line-height:22px;
	font-size:18px;
}

#content div.pages {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	display:block;
	font-size:150%;
	margin-bottom:20px;
	border-bottom:2px solid #f99240;	
	padding-bottom:5px;
}
b, strong {
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#003462;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:20px;
}
textarea#DiaryContent {
	min-height:300px;
}

div.chart {
	min-height: 500px;
}
.marbot5 {
	margin-bottom: 5px;
}
.marleft5 {
	margin-left: 5px;
}