
body {
	margin: 0;
	padding: 0;
	background: url(../static_images/bg.gif);
	color: #333;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

/* Main tag configs */

h1 {
	position: relative;
	font-size: 1.2em;
	font-weight: 800;
	padding: 6px 6px 6px 6px;
	margin: 0px;
	background: url(../static_images/h1bg.png) left bottom;
	color: white;
}
	
h2 {
	position: relative;
	font-size: 1.2em;
	font-weight: 800;
	padding: 8px 8px 8px 8px;
	margin: 0px;
	background: url(../static_images/h2_bar.gif) left bottom repeat-x;
	border-bottom: 1px solid #FF6600;
}
	
p	{
	line-height: 1.3em;
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

p.smallprint {
	font-size: 0.9em;
	color: gray;
	text-align: justify;
}
	
form {
	display: inline;
}
	
input, textarea, select {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	margin: 1px;
	padding: 1px 3px 1px 3px;
	display: inline;
}
	
a img {
	border: 0px;
}
	
a:link, a:visited {
	text-decoration: none;
}

label {
	display: none;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 760px;
	margin: 10px auto;
	text-align: left;
	background: white;
	border: 10px solid white;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 285px;
	padding: 0px;
	z-index: 9;
	background: url(../static_images/green.jpg) top left no-repeat;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 286px;
	width: 760px;
	height: 25px;
	z-index: 10;
	text-align: left;
	background: url(../static_images/head_bar.gif) repeat-x #e5e5e5;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	padding: 3px 0px 0px 0px;
}
	
#body {
	padding: 325px 0px 16px 0px;
	margin: 0px;
	z-index: 2;
}
	
#footer {
	color: #222222;
	text-align: left;
	background: url(../static_images/head_bar.gif) repeat-x #e5e5e5;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	color: #222222;
	width: 760px;
	height: 50px;
}
	
/* footer */

#footer p {
	margin: 0px;
	padding: 8px;
}
	
#footer p a:link, #footer p a:visited {
	color: #222222;
}
	
/* header */

#header h1 {
	background: transparent;
	color: #222222;
	font-weight: 800;
}
	
/* Navigation */

#navigation ul.left {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
	
#navigation ul.right {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
	
#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited, #navigation a {
	display: block;
	padding: 4px;
	width: auto;
	float: left;
	color: #222222;
}
	
#navigation a:hover {
	background: url(../../static_images/nav_arrow.gif) center top no-repeat;
	border-bottom: 4px solid green;
}
	
/* Body Items */

#body div.spaw_block {
	border: 1px solid gray;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

#body div.block {
	border: 1px solid gray;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
}

#body div.block table {
	margin: 10px;
	padding: 0px;
	width: 740px;
}

#body div.block table td input.control {
	width: 200px;
}


/* CMS table */

table.cms {
	margin: 16px 0px 16px 0px;
	padding: 0px;
	width: 760px;
}
	
table.cms tr td {
	background: #f2f2f2;
	color: #444444;
	border-bottom: 1px solid #aaaaaa;
	height: 18px;
	padding: 0px 0px 0px 2px;
}
	
table.cms tr.title td {
	color: #222222;
	font-weight: 800;
	background: url(../static_images/h2_bar.gif) left bottom repeat-x;
	border-bottom: 1px solid #FF6600;
	padding: 0px 0px 0px 2px;
}
	
table.cms a:link, table.cms a:visited, a:link, a:visited {
	color: black;
	font-weight: 800;
	text-decoration: none;
	border: 0px solid white;
}

table.cms a:hover, a:hover {
	color: #382716;
}
	
table.cms tr.title a:link, table.cms tr.title a:visited {
	color: #222222;
	font-weight: 800;
	text-decoration: none;
}

table.cms tr.title a:hover {
	color: #222222;
}
















#articles {
	width: 738px;
	clear: both;
}

div.article {
	width: 736px;
	height: 20px;
	background: #E7E3E7;
	border: 1px solid #888888;
	margin: 1px 0px;
	padding: 1px;
}

div.article div.title {
	float: left;
	padding: 2px;
}

div.article div.icon {
	float: right;
}