html {height:100%}
body {
	background: url("images/bg-img.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height:100%;
}

div#mainContainer {
	background: url('images/bg-lay.jpg');
	background-repeat: no-repeat;
	width: 850px;
	margin: 0 auto;
	margin-top: 3px;
	border: 0px;
	position:relative;
}

div#header {
	height: 180px;
	position: relative;
}

div#logo {
	position: absolute;
	top: 28px;
	left: 26px;
	width: 109px;
}

div#address {
	position: absolute;
	top: 11px;
	left: 654px;
	color: #24211d;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div#title {
	position: absolute;
	top: 83px;
	left: 174px;
	width: 285px;
}

div#underTitle {
	position: absolute;
	top: 122px;
	left: 178px;
	color: #aeae9e;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}

div#homeTitle {
	background: url("images/title-bar.jpg");
	position: absolute;
	top: 152px;
	left: 7px;
	color: #ffff00;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	width: 839px;
}

div#homeTitle p {
	margin-left: 669px;
	margin-top: 5px;
	text-align: center;
	width:143px;
}

div#centerContainer {
	margin-top: 3px;
}

div#leftContainer {
    	float: left;
    	width: 166px;
    	padding-left: 7px;
}

div#rightContainer {
	float: left;
	position: relative;
	width: 656px;
	padding: 0;
	background: url('images/ticker-tape-box.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.tblImages td img {display:block}

div#comingSoon {
	/* position: absolute; */
	padding:20px;
	font-family:verdana, tahoma, arial, sans-serif;
	text-align:justify;
}


#comingSoon .pbc {
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

#comingSoon .pc {
	text-align:center;
}

#footer {
	height:100px;
	position:relative;
}
.tickerText1 {
	color: #92aee3;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	width: 640px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0px;
}

.tickerText2 {
	color: #a6aab2;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	width: 640px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;	
}

.tickerText3 {
	color: #7b818d;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	width: 640px;	
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0px;
}

ul#menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

ul#menu li {
	width: 143px;
	height: 18px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	position:relative;
}

ul#menu > li {
	padding-bottom: 5px;
}

a.menu1 {
	display: block;
	color: #24211d;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	background: url('images/not-selected-button.jpg') no-repeat;
	height: 18px;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-left: 15px;
	position:relative;
}

a.menu1:hover {
	background: url('images/selected-button.jpg') no-repeat;
	color: white;
}



.menu1 {
	margin-left: 20px;
	color: #24211d;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}

ul.menu li:hover a.menu1{
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
}

.menu2 {
	display:none;
	position:absolute;
	z-index:9999;
	top:0px;
	left:142px;
	list-style-type: none;
	margin:0px;
	padding:0px;
	}

div#mailBox {
	width: 142px;
	margin-top: 5px;
	background-color: #b2ceed;
}

div#mailBoxTitle {
	width: 142px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #e8e5dd solid; 
}

div#mailForm {
	color: #25221d;
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	margin: 0px;
}

div#mailForm th {
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
}

div#mailForm td input {
	width: 75px;
	height: 14px;
	color: #87837d;
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	border-style: solid;
	border-color: #87837d;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
}

.font {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.drop1 {
	color: #87837d;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	border-style: solid;
	border-color: #87837d;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
}

div#searchBox {
	width: 142px;
	margin-top: 5px;
	background-color: #d2d2c4;
}

div#searchForm {
	color: #25221d;
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}

.drop2 {
	color: #87837d;
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	border-style: solid;
	border-color: #87837d;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
}

div#mainText {
	position: absolute;
	top: 184px;
	left: 175px;
	width: 656px;
	min-height: 468px;
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #cccccc;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
	background-image: url('images/under-title.jpg');
	background-repeat: no-repeat;	
	background-position: 320px 25px;
}

.none {
	text-indent: 25px;
	color: #25221d;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: justify;
	width: 656px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.readMore {
	color: #e9e9b4;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 580px;
	background-image: url('images/read-more.jpg');
	background-repeat: no-repeat;	
	background-position: 580px 3px;
	width: 656px;
	padding: 5px;
	margin: 0px;	
}

.bullet1 {
	color: #8f8a82;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: justify;
	text-indent: 25px;
	background-image: url('images/bullet-1.gif');
	background-repeat: no-repeat;	
	background-position: 7px 4px;
	width: 656px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.bullet2 {
	color: #8f8a82;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: justify;
	text-indent: 25px;
	background-image: url('images/bullet-2.gif');
	background-repeat: no-repeat;	
	background-position: 7px 3px;
	width: 656px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.font1 {
	color: #255abd;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.font2 {
	color: #25221d;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;	
}

.font5 {
	color: #6897ef;
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
}

.footerMenu {
	color: #a4c1d4;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	margin-top: -35px;
	width: 820px;
	text-align: center;
	padding: 0px;
}

.disclamer {
	color: #c6cccf;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	margin-top: 30px;
	width: 820px;
	text-align: center;
	padding: 0px;
}

.resultsTable {
	font-size:9px;
}

.resultsTable td,th {
	padding:2px;
	}

.resultsTable .score-centered {
	text-align:center;
}

.resultsTable tr {
	color:#234A5F;
	}

.resultsTable .even {
	color:#10212B;
}

