body {
	margin: 0;
	padding: 0;
	background: #AE9EFF;
	font-size: 14px;
	font-family: "Arial, Helvetica, sans-serif";
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 15px;
}

p {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	padding: 0 15px;
}

a:link {
	color: #F84B00;
}

a:hover, a:active {
	text-decoration: none;
	color: #F84B00;
}

a:visited {
	color: #f8763f;
}

img {
	border: none;
}

#container
{
margin-left: auto; 
margin-right: auto;
width: 50em;
} 
/* Header */

#header 
{
	width: 750px;
	height: 37px;
	padding: 5px 0 0 0px;
	margin: 0 auto;
}
/* Content */

#content 
{
	width: 740px;
	margin-top: auto;
	background: #ffffff;	
}

/** LOGO */

#logo {
	height: 200px;
	margin: 0 auto;
	background: url(images/ADVANCE735.jpg) no-repeat center top;
}
#logo2 {
	width: 100px;
	height: 65px;
	margin: 0 auto;
	background: url(images/WRF_COLOURSM.jpg) no-repeat center top;
}

/* Post */
.post {
	padding: 15px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
}
.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.post h1 {
	width: 650px;
	height: 40px;
	padding: 5px 0 0 8px;
	font-size: 24px;
	color: #000000;
}
.post .entry {
	padding: 0 15px;
	font-size: 14px;
}
.post p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	border-bottom: 1px dotted #1F1F1F;
}
.post .byline {
	float: left;
}
.post .links {
	float: right;
}
.post .more {
	padding: 0 20px 0 18px;
}
.post .comments {
	padding-left: 22px;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li {
	margin: 0;
	padding-left: 10px;
}

#sidebar h2 {
	width: 250px;
	height: 60px;
	padding: 8px 0 0 10px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 20px;
	color: #DADADA;
}

/* Footer */

DIV#footer
{
   padding-top: .2cm;
   padding-bottom: .2cm;
	 PADDING-RIGHT: 0px;
   PADDING-LEFT: 0px;
   background: #ffffff;
}

.one {  font-size: 14px  } 
.two {  font-size: 16px  } 
.three {  font-size: 18px  } 
.four {  font-size: 24px  }
.blue { color: #0B2771}
.black { color: #000000}
.maroon { color: #990000}
a.control:link, a.control:visited
{ 
	text-decoration:none; 	 	 
}
a.control:hover
{
	text-decoration:underline;
}
