body {
	background-color:#1b3663;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
}

#container {
	width:850px;
	border: 0px solid #000;
	margin:20px auto 20px auto;
	background:#f1f1f1;
}

#header {
	height:107px;
	background:url(images/header_bg.gif) top left repeat-x #1b3663;
}

#header h1 {
	color:#cc0000;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#header h2 {
	color:#cc0000;
	font-size:12pt;
	margin:0;
	padding:0px 10px 10px 10px;
	font-weight:bold;
}

#content {
	font-size:9pt;
	color:#1b3663;
	width:500px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
}

#content h1 {
	color: #990000;
	font-weight: bold;
	font-style: italic;
	font-size: 9pt;
}

#content h2 {
	color:#990000;
	font-size:18pt;
	font-family:georgia;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#990000;
	font-size:14pt
	font-family:georgia;
	font-weight:bold;
}

#content a {
	color:#000;
	font-weight:bolder;
	font-style:italic;
}

.comment {
	border: 1px dashed #000;
	width: 100%;
	text-align: center;
}

#sidebar {
	background:url(images/sidebar.gif) top left repeat;
	background-color: #1b3663;
	height:auto;
	width:239px;
	padding:10px;
	float:left;
	margin:0;
	border-left:1px solid #1b3663;
}

#sidebar ul {
	margin:0;
	padding:0;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:200px;
	background:url(images/li-off.gif) top left no-repeat #1b3663;
	color:#f1f1f1;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(images/li-on.gif) top left no-repeat #1b3663;
}

#sidebar a {
	color:#000000;
	font-weight:bold;
}

.widget {
	height:150px;
	padding:1px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}

.widget2 {
	height:212px;
	padding:1px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}

#footer {
	clear:both;
	border-top:1px solid #1b3663;
	background:#f1f1f1;
	padding:10px;
	color:#000066;
	font-size:8pt;
	text-align:center;
}

#footer a {
	color:#000000;
	font-weight:bold;
}