
body {
	margin: 0;
	padding: 0;
	background: #d1d3d4 url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: black;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006b4e;
}

h1 {
	
	font-size: 16pt;
	color: black;
}

h2 {
	
	font-size: 13pt;
	padding-top: 10px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 10px;
}

blockquote p, blockquote ul, blockquote ol {
	font-family: "Times New Roman", serif;
	line-height: normal;
	font-size: 18px;
	color: #006b4e;
	font-style: italic;
}

a {
	color: #006b4e;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 778px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding-top: 80px;
	text-transform: lowercase;
	line-height: normal;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

/* Menu */

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0 15px;
	background: url(images/img04.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 1.5px solid white;
}

.list {
border-bottom: 1px dashed white;
line-height: 150%;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: white;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/*----Tables----*/

#table{
width: 480px;
margin-top:10px;
background-color:#d1d3d4;
border-color: #FFFFFF;
}

#table th{
font-weight: normal;
background-color:#FFFFFF;}

/*----/Tables----*/

/* Sidebar */

img.picB
{
position: relative;
top: 40px;
width: 240px;
/*height: 180px;*/
padding: 0px 0 20px 0;
}

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted white;
	background: url(images/img06.gif) no-repeat 15px 6px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid white;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 15px 0;
	background: #9f9f9f;
	border-top: 1px solid black;
	text-align: center;
	font-size: smaller;
}

