/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	margin: 0px;
	padding: 35px 0px 35px 0px;
	background: #8bc53f;
}
a {
	color: #8bc53f;
	text-decoration: underline;
}
a:hover {
	color: #009900;
}

/* === layout ======================================================= */

.wrapper {
	width: 960px;
	margin: auto;
	padding: 0px;
}
.borderTop {
	border-top: solid 1px #d1d1d1;
}
#logoMain {
	float: right;
}
.footer {
	text-align: center;
	padding-top: 5px;
	color: white;
}
.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
#cvBox {
	font-style:normal;
	color: #828282;
	padding: 0px;
	position: absolute;
	width: 417px;
	height: 37px;
	display: block;
	right: 19px;
	bottom: 25px;
}
#icoReader {
	float: right;
}
/* === window ======================================================= */
.winTopBorder {
	background: url(_images/border-top.gif) top left no-repeat;
	/*width: 960px;*/
	height: 28px;
}

.winBottomBorder {
	background: url(_images/border-bottom.gif) top left no-repeat;
	/*width: 960px;*/
	height: 28px;
}
.winBody {
	background: url(_images/window-bg.gif) top left repeat-y;
	padding: 0px;
	margin: 0px;
	color: #272324;
}
.winBodyContent {
	padding: 0px 45px 0px 45px;
}
.winBody p{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	line-height: 14.4px;
}
#articleText {
	height: 512px;
	margin: 0px;
	font-style: italic;
	position: relative;
}
#articleTextLeft {
	float: left;
	padding: 15px 0px 0px 19px;
	width: 400px;
}
#articleTextRight {
	float: right;
	padding: 15px 19px 0px 0px;
	width: 417px;
}
#articleTextLeft h1{
	padding: 0px;
	margin: 0px 0px 6px 0px;
}
#articleText .captionBar{
	height: 35px;
}
/* === main menu ======================================================= */
#mainMenu {
	margin: 0px;
	padding: 3px 0px 3px 0px;	
}
#mainMenu h1 {
	padding: 0px;
	margin: 0px;
}
#mainMenu ul, #mainMenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#mainMenu .rowLeft {
	height: 24px;
}
#mainMenu .rowLeft li, #mainMenu .rowLeft h1 {
	float: left;
}
#mainMenu .rowRight {
	height: 24px;
}
#mainMenu .rowRight li, #mainMenu .rowRight h1 {
	float: right;
}
