html, body  {
	background-color: #86919a;
	height: 100%;
	}

body {
	margin: 20px auto;
	padding: 0;
	text-align: center;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	}

#a 		{ color: #f682B4; text-decoration: none; }
a		{ color: #36648B; text-decoration: none; }
a:link		{ color: #36648B; text-decoration: underline; }
a:visited	{ color: #36648B; text-decoration: underline; }
a:active	{ color: #4682B4; text-decoration: none; }
a:hover		{ color: #00163d; text-decoration: underline; padding: 0px }

h1 {
	margin-top: 25px;
	margin-bottom: -0.25em;
	padding-top: 10px;
	font-size: large; /* for IE 5.5 */
	f\ont-size: x-large; /* for compliant browsers */
	}

h2 {
	color: #666;
	margin-bottom: 1.5em;
	padding: 0;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	}

h3 {
	margin-top: 1.5em;
	margin-bottom: -0.75em;
	padding: 0;
	color: #003366;
	font-size: small;
	}

h4, h5, h6 {
	margin-top: 1.5em;
	margin-bottom: -0.75em;
	font-size: x-small;
	}

blockquote {
	background-color: #EEE;
	padding: 2mm;
	border-left: 5px solid #BBB;
	}

img { border: 0; }

pre {
	background-color: #EEE;
	padding: 2mm;
	border: 1px solid #FFF0F3;
	}

#header {
	background: #fff url("../images/header.png") repeat-x;
	background-color: #4B5B79;
	margin: 0px;
	margin-bottom: 10px;
	padding: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}

#header h1 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: large; /* for IE 5.5 */
	f\ont-size: x-large; /* for compliant browsers */
	}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	color: #FFF;
	text-decoration: none;
	}

.description {
	color: #FFF;
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small; /* for IE 5.5 */
	f\ont-size: small; /* for compliant browsers */
	}

#container {
	position: relative;
	background-color: #FFF;
	margin: auto;
	/* set special width for IE */
	width: 860px;
	min-height: auto;
	height: auto;
	/* recover from center-alignment IE hack */
	text-align: left;
	padding: 10px;
	/* poor man's drop shadow effects */
	border-right: 3px solid #555;
	border-bottom: 3px solid #555;
	/* box model parse hack
	hides next rule from IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 840px;
}

html>body #container {
        height: 1120px;
	width: 840px;
}

#content {
	float: right;
	width: 70%;
	padding: 10px 40px 10px 10px;
	background-color: #FFF;
	/* border: 1px solid red; */
	}

#links {
	float: left;
	background-color: #e8eaed;
	width: 20%;
	height: auto;
	padding: 10px;
	border: 1px dashed #999;
	}

#links a:hover		{ color: #00163d; text-decoration: underline; padding: 0px }
#content a:hover	{ color: #00163d; text-decoration: underline; padding: 0px }

#wrap {
	margin-top: 0px;
	margin-left: 0px;
	}

#menu, .menu {
	text-align: center;
	margin-bottom: 15px;
	}

#footer {
	clear: both;
	position: relative;
	color: #333;
	bottom: 0;
	width: 880px;
	margin: auto;
        text-align: center;
	/* box model parse hack
	hides next rule from IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 860px;
	}

html>body #footer {
	height: auto;
	width: 840px;
	}

.blog {
	color: #333;
	padding: 0px;
	font-weight: normal;
	line-height: 1.3em;
	}

.blogbody {
	padding: 0px;
	}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
	font-weight: normal;
	text-decoration: underline;
	}

.firsttitle	{
	text-transform: none;
	color: #36648B;
	margin-bottom: 15px;
	font-size: medium; /* for IE 5.5 */
	f\ont-size: large; /* for compliant browsers */
	}

.firstitem	{
	margin-bottom: 60px;
	}

.title	{
	text-transform: none;
	color: #36648B;
	margin-bottom: 10px;
	font-size: small; /* for IE 5.5 */
	f\ont-size: medium; /* for compliant browsers */
	}

.date	{
	color: #666; 
	text-align: right;
	line-height: 1.7em;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: xx-small; /* for IE 5.5 */
	f\ont-size: x-small; /* for compliant browsers */
	border-bottom: 1px solid #999;
	}

.side {
	color: #333;
	padding: 2px;
	margin-bottom: 2em;
	line-height: 1.7em;
	text-align: left;
	font-size: xx-small; /* for IE 5.5 */
	f\ont-size: small; /* feed to compliant browsers */
	}

.sidetitle {
	color: #313d53;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	border-bottom: 1px dashed #999;
	}

.metainfo {
	color: #333;
        text-align: center;
	padding: 10px;
	font-size: xx-small; /* for IE 5.5 */
	f\ont-size: x-small; /* feed to compliant browsers */
	}

.metainfo a {
	font-weight: bold;
	}

