/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#2D302C;
	background-image:url(images/bg-body.gif);
	color:#222222;
	}
a {
	color:#222222;
	text-decoration:none;
	}
a:hover {
	/*color:#CCDE8D;*/
	color:#86D15D;
	text-decoration:underline;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:780px;
	background-color:#454943;
	background-image:url(images/bg-wrapper.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-left:1px solid #CCDE8D;
	border-right:1px solid #CCDE8D;
	}
#header {
	height:120px;
	/*background-image:url(images/wgc-banner-2.jpg);*/
	background-repeat:no-repeat;
	}
#header h3 img {
	float: left;
}
#nav {
	height:35px;
	line-height:35px;
	background-image:url(images/bg-navigation-bar.gif);
	background-repeat:repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:190px;
	background-color:#ffffff;
	min-height:800px;
	border:1px solid #2D302C;
	margin:10px 10px 0 10px;
	padding:5px;
	min-height:800px;
	}
#content {
	width:535px;
	background-color:#ffffff;
	min-height:800px;
	border:1px solid #2D302C;
	margin:10px 10px 0 10px;
	padding:5px;
	}
#footer {
	clear:both;
	text-align:right;
	padding:15px;
	margin-top:-10px;
	margin-bottom:5px;
	color:#ffffff;
	font-size:11px;
	line-height:15px;
	}
#footer-links {
	float:left;
	}
#footer-right {
	float:right;
	margin-right:70px;
	}

/* Navigation */
#nav ul {
	list-style-type:none;
	}
#nav li {
	float:left;
	text-align:center;
	margin-right:10px;
	text-transform:uppercase;
	}
#nav li a {
	display:block;
	padding:0 15px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	}
#nav li a:hover {
	background-image:url(images/bg-navigation-bar-hover.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#222222;
	}

/* Sidebar */
#sidebar ul {
	list-style-type:circle;
	margin-bottom:20px;
	}
#sidebar li {
	margin-left:15px;
	margin-top: 5px;
	}
/*
#sidebar li a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}
*/

/* Content */
#content h1 {
	color:#A6C639;
	font-weight:normal;
	font-size:24px;
	}
#content h1 a {
	color:#A6C639;
	text-decoration:none;
	font-weight:normal;
	font-size:24px;
	}
#content ul {
	list-style-type:bullet;
	margin-bottom:20px;
	}
#content li {
	margin-left:15px;
	margin-top: 5px;
	}

/* Headings */
h1 a {
	color:#A6C639;
	text-decoration:none;
	font-weight:normal;
	font-size:24px;
	}
h2 {
	color:#A6C639;
	text-decoration:none;
	font-weight:normal;
	font-size:20px;
	}
h3 a {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#ffffff;
	text-decoration:none;
	}
h3 a:hover {
	text-decoration:none;
	}

/* Table styles */
.tableHeader { 
	font-size: 12px; 
	font-weight:bold;
	color: #ffffff; 
	background-color: #2D302C; 
	}
.tableHeader a { 
	color: #ffffff;
	}
.tableRow { 
	font-size: 11px; 
	font-weight:normal;
	color: #222222;  
	line-height: 20px;
	}

/* Extra's */
.title1 {
	color:#ffffff;
	font-weight:bold;
	}
.title2 {
	color:#222222;
	font-style:italic;
	font-weight:bold;
	}
.title3 {
	color:#000000;
	font-weight:bold;
	}
.description {
	font-size:12px;
	font-style:italic;
	color:#ffffff;
	padding-left:20px;
	font-weight:bold;
	}
.meta {
	color:#777777;
	border-bottom:1px dashed #777777;
	padding-bottom:2px;
	margin-bottom:8px;
	}
.separator {
	color:#777777;
	border-bottom:1px dashed #777777;
	padding-bottom:2px;
	margin-bottom:8px;
	}
.comments {
	margin-top:-10px;
	text-align:right;
	margin-bottom:20px;
	}
#footer-links a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
#footer-links a:hover {
	color:#CCDE8D;
	}