/* Prestige template START */

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: white;
	background-image: url("img/bckgBody.jpg");
	background-repeat: repeat-x;
	background-color: #292929;
}

#mainContainer {
	width: 900px;
	margin: 0 auto;
}

#topContainer {
    width: 900px;
    height: 222px;
    background-image: url("img/bckgTop.jpg");
    background-repeat: no-repeat;
    padding-left:125px;
}

#bodyContainer {
	width: 100%;
	background-image: url("img/bckgMain.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	/*float: left;
	_float: none;*/
}

#leftContent {
	width: 890px;
	/*border:1px solid red;*/
	/*float: left;*/
	/*padding: 0px 55px 0px 0px;*/
}

#footerContainer {
	/*float: left;*/
	width: 900px;
	font-size: 8pt;
	padding: 15px 0px;
	height: 50px;
	text-align: center;
	color: #666;
	margin-top: 20px;
}

.firstTopLink {
	margin-left: 140px;
}

.topMenuLink {
	text-decoration: none;
	width: 100px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: white;
	float: left;
	margin-top: 45px;
	margin-left: 15px;
}

.topMenuLink:hover {
	color:#000;
}

.homeLink {
	float: left;
	margin-left: 230px;
	width: 255px;
	height: 58px;
}

.homeLink span {
	visibility: hidden;
	display: none;
}

h1, h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #FF8391;
	margin: 0 0 5px 0;
}

#leftContent table {
	border-collapse:collapse;
}

#leftContent table td {
    padding:20px;
    border:1px solid #333;
/*     white-space:nowrap; */
}

#leftContent a, #leftContent a:visited, #leftContent a:active, #footerContainer a, #footerContainer a:visited, #footerContainer a:active {
    color:#ff8391;
    text-decoration: none;
}

#leftContent a:hover, #footerContainer a:hover {
    color:#ff8391;
    text-decoration: underline;
}

#submenu {
	width:900px;
	text-align:right;
}

#submenu a {
	color:white;
	font-weight:bold;
}
#submenu a:hover {
	color:white;
	text-decoration:underline;
}

/* Prestige template END */

.transTbl tr th, .transTbl tr td {
	padding:1px;
}