/* 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: #000000;
}
a {
	color: #ffc800;
	text-decoration: underline;
}
a:hover {
	color: #FFCC66;
}

/* === layout ======================================================= */

.wrapper {
	width: 960px;
	margin: auto;
	padding: 0px;
}
.borderTop {
	border-top: solid 1px #626262;
}
#logoMain {
	float: right;
}
.footer {
	text-align: center;
	padding-top: 5px;
	color: #787878;
}
.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
#cvBox {
	font-style:normal;
	color: #828282;
	padding: 0px;
	position: absolute;
	width: 400px;
	height: 37px;
	display: block;
	right: 19px;
	bottom: 25px;
}
#icoReader {
	float: right;
}
.customWhoIs p {
	font-size: 13px;
	/*line-height: 20px;*/
	/*letter-spacing: 1px;*/
	word-spacing: 0.15em;
}
/* === 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: #cccccc;
}
.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: 400px;
}
#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;
}

