* { padding:0; margin:0; } 
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, blockquote, label, fieldset, address { margin: 1em 0 1em 0; } 
ul, ol { margin-left: 1.2em;}
li { margin: 0.1em 0 0.2em 0;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #1B3A9F;
}

a:hover{
	color: #FF0000;
}


#header {
	background-image: url(images/layout-header.gif);
	background-repeat: repeat-x;
	height: 120px;
}
#searchbox {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #FFFFFF; font-weight: bold;
}


#side {
	width: 185px;
	float: left;
	padding: 0 15px 0 15px;
	font-size: 70%;
	line-height: 120%;
}
#side h1 {
	font-size: 120%;
	color: #1B3A9F;
}



#content {
	padding: 0 20px 20px 10px;
	margin-left: 225px;
	line-height: 160%;
	font-size: 95%;
}
#content h2 {
	margin-bottom: 0px;
	border-bottom: 1px solid #7D7D7D;
	color: #666;
	font-size: 130%;
}
#content h3 {
	margin-top: 5px;
	font-size: 120%;
	color: #1B3A9F;
}


.posted {
	padding: 5px 10px 5px 10px;
	font-size: 80%;
	background: #F3F3F3;
}




#footer {
	clear: both;
	background-color: #1B3A9F;
	text-align: center;
	padding: 4px;
}

.pagenav {
	text-align: center;
	margin-top: 10px;
}
