body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, "Arial", Arial, sans-serif;
	color: #212121;
}

h1, h2, h3, h4 {
	margin-top: 0px;
}

h1 {
	font-size: 1.8em;
	color: white;
	text-align: center;
	
}

h2 {
	font-size: 1.6em;
	color: white;
	text-align: center;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
	color: #cbe821;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
		
}

a {
	color: #175500;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width:898px;
	height: 121px;
	margin: 0px auto;
	background: #CBE821;
	padding-top: 0px;
    padding-bottom: 10px;
        

}


#header a {
	text-decoration: none;
	color: #000000;
}

/* Logo */
	
#logo {
	background: url(/includes/pcresmai.jpg) no-repeat;
	padding-top: 70px;
}


#icon2 {
	
	background: url(images/ENVELOPE.gif);
	}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 5px 0px;
	}

	
	


/* Content */

#content {
	float: left;
	width: 670px;
}

.post {
	margin: 0px 0px 30px 0px;
	padding-left: 15px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE solid 1px;
	color: #232F01;
}

.post .title a {
	color: #232F01;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
	border-bottom: #BFC9AE solid 1px;
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding-left: 15px;

		
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 0px;
	}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	padding-left: 20px;
	list-style: none;
}

#sidebar h2 {
	padding: 4px 20px;
	background: #cbe821;
	font-size: 1.2em;
	color: #000000;
	text-align: center;
}

#sidebar a {
	text-decoration: none;
	color: #232F01;
}

#sidebar a:hover {
	text-decoration: none;
	background-color: #cbe821;
}





/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	color: #000000;
	background: #cbe821;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#footer p {
	margin: 0px;
	text-align: center;
	padding: 19px 0px 0px 0px;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #000000;
	padding-top: 0px;
	vertical-align: middle;
	
}

#footer img {
	vertical-align: middle;

}

#subtitle {
	margin: 0px;
	padding: 19px 5px 5px 0px;
	text-align: left;
	font-size: medium;
}


/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: normal;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #F5F2EF;

}
#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #E7F1E1;
}
