/* SET BASE FONT ATTRUBUTES */
html, body {
font: Arial, Georgia, "Times New Roman", Times, serif 14px/1.5em;
color: #000;
}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {font-size: 2em;}
h2 {font-size: 1.75em;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #00f;}
a:hover {color: #33f;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

body {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #579700;
}

a:hover {
	text-decoration: none;
}

a:link, a:visited {color: #579700;}


/* Content */

#content {
	background: #FFFFFF;
	border-top: 5px solid #8CC405;
	border-bottom: 1px solid #8CC405;
	width: 500px;
}

/* Sidebar */

#sbar {
	float: center;
	width: 500px;
	padding-top: 5px;
	border-top: 1px solid #8CC405;
	background: #CDE691;
	border-bottom: 3px solid #8CC405;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 250px;
	padding-top: 5px;
	border-top: 1px solid #8CC405;
}

#sidebar ul {
	list-style: none;
	padding: 0 10px;
}


#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	color: #579700;
}

#sidebar h2 {
	background: #CDE691;
	border-bottom: 3px solid #8CC405;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
	color: #579700;
	padding-left: 15px;
}

#sidebar a:hover {
	text-decoration: none;
	color: #005300;
}

.meta {
	padding: 0 15px;
	font-size: x-small;
	color: #333;
}

.gltbl {
     height:96%;
}
