body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(/_images/back_top1.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #006633;
	border-bottom: 1px dotted #006633;	
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 900px;
	height: 215px;
	margin: 0 auto;
	background: url(/_images/header1.jpg) no-repeat left top;
}

/* Menu */

#menu {
	width: 910px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(/_images/arrow.gif) no-repeat center top;
	text-decoration: none;
}

#menu .first {
	background: url(/_images/arrow.gif) no-repeat center top;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(/_images/img04.jpg) repeat-y left top;
}

#wrapper-top {
	width: 900px;
	background: url(/_images/img07.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	background: url(/_images/img05.jpg) no-repeat left bottom;
}



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: right;
	width: 550px;
	margin: 0;
	padding: 0;
	padding-right:20px;
	padding-bottom:0;
	padding-top:0;
	padding-left:0;
}

.post {
}

.post .title {
	color: #006633;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .title a {
	background: none;
	color: #006633;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: justify;
}

.post a {
	color: #006633;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 0 0 35px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #006633;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #4D4D4D;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #006633;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Footer */

#footer {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
	background: #4D4D4D url(/_images/img06.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #006633;
	border-bottom: 1px dotted #006633;
}
.spinner	{
	display:none;
	margin-top:100px;
	margin-bottom:100px;
	margin-left:225px;
}
#divContent	{
	display:none;
	min-height:300px;
	width:500px;
}

/* Navigation Accordion */

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:100%;
}
#navigation a.head {
	cursor:pointer;
	background:url(/_images/collapsed.gif) no-repeat scroll 3px 4px;
	color:#666666;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	border-bottom: 1px dotted #006633;	
}
#navigation a.head:hover {
	color:#666666;
}
#navigation a.selected {
	background-image: url(/_images/expanded.gif);
}
#navigation a.current {
	background-color:#e2e2e2;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; 
	display:block;
	padding-left:10px;
}
#navigation li li a {
	display:block;
	text-decoration: none;
	border-bottom: 0px dotted #006633;	
}
#navigation li li a:hover {
	background-color: #e2e2e2;
}
div.accordionGeneric	{
	width:100%;
}