body {
	background: url(../images/page_bg.gif) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	}
p {
	margin: 12px 0 0 0;
	line-height: 16px;
	font-size: 12px;
	}
#container {
	width: 960px;
	margin: auto;
	text-align: left;
	}
#logo {
	background: url(../images/pictures.gif) no-repeat right #ffffff;
	height: 98px;
	padding: 20px 0 0 20px;
	}
ul {
	list-style-type: disc;
	font-size: 12px;
	margin: 15px;
	line-height: 20px;
	}
#header ul {
	background: url(../images/menu_bg.gif) repeat-x;
	list-style-type: none;
	padding: 5px 0 5px 10px;
	height: 19px;
	margin: 0;
	}
#header li {
	display: inline;
	margin: 0 8px 0 0;
	font-size: 11px;
	}
#header li a {
	color: #ffffff;
	text-decoration: none;
	padding: 6px;
	}
.active,
#header li a:hover {
	background: #214a9d;
	}
#content {
	background: url(../images/content_bg.gif) no-repeat top right #f2f2f2;
	padding: 20px;
	border-bottom: 2px solid #d2d2d2;
	}
h1 {
	color: #102e6a;
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 20px;
	}
h2 {
	color: #102e6a;
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 16px;
	margin: 10px 0 0 0;
	}
#footer p {
	font-size: 11px;
	text-align: center;
	color: #909090;
	}
a {
	color: #214a9d;
	}
a:hover {
	text-decoration: none;
	}
.profile_image {
	float: left;
	margin: 15px 10px 0 0;
	}