
body {
	margin: 0px;
	padding: 0px;
	background: url(images/img01c.jpg) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

p .FigTitle { 
           font-family:Arial, Helvetica, sans-serif; 
           font-size:12px; 
           font-weight:bold; 
           text-align:center; 
           margin-bottom:0.4em;  
}

p .NoteParagraph { 
                text-indent:-3.2em; 
                padding-left:3.2em;  
}

a {
	font-weight: bold;
	color: #009fda;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 110px;
	margin: 0px auto;
	background: url(images/img01c.jpg) repeat-x left top
	/*
	background: #009fda;*/
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	/*background: url(images/img03c.jpg) no-repeat left top;
	padding-left: 70px;*/
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 75px 10px 0px 10px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

.post {
	margin: 0px 0px 30px 15px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #bed600 solid 1px;
	color: #000000;
}

.post .title a {
	color: #232F01;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

.FigTitle { 
           font-family:Arial, Helvetica, sans-serif; 
           font-size:12px; 
           font-weight:bold; 
           text-align:center; 
           margin-bottom:0.4em;  }

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	padding-left: 20px;
	list-style: square;
}

#sidebar h2 {
	padding: 4px 20px;
	background: #414141;
	/* blue
	background: #009fda;*/
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Map */
#map 
{
	float: left;
	margin: 0px 10px 0px 0px;
	height: 225px;  
	width: 250px; 
}

/* Table */

table{
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	/*width: 900px;*/
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
	background: #969696 repeat-x;
	/*blue
	background: #009fda repeat-x;
	*/
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}