body {
	background-color: #ffffff;
	padding: 0px;
	font-size:16px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	xmargin-top: 30px;
	xmargin-right: 0px;
	xmargin-bottom: 0px;
	xmargin-left: 35px;
}

.intro {

}

.base {

}



#logo {
	xborder: 1px solid #ff0000;
	height: 35px;
	width: 260px;
	position: absolute;
	left: 730px;
	top: 715px;
}

#introarea {
	xborder: 1px solid #ff0000;
	height: 575px;
	width: 800px;
	position: absolute;
	left: 121px;
	top: 14px;
	xborder: 1px solid #ff0000;
}

#menu1 {
	xborder: 1px solid #00ff00;
	position: absolute;
	width: 190px;
	height: 110px;
	left: 35px;
	top: 30px;
}

#menu2 {
	xborder: 1px solid #0000ff;
	position: absolute;
	height: 320px;
	width: 190px;
	left: 35px;
	top: 385px;
}
#stream {
	xborder: 1px solid #ffff66;
	height: 220px;
	width: 270px;
	position: absolute;
	left: 35px;
	top: 160px;
}

#footer {
	xborder: 1px solid #ffff00;
	position: absolute;
	left: 35px;
	top: 735px;
	width: 190px;
	height: 15px;
	color: #999999;
	font-size:14px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}


#container {
	position: absolute;
	top: 30px;
	left: 310px;
	width: 705px;
	height: 685px;
	xborder: 1px solid #ffff00;
}

#container #header {
	width: 680px;
	height: 45px;
}
#container #shade_topright {
	width: 25px;
	height: 45px;
}
#container #shade_right {
	width: 25px;
	height: 660px;
}
#container #shade_bottomright {
	width: 25px;
	height: 25px;
}
#container #shade_bottom {
	width: 680px;
	height: 45px;
}
#container #shade_bottomleft {
	width: 25px;
	height: 25px;
}

#container #content {
	border: 1px solid #00ff00;
	width: 680px;
	height: 660px;
}



.pop_title {
	font-size:22px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}

.pop_content {
	width: 655px;
	height: 615px;
	overflow-y: scroll;
	overflow-x: none;
	font-size:13px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 10px;
	xborder: 1px solid #ff0000;
}

.pop_content h1,h2,p {
	margin: 0px;
	padding: 0px;
}
.pop_content h1 {
	font-size:20px;
	color: #656565;
	margin-top: 30px;
	margin-bottom: 20px;
}
.pop_content h2 {
	font-size:17px;
	color: #656565;
}
.pop_content .label {
	font-size:12px;
	color: #000000;
}
.pop_content a {
	font-size:11px;
	color: #d80029;
}

#insight_container {
	width:635px;
	height:360px;
	xborder: 1px solid #ffff00;
}

#insight_special {
	position:relative;
	background-color:#9a9a9b;
	width:430px;
	height:330px;
	left:0px;
	top:30px;
	color:#FFFFFF;
	xborder: 1px solid #ffff00;

}
#insight_special h1 {
	color:#FFFFFF;
	font-size:17px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#insight_list {
	position:relative;
	width:170px;
	height:330px;
	left:0px;
	top:30px;
	xborder: 1px solid #ffff00;
	float: right;
}

table.bordered{
    border-color: #000000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

td.bordered{
    border-color: #000000;
    border-width: 1px 1px 0 0;
    border-style: solid;
}
.red {
	color: #ff0000;
}

