body {
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	background-color: #EFEFEF;
}

/* header */
#header {
	height: 60px;
	background-color: #FFF;
	border-bottom: 4px solid #264598;
	font-family: arial, helvetica, sans-serif;
}
	
#header img {
	border: 0;
	vertical-align: middle;
}

#header-logo {
	position: absolute;
	left: 26px;
	top: 5px;
	z-index: 3;
}

#header-items {
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: right;
	display: inline;
}

#header-items a {
	color: #000;
	text-decoration: none;
	padding: 7pt;
	font-size: 0.8em;
}

#header-items a:hover {
	color: #DD0F20;
	cursor: pointer;
}

#header-items img {
	margin-right: 3px;
}

/* menu */
#side-left {
	position: absolute;
	z-index: 2;
	width: 10em;
	left: 12px;
	top: 2px;
	margin-top: 80px;
	color: #555;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;	
}

#side-nav {
	margin: 0;
	padding: 0;
	border: 1px solid #5976b2;
	border-top: 0;
	background-color: #22437f;
}

#side-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #5976b2;
	border-bottom: 1px solid #22437f;
}

#side-nav a {
	margin: 0;
	color: #c5ccdb;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}

#side-nav a:hover {
	background-color: #34548f;
	color: #fff;
}

#side-nav strong a {
	font-weight: normal;
	color: #fff;
	background-color: #10203b;
}

#side-nav strong a:hover {
	background-color: #172e56;
}

/* content */
#content {
	width: auto;
	min-width: 120px;
	z-index: 3;
	margin-left: 12em;
	padding-left: 24px;
	margin-right: 1.5em;
	padding-right: 24px;
	margin-top: 1.5em;
	padding-top: 24px;
	margin-bottom: 1em;
	padding-bottom: 12px;
	padding: 24px;
	border: 1px solid #aaa;
	background-color: #fff;
}

#content P {
	color: #000000;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
}

#content a:link {
	color: #DD0F20;
	text-decoration: none;
}

#content a:visited {
	color: #D1505B;
	text-decoration: none;
}
	
h1, h2 {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-size: 1.75em;
	font-weight: bold;
}

h1.center {
	text-align: center;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h2.center {
	text-align: center;
}
			
#content li {
	color: #000000;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	padding: 6px;
	list-style: disc;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

/* footer */
#footer {
	font-size: 0.8em;
	text-align: right;
	color: #777;
	margin-bottom: 2em;
	padding: 5px;
	padding-right: 24px;
}
