html 
{
    margin:0;
    padding:0;
    background:#bfecff;
    color:#000;
}

body
{
    text-align: left;
    font-family: tahoma, verdana, serif;
	text-align: center;
}

#page
{
    margin: 0 auto;
    width: 720px;
    text-align: left;
    background-color: #ffffff;
    font-family: tahoma, verdana, serif;
    border-left: 35px solid #ff8820;
    border-top: 10px solid #ff8820;
    border-right: 35px solid #ff8820;
    border-bottom: 35px solid #ff8820;
}



#pagehead
{
	padding: 40px 0px 10px 5px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

#pagehead a
{
	text-decoration: none;
	color: #fff;
	
}

#pagehead a:hover
{
	color: #ff8820;
	
}

	
.description
{
	float: right;
	color: #fff;
	font-size: 11px;
	font-style: italic;
	padding: 5px 5px 5px 0px;
}

#header
{
    
    padding: 10px 10px 10px 10px;
    height: 225px;
    width: 710px;
}

#header-left
{
	background-color: #acd979;
	width: 400px;
	height: 225px;
	float: left;
}

#header-left-top
{
	height: 70px;
	
	border-right: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	
}

#header-left-bottom
{
	height: 155px;
	border-right: 5px solid #ffffff;
}

#header-right
{
	background: url(images/wflogo.gif);
	height: 225px;
	width: 300px;
	float: left;
}

#nav
{
    background-color: #ff8820;
    padding: 3px 10px 3px 0px;
    height: 20px;
    width: 710px;
    text-align:right;
    color: #ffffff;
    font-size: 12px;
}
#nav a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	
}

#nav a:hover
{
	color: #bfecff;
}

.menu
{
	padding-left: 30px;
}


#content
{
    padding: 10px 10px 10px 10px;
    width: 710px;
    float: left;
}

#sidebar
{
	width: 140px;
	float: right;
	padding: 10px 10px 10px 10px;
	margin-right:10px;
	border: 1px #bfecff dashed;
}

#sidebar li
{
	font-size: 12px;
	color:#c3c3c3;
	list-style-image: url(images/bullet.gif);
	padding: 0px 0px 3px 0px;
}

#sidebar a
{
	text-decoration:none;
	color: #003366;
}

#sidebar a:hover
{
	color: #acd979;
}

#sidebar h3
{
	color: #003366;
	font-weight:bold;
	font-size: 14px;

}

#content
{
	width: 700px;
	float:left;
	
}

#footer
{
	width: 400px;
}

.post
{
	width: 450px;
		
}

.post h2
{
	color: #003366;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px
	text-decoration: none;
}

.post a
{
	text-decoration: none;
}

post a:hover
{
	color: #acd979;
}

.posttitle
{
	color: #003366;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}


small 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	//line-height: 1.5em;
}

.entry
{
	width:450px;
	color: #000000;
	font-size:12px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ff8820;
}

.postmetadata
{
	color: #c3c3c3;
	font-size: 12px;
	
}

.postmetadata a
{
	text-decoration:none;
	color: #666666;
}

.postmetadata a:hover
{
	color: #ff8200;
}

.center 
{
	text-align: center;
}

#comment
{
	width: 400px;
}

.navigation
{
	width: 400px;
}

.narrowcolumn
{
	width: 400px;
}

.picture-left
{
	margin: 5px;
	padding:3px;
	border: solid 1px #ff8820;
}