body {
	margin: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
	line-height: 300%;
}

p, ul, ol {
	line-height: 160%;
	margin: 0px;
}

ul, ol {
}

ol li
{
	[if IE]>
	clear:both;
	margin-left: 25px;
	<[endif] 
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	background: none;
	text-decoration:underline;
}

/* Header */

#header {
	width: 920px;
	height: 125px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 900px;
	clear: both;
}

#logo h1 {
	clear: both;
	float: left;
	padding-top: 3px;
	text-transform: uppercase;
	font-size: 2.6em;
	text-decoration:none;
}

#logo p {
	text-align:left;
	margin-top: 84px;
	margin-left: 300px;
	
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #5F882C;
}

/* Menu */

#menu {
	width: 920px;
	height: 55px;
	/*margin: 0 auto;*/
	margin-top: 4px;
	[if IE]>
	margin-top: 2px;
	<[endif] 
}

#menu ul {
	margin-right: 30px;
	margin-top: -10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-top: -10px;
	margin-right: 60px;
	padding-left: 3px;
	/*padding: 5px 20px 5px 20px;*/
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: underline;
}

/* Page */
#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

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

.post {

}

.post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
	z-index: 1.0;
	border-bottom: solid #DCDCDC 2px;
	text-align: left;
}

.post .title a {
	background: none;
	color: #5C5C5C;
}

.post .meta {
	padding: 2px 20px;
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 20px 20px;
	text-align: justify;
	background: url("./images/ContentItemBG.png") #FFFFFF repeat-x;
	margin-top: 10px;
}

.pictureRight {
	float: right; 
	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 10px;
}

.pictureLeft {
	float: left; 
	padding-left: 10px; 
	padding-top: 3px; 
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	border-bottom: 1px dashed #D2D4C9;
	color: #787878;
	margin-top: 60px; /* 15 */
	text-align: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	line-height: 35px;
	background: url(images/BulletGrey.png) no-repeat left center;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
}

#sidebar li li:hover {
	line-height: 35px;
	background: url(images/BulletRed.png) no-repeat left center;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
}
#sidebar h2 {
	height: 42px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	background: #ffffff url(images/SidebarTitleBG.png) repeat-x left top;
	letter-spacing: -0.5px;
	font-size: 1.2em;
	color: #5C5C5C;
}

#sidebar p {
	padding: 20px;
}

#sidebar a {
	color: #787878;
}


.moreLabel
{
	clear: both;
	color: #0000FF;
	font-size: 9px;
}


/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin-top: 60px;
	padding-top: 40px;
	background: #FFFFFF url(images/FooterSeperator.png) left top;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #960000;
}

#footer p {
	text-align: center;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
}

#footer a {
	color: #FFFFFF;
}

.style1 {
	font-size: 9px;
}

.quote
{
	font-style:italic;
	line-height: 125%;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 13px;
}
