body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECEBE6;
}

*                                       { margin: 0; padding: 0; }

a {
	text-decoration: none;
	color:#5E5B5B;
}
#header {
	background-image: url(images/header-top.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 127px;
	width: 1056px;
	margin-right: auto;
	margin-left: auto;
	padding: 45px 0px 0px 0px;
}
#banner {
	background-image: url(images/bannerback.png);
	height: 185px;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 12px;
	padding-left: 13px;
}

#banner img {
	width: 1030px;
	height: 183px;
}

#navigation {
	height: 43px;
	width: 1056px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
#links {
	background-image: url(images/navi-ie.png);
	float: right;
	height: 29px;
	padding: 14px 0px 0px 0px;
	width: 718px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#links a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#links ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#links li {
	display: inline;
	padding: 14px 30px 14px 30px;
	background-image: url(images/navisep.png);
	background-position: right;
	background-repeat: no-repeat;
}

#footer li {
	display: inline;
	padding: 14px 15px 14px 15px;
}


#bodyContent {
	padding: 10px;
	width: 1034px;
	border: 1px solid #ffffff;
	overflow: hidden;
	background-color: #e0efee;
	filter:alpha(opacity=85);
	opacity: .8;
	margin: 0px auto 20px auto;
}

#left {
	background-color: #FFFFFF;
	float: left;
	width: 233px;
}

#relatedlinks {
	background-color: #FFFFFF;
	padding: 15px;
	float: left;
	width: 203px;
	border-bottom: #E0EFEE solid 10px;
}


#relatedlinks ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: inside;
}

#relatedlinks li {
	list-style-image: url(images/arrow-bullet.png);
	padding: 13px 10px 13px 0px;
	border-top: #999999 dashed 1px;
}

#rightColumn {
	float: right;
	width: 789px;
	overflow: hidden;
}
#contentbox {
	float: left;
	width: 545px;
	overflow: hidden;

}

#content {
	padding: 15px;
	float: left;
	width: 515px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-bottom: #E0EFEE solid 10px;
}

#sidebar {
	background-color: #FFFFFF;
	float: right;
	width: 233px;
	overflow: hidden;
	color: #6D6A6A;
}

#sidebarbox {
	background-color: #FFFFFF;
	padding: 15px;
	float: right;
	width: 203px;
	overflow: hidden;
	border-bottom: #E0EFEE solid 10px;
}

#sidebarfollow {
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	width: 213px;
	overflow: hidden;
	border-bottom: #E0EFEE solid 10px;
}

#sidebarfollow img {
	border: 0px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-color: #022469;
	
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color:#ffffff;
	font-size:12px;
}

#footer a:hover {
	color:#cccccc;
	font-size:12px;
}

.relatedlinks {
	background-image: url(images/relatedlinks.png);
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-indent: -99999px;
	width: 133px;
	height: 20px;
}
#leftEntries {
	float: left;
	width: 75px;
	overflow: hidden;
}
#textContent {
	float: right;
	width: 414px;
	overflow: hidden;
	color: #6D6A6A;
}


#textContent h2 {
	color: #333333;
	
	margin: 0px 0px 10px 0px;
	font-size: 19px;
}

#textContent a {
	color: #004B91;
}

#textContent object {
	margin: 10px 0px 10px 0px;
}

#textContent p {
	margin-bottom: 10px;
}

#pageContent {
	width: 515px;
	overflow: hidden;
	color: #6D6A6A;
}

#pageContent h2 {
	color: #333333;
	
	margin: 0px 0px 10px 0px;
	font-size: 19px;
}

#pageContent a {
	color: #004B91;
}

#pageContent p {
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin: 5px;
}

.alignright {
	float: right;
	margin: 5px;
}

.post-date {    
    font-style: normal;
    color: #aeaeae;
	float: left;
	width: 80px;
	margin-bottom: 10px;
}
.post-day {
    display: block;
	float: left;
    font-weight: bold;
    font-size: 34px;
	line-height: 30px;
	width: 42px;
}
.post-month {
	float: left;
	display: block;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    width: 32px;
	height: 16px;
	line-height: 16px;
	
}

.post-year {
	display: block;
	float: left;
    text-align:center;
    font-size: 13px;
    width: 32px;
	height: 15px;
	line-height: 15px;
}

.recentblogpost {
	background-image: url(images/recentblogpost.png);
	width: 175px;
	height: 25px;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-indent: -99999px;
}

.categories {
	background-image: url(images/categories.png);
	width: 107px;
	height: 27px;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-indent: -99999px;
}

.archives {
	background-image: url(images/archives.png);
	width: 107px;
	height: 27px;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-indent: -99999px;
}

#sidebarbox ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: inside;
}

#sidebarbox li {
	list-style-type: none;
	padding: 13px 10px 13px 0px;
	border-top: #999999 dashed 1px;
}

.readmore a {
	float: right;
	color: #FFFFFF;
	background-image: url(images/readmore.png);
	padding: 2px 0px 3px 0px;
	font-size: 10px;
	width: 74px;
	text-align: center;
}

#logo {
	background-image: url(images/logo-white.png);
	float: left;
	height: 127px;
	width: 224px;
}
#search {
	float: right;
	height: 22px;
	width: 284px;
	margin: 51px 0px 0px 0px;
	color: #6D6A6A;
}

#searchtext {
	background-image: url(images/searchtext.png);
	height: 20px;
	width: 255px;
	border: 0px;
	float: left;
}

#searchbutton {
	background-image: url(images/searchbutton.png);
	height: 20px;
	width: 28px;
	border: 0px;
}
