* {
	font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, "Verdana CE", Verdana, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	background-color: transparent;
}

/* General tags */
html {
	height: 100%;
}

body {
	background-color: #0F552E;
	/*background-color: #086B39;*/
	height: 100%;
}

a {
	font-style: italic;
	color: #549534;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 0.5em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	margin-bottom: 0.5em;
}

li {
	list-style-image: url(../../dsgn/itemsmall.gif);
	list-style-position: inside;
}

table {
	border-collapse: collapse;
}

.at span, .atb span {
	visibility: hidden;
}
.at span {
	letter-spacing: -0.35em;
}
.atb span {
	letter-spacing: -0.3em;
}
.at, .atb {
	background-repeat: no-repeat;
	background-position: center center;
}
.at {
	background-image: url(../../dsgn/at.gif);
}
.atb {
	background-image: url(../../dsgn/atb.gif);
}



/* Main content */
#conteiner {
	position: relative;
	width: expression(document.body.clientWidth < 740 ? "740px" : "100%");
	min-width: 740px;
	min-height: 100%;
	height: 100%;
}

#content {
	position: absolute;
	background-color: #FFCE00;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	min-height: 100%;
	height: expression("100%");
}

#indenter1, #indenter2, #indenter3, #indenter4, #indenter5 {
	float: right;
	/*border: 1px red solid;*/
}

#logo {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 400px;
	height: 114px;
	background-image: url(../../dsgn/cs/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 2;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#logo span {
	display: none;
}

/*#star1 {
	position: absolute;
	top: -22px;
	left: -49px;
	width: 400px;
	height: 114px;
	z-index: 3;
}

#star2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}
*/

/* Main part */
#main {
	margin-top: 160px;
	margin-right: 20px;
	margin-bottom: 0.5em;
}

#main h1 {
	font-size: 19px;
	font-weight: bold;
	color: #085229;
	background-image: url(../../dsgn/itembig.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-bottom: 1.5em;
}

#main h2 {
	font-size: 120%;
	font-weight: bold;
	color: #085229;
	background-image: url(../../dsgn/itemnormal.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-top: 1.3em;
	margin-bottom: 0.4em;
}

#main p {
	margin-left: 20px;
}

/* Menu */
#menu {
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 1;
	text-align: right;
}

#menu h1 {
	display: none;
}

#menu p {
	line-height: 0px;
}

#menu a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-image: url(../../dsgn/menuitem.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 33px; height/**/: /**/35px;
	padding-right: 30px;
	padding-top: 14px;
	width: 290px;
	text-align: right;
}
#menu a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-image: url(../../dsgn/menuitem-s.gif);
}

/* Author and copyrights */
#author, #author a {
color: #164E2B;
}

#author {
	position: absolute;
	top: 3px;
	right: 130px;
	font-size: 9px;
}

#author a {
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
}
#author a:hover {
	color: #F2D119;
}

#author img {
	display: none;
}