body
{
	margin: 0px 0px 20px 0px;
	
	background: url( '../graphics/bg.gif' ) repeat-x;
	background-color: #6A8737;
}

body, td
{
	font-family: 'Georgia', 'Lucida Sans Unicode', 'Century Gothic', Arial, Helvetica, 'Trebuchet MS', Tahoma, Verdana;
	font-size: 12px;
	color: #666;
	line-height: 24px; 
	text-align: justify;
}


img
{
	border: 0px;
}

select, input, textarea
{
	font-family: 'Georgia', 'Lucida Sans Unicode', 'Century Gothic', Arial, Helvetica, 'Trebuchet MS', Tahoma, Verdana;
	font-size: 11px;
	border: 1px solid #999;
	background: white;
}

input:hover
{
	border: 1px solid #3884A3;
}


form
{
	display: inline;
}

a
{
	text-align: left;
	text-decoration: none;
	color: #C6F96B;
	
}
a:hover
{
	text-decoration:none;
	color: white;
}

h1
{
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}

h2
{
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
	color: #85A154;
}

h2 a{
	font-weight:normal;
}

h3{
	
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	color: white;
}

h3 a
{
	color: white;
	border-bottom: 1px solid #6AD0D6;
}

h3 a:hover
{
	border-bottom: none;
}

hr
{
	border: 0;
	width: 100%;
	height: 1px;
	color: #ddd;
	background-color: #ddd;
}


blockquote{
	padding: 15px;
	border: 1px dashed #ccc;
}

li
{
	margin-bottom: 15px;
	/*list-style-type: square;*/
	list-style-position: inside;
}

ul
{
	padding-left: 20px;
}

/* -------- */

.footer
{
	color: white;
}

.article_categoriser h1
{
	
}

.article_window h1
{
	color: white;
	text-align: center;
	margin-top: 16px;
}

.home_description
{
	background: #F1F6E8;
	color: #4F6824;
	padding: 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	CCborderRadius: 10px;
}

.button
{
	background: url('../graphics/buttonbg.gif');
	color: #666;
	border: 1px solid #ccc;
	padding: 10px;
	font-weight: bold;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	CCborderRadius: 10px;
}

.button:hover
{
	background: url('../graphics/buttonbg-hover.gif');
	color: white;
}

.sub_nav
{
	text-align: center;
	color: #ccc;
}

.sub_nav a
{
	color: #678138;
}

.sub_nav_selected
{
	padding: 4px 8px 4px 8px;
	background: #D8EAB7;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	CCborderRadius: 6px;
}

.lang_switcher
{
	position: absolute; 
	padding: 10px 15px 2px 15px;
	
	text-align: center;
	background: black;
	color: black;
	
	top: -10px;
	left: 870px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	CCborderRadius: 10px;
	
	filter: alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.lang_switcher a
{
	color: white;
}