html, body {
	line-height: 1.2;
	font-family: Arial, Sans-serif;
	padding: 0; margin: 0;
	background-color: #1C2D4E;
	color : #FFFFFF;
}

a {
	text-decoration: underline;
	color : #FFFFFF;
}

.main {
        align : center;
	padding : 20px;
}

.body {
	vertical-align : top;
        width : 570px;
	padding : 10px;
	padding-left : 50px;
}

/* By OA */
.header {
	height : 150px;
	width : 760px;
	text-align : center;
}

.header h1 {
	color: #CED6E4;
	margin: 0; padding: 0;
	font-size: 38px;
	font-weight: bold;         
}

.header a {
	color: #CED6E4;
	text-decoration: none;
}

.header h2 {
	margin: 0; padding: 0;
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 13px;
	color: #7A7C4E;
}

.post {
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}

.post h2 {
	display: inline;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	font-weight:bold;
	border: 1px solid #ffffff;
	padding: 3px 4px;
}

h3.posttitle {
	color: #CED6E4;
	padding-top: 24px;
	margin: 0;
	padding-bottom: 6px;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.1;
}

h4.date {
	display: inline;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	font-weight:bold;
	border: 1px solid #ffffff;
	padding: 3px 4px;
}

.bot {
	color : #FFFFFF;
	font-size: 10px;
	line-height: 14px;

}
.bot a {
	color : #FFFFFF;
	text-decoration : underline;
	font-size: 10px;
	line-height: 14px;
}

.bot a:hover {
	color : #BBBBBB;
	text-decoration : underline;
	font-size: 10px;
	line-height: 14px;
}

.main {
	align : center;
}

.sidebar {
	valign : top;
	padding : 10px 10px;
	width : 190px;
	font-size : 1em;
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #24395F;
	color : #000000;
}
.sidebar h3 {
	font-size: 16px;
	color: #ffffff;
	display: inline;
	text-transform: uppercase;
	font-weight: normal;
}
.sidebar ul li {
	display: block;
	list-style-type : none;
	list-style-image : none;
	padding:0;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}

.footer {
	text-align : center;
	color : #FFFFFF;
	font-size: 10px;
	line-height: 14px;
}
.footer a {
	text-decoration : underline;
}
