body {
    background: #fff;
    color: #244a35;
    font: 76% Verdana, Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    color: #34694d;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

img {
    border: 0;
}

p {
    line-height: 1.5em;
    margin: 0 0 15px;
}

h3 {
    color: #34694d;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.4em;
}

h4 {
    color: #34694d;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.2em;
}

h5 {
    color: #34694d;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1em;
}

h6 {
    color: #34694d;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 0.9em;
}

/* -------------- */
/* Main Container */
/* -------------- */

#wrapper {
    background: #fff url(../images/bg.jpg) repeat-x;
    color: #303030;
    margin: 0;
    min-width: 770px;
    padding: 0;
    text-align: left;
    width: 100%;
}

/* ------ */
/* Header */
/* ------ */

#sitename {
    color: #000;
    height: 92px;
    margin: 0 20px 10px;
    text-align: left;
}

#sitename h1, #sitename h2 {
    font-weight: 400;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
}

#sitename h1 {
    font-size: 2.4em;
    padding-top: 20px;
}

#sitename h2 {
    font-size: 1.6em;
    color: #888;
}

/* ------ */
/* Search */
/* ------ */

#sitename div {
    float: right;
    margin-top: 60px;
    padding: 0;
    text-align: center;
}

#sitename div input {
    background: #e0f5fa;
    font-size: 0.9em;
    border: 1px solid #b3e3ef;
}

#sitename div input#search_xte_plugin {
    font-family: "Courier New", serif;
}

/* -------- */
/* Top Menu */
/* -------- */

#topmenu {
    float: left;
    margin-bottom: 25px;
}

#topmenu ul {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#topmenu li {
    float: left;
    height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#topmenu a {
    border-right: 1px solid #244936;
    color: #fff;
    display: block;
    font-size: 0.7em;
    padding: 6px 10px 5px;
    text-transform: uppercase;
}

#topmenu a:hover {
    background: #34694d url(../images/menuhover.jpg) top left repeat-x;
    color: #ffff00;
    text-decoration: none;
}

/* --------------- */
/* Content Wrapper */
/* --------------- */

#wrap {
    clear: both;
    font-size: 0.9em;
    padding: 0;
}

/* ------------ */
/* Side Columns */
/* ------------ */

#leftcol, #rightcol {
    margin: 0;
    padding: 0 10px 10px;
    width: 165px;
}

#leftcol {
    float: left;
    margin-right: 10px;
}

#rightcol {
    float: right;
    margin-left: 10px;
}

#leftcol h1, #rightcol h1 {
    color: #244a35;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 12px;
}

#leftcol h2, #rightcol h2 {
    font-size: 1.1em;
    margin: 0 0 20px;
}

#leftcol div, #rightcol div {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0 0 16px 0;
}

#leftcol p, #rightcol p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0 0 16px 0;
}

/* ---------- */
/* Side Menus */
/* ---------- */

#nav ul {
	margin: 0;
	padding: 0 0 16px 0;
	float: left;
    list-style: none;
}

#nav a {
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 1px 0;
	width: 150px;
	display: block;
	text-indent: 1em;
	border: 1px solid #244a35;
	background-image: url(../images/nav.gif);
	font-variant: small-caps;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #ffff00;
	background-image: url(../images/nav_hover.gif);
}

/* ------- */
/* Content */
/* ------- */

#content, #contentadmin {
    background-color: transparent;
    border-right: 1px solid #909090;
    color: #2a2a2a;
    padding: 0 20px 5px;
}

#content {
    margin: 0 200px;
    border-left: 1px solid #909090;
}

#contentadmin {
    margin: 0 200px 0 0;
    border-left: 0;
}

#content h1, #content h2, #contentadmin h1, #contentadmin h2 {
    background-color: inherit;
    color: #606060;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 15px;
    padding: 0;
}

#content h2, #contentadmin h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
}

#content div {
    margin-bottom: 20px;
}

#content div.img-shadow {
    float:left;
    background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

#content div.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

/* ------ */
/* Footer */
/* ------ */

#footer {
    background: #34694d url(../images/bg_footer.jpg) top left repeat-x;
    clear: both;
    color: #eee;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

#footer a {
    color: #fff;
    font-weight: bold;
}

/* -------- */
/* Articles */
/* -------- */

.articlecontent {
    display: block;
}

.articleindexend {
	display: block;
	}

.articlelinks {
    float: right;
    width: 150px;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    display: block;
}

.articlelinks h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    color: #244a35;
}

.articlelinks ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

.articlelinks li {
    font-size: 11px;
    color: #34694d;
    padding: 1px 0;
}

.read_more {
    text-align: right;
    font-size: 1.4em;
}

/* ----- */
/* Other */
/* ----- */

.clearingdiv {
    clear: both;
    height: 30px;
    width: 1px;
}

acronym {
    border-bottom: 1px dotted #bbb;
    cursor: help;
}

code {
    border: 2px solid #b3e3ef;
    padding: 5px 2px 5px 10px;
    display: block;
    background-color: #e0f5fa;
    font-size: 1.2em;
}

blockquote {
    border-left: 7px solid #b3e3ef;
    padding: 5px 2px 3px 7px;
}

hr {
    color: #fff;
    background-color: #fff;
    clear: right;
}

/* ------ */
/* Tables */
/* ------ */
 
table {
    border: 2px solid #000;
    border-collapse: collapse;
    width: 90%;
    margin-left: 3ex;
    margin-bottom: 5px;
}

td {
    color: #444;
    background-color: #e0f5fa;
    padding: 3px;
    border: 1px solid #fff;
}

th {
    text-align: left;
    border: 1px solid #fff;
}

thead th {
    color: #fff;
    font-size: 1.5em;
    background: #34694d url(../images/bg_tableheader.gif) repeat-x;
    padding: 10px 6px;
}

tbody th {
    color: #eee;
    font-size: 1.15em;
    background-color: #509e74;
    padding: 6px;
}

tbody th.sub {
    font-size: .90em;
    color: #000;
    background-color: #b3e3ef;
    padding: 6px;
}