body {
	margin: 0;
	padding: 0;
	font-family: Verdana, ArialCE, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	color: #073040;
	background: #edf3f5;
}

a {
	color: #2d6991;
	text-decoration: none;
	display: inline-block;
	padding: 12px;
}

footer a {
	color: #1F4661;
	text-decoration: none;
}

a:hover {
	color: #5087ac;
	text-decoration: none;
}

h1,h2 {
	font-family: "Trebuchet MS", Verdana, ArialCE, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #6f93a9;
	margin: 20px 0 0 0;
	padding: 2px 2px 5px 2px;
	color: #233F53;
}

h1 {
	font-size: 1.4em;
}

h2,h3 {
	font-size: 1.3em;
	margin-top: 40px;
}

img {
	border: 0;
	margin: 0;
}

p {
	line-height: 1.6em;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	padding-left: 20px;
	list-style-image: url(images/list.png);
	line-height: 1.6em;
	text-align: left;
}

ol {
	padding-left: 20px;
	line-height: 1.6em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

.itemLeft, .itemRight {
	margin-bottom: 20px;
}

.itemLeft h2, .itemRight h2, .itemLeft h1, .itemRight h1 {
	margin: 0;
	padding-left: 25px;
	background: #edf3f5 url(images/box-header.png) no-repeat bottom left;
}

.itemBox {
	border: 1px solid #8daabd;
	border-top: 0;
	padding: 10px;
	background: #fff;
	padding-top: 5px;
	line-height: 1.7em;
}

.itemBox h1, .itemBox h2, .itemBox h3, .itemBox h4, .itemBox h5 {
	margin: 0;
	margin-top: 15px;
	padding: 2px 2px 5px 2px;
	background-image: none;
	background-color: #fff;
}

.itemSubtitle {
	border: 1px solid #8daabd;
	border-top: 0;
	padding: 2px 10px;
	background-color: #e4eef4;
	font-size: 85%;
}

.center {
	margin: 0 auto;
	width: 750px;
}

.lastModification {
	text-align: right;
	font-size: 9px;
}

#header {
	clear: both;
	background: #cbdde2 url(images/header-background.png) top left;
	border-bottom: 2px solid #8daabd;
	padding: 5px 7px 2px 7px;
	height: 60px;
}

#header h1, #header h2 {
	margin: 10px 10px 0 10px;
	padding: 0;
	font-size: 24px;
	text-decoration: none;
	border: 0;
	color: #233F53;
}

#header h1 a, #header h1 a:hover {
	color: #2C4258;
}

#header h2 {
	font-size: 18px;
	text-align: right;
	font-weight: normal;
}

#leftColumn {
	float: left;
	padding: 15px 10px;
	width: 290px;
}

#rightColumn {
	float: right;
	width: 425px;
	padding: 15px 10px 15px 0;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #cbdde2;
	border-top: 2px solid #8daabd;
	border-bottom: 1px solid #8daabd;
	padding: 5px;
	font-size: 12px;
}

hr {
	color: #6f93a9;
	background: #6f93a9;
	height: 1px;
	border: 0;
	width: 75%;
}

.inactiveParagraph {
	color: #45545F;
	font-style: italic;
	text-decoration: line-through;
}