* {
	margin: 0;
	padding: 0;
}

body {
	background: #336666 url("../images/blend_gr.jpg") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F5C5C;
}

h1 {
	color: #224545;
	font-size: 140%;
	margin-bottom: 20px;
}

h2 {
	color: #224545;
	font-size: 110%;
	margin: 20px 0 12px 0;
}

p, ul, ol {
	margin-bottom: 12px;
	line-height: 150%;
	list-style-type: none;
}


table.txt {

	margin: 16px 0 16px 0;
}


td {
	line-height: 100%;
}


img.thumb {
	border: 1px #993300 solid;
}


a {
	text-decoration: none;
	color: #993300;
}

a:hover {
	text-decoration: underline;
	color: #993300;
}



/* Header */

#header {
	width: 710px;
	height: 92px;
	margin: 0 auto;
	background: url("../images/rnd_top.png") no-repeat left bottom;
}

/* Logo */

#logo {
	position:absolute;
	z-index: 100;	
	margin-left: 12px;
	margin-top: -23px;
}


/* Menu */

#menu {
	float: right;
	margin-right: 20px;
	
}

#menu ul {
	margin: 0;
	padding: 59px 0 0 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 22px;
	margin: 0;
	padding-top: 6px;
	background: url("../images/tab_off.png") no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	color: #336666;
}

#menu a:hover {
	background: url("../images/tab_over.png") no-repeat;
	color: #224545;
}

#menu .active a {
	padding-top: 6px;
	background: url("../images/tab_on.png") no-repeat;
	color: #224545;
}

#menu .under a {
	background: url("../images/tab_under.png") no-repeat;
	color: #224545;
}

#menu .under a:hover {
	background: url("../images/tab_under_over.png") no-repeat;
	color: #224545;
}


/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	background: #FFFFFF  url("../images/vert.jpg") repeat-y;

}

/* leftcol */
/* 230 px */

#leftcol {
	float: left;
	width: 186px;
	padding: 50px 20px 40px 24px;
}

#leftcol  p {
	1padding-left: 24px;
	1padding-right: 20px;
	font-size: 11px;
	color: #4F5C5C;
}

#leftcol h1 {
	text-align: center;
	font-size: 120%;
	color: #4F5C5C;
}

#leftcol h2 {
	text-align: center;
	font-size: 110%;
	color: #4F5C5C;
	margin: 26px 4px 8px 0;
	border-top: 1px #99CC33 solid;
	padding-top: 20px;
}


#leftcol ul {
	padding-left: 12px;
	list-style-image:url("../images/arrowbul.png");
	list-style-position: inside;
}


/* rightcol */
/* 480 px */

#rightcol {
	float: left;
	width: 430px;
	padding: 50px 24px 40px 24px;

}

.listimg {
	padding-bottom: 12px;
}

.listlink{
	vertical-align: top;
	padding: 12px 12px 0 12px;
}

.listdesc{
	margin-top: 3px;
	font-size:11px;
	line-height: 120%;
}

.smlistimg {
	padding-bottom: 8px;
}

.smlistlink{
	vertical-align: top;
	padding: 4px 0 0 12px;
}

.smlistdesc{
	margin-top: 3px;
	font-size:11px;
	line-height: 120%;
}


.txtlist {
	text-align:right;
	vertical-align: top;
	padding: 3px 0 8px 0;
	font-size:10px;
	color: #999999;
}

.txtlistdesc{
	padding-left:12px;
	vertical-align: top;
	font-size:12px;
	line-height: 130%;
}




/* Footer */

#footer {
	width: 710px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url("../images/rnd_bottom.png") no-repeat;
	color: #CCFF66;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 10px;
}


/* MISC */


#center
{
	text-align:center;
}

#subdue
{
	color: #999999;
}

#bigger
{
	font-size: 110%;
}
