/* CSS Document */

/*Layout Css*/

* { 
	margin: 0px; 
	padding: 0px; 
}

html, body {
	width: 100%;
	height: 100%;
}

#center {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff; 
}

#head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 106px;
	background-color: #ffffff;
}

#content {
	position: absolute;
	top: 106px;
	left: 0px;
	width: 980px;
	background-color: #ffffff;
}

#footer {
	position: relative;
	top: 0px;
	left: 85px;
	width: 980px;
	height: 153px;
	float: left;
	text-align: center;
}

#latestheading {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 153px;
}

.post {
	position: relative;
	top: 0px;
	left: 95px;
	width: 980px;
	height: auto;
}

.rule {
	position: relative;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 1px;
	background-color: #999999;
	float: left;
}

.spacer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 20px;
	float: left;
}

.col1 {
	position: relative;
	top: 10px;
	left: 0px;
	width: 249px;
	height: auto;
	float: left;
}

.col2_3 {
	position: relative;
	top: 10px;
	left: 21px;
	width: 520px;
	height: auto;
	float: left;
}

div#latestheading div.col2 {
	position: absolute;
	top: 0px;
	left: 365px;
	margin-top: 80px;
	width: 249px;
	height: auto;
}

div#latestheading div.col3 {
	position: absolute;
	top: 0px;
	left: 636px;
	margin-top: 80px;
	width: 249px;
	height: auto;
}

div.post img {
	margin-bottom: 20px;
}

div.post div.col1 h1 {
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	color: #468add;
}

div.post div.col1 h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #414141;
}

.heading {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 153px;
}

h1 {
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px; 
	font-weight: bold;
	color: #284e7d;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px; 
	font-weight: bold;
	color: #000000;
}

p {
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #414141;
}

b {
	color: #414141;
}

a:linked {
	color: #284e7d;
}

a:visited {
	color: #284e7d;
}

a:hover {
	color: #000000;
}