@import "index.css";

/***[ Content ]***********************************************************************************/

#stage tr.level02 td.content	{
	background: #fff;
	text-align: center;
	width: 586px;
	padding-bottom: 8px;
}

.content #content	{
	width: 572px;
	height: 100%;
	border-collapse: collapse;
	margin: auto;
}

.content #content td	{
	padding: 0px;
}

#content td.header	{
	height: 186px;
}

img.header	{
	background: #ccc;
	width: 572px;
	height: 186px;
	margin-top: 7px;
}

#flash	{
    background: #fff;
	width: 572px;
	height: 186px;
	margin: 7px auto auto 0px;
}

div.stripes	{
	font: 2px;
	background-image: url("../img/stripes45.gif");
	background-repeat: repeat-x;
	width: 572px;
	height: 12px;
	margin: auto;
}

tr.level02 td.content > div.stripes	{
	margin-top: 4px;
}

div.wellcome {
	font: 12px "arial";
	color: #555;
	text-align: justify;
	width: 572px;
	margin: auto;
	margin-top: 10px;
}

div.wellcome div.header	{
    font: 32px "times new roman";
    color: #06c;
	padding: 10px 0px 10px 0px;
}

div.wellcome img {
	border: none;
	float: right;
}

div.wellcome a img {
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
}


table#list	{
	width: 572px;
	margin: auto;
	margin-top: 24px;
}

#list th	{
	font: bold 12px "verdana";
	color: #666;
	text-align: left;
}

#list ul	{
	font: 12px "arial";
	color: #555;
	padding: 0px 32px 0px 0px;
	margin: 8px 0px 0px 16px;
}

#list ul li	{
	list-style-image: url(../img/arrowRed.gif);
	margin-bottom: 8px;
}

.content img.bannerLeft, .content img.bannerRight	{
	border: none;
	/*margin; 0px 0px 8px 0px;*/
}

#content td.banners	{
	height: 98px;
	padding: 0px;
	text-align: left;
}

#content td.banners a	{
	text-decoration: none;
}

#content img.bannerLeft, #content img.bannerRight	{
	border: none;
	margin; 0px;
	text-align: top;
}

.* #content img.bannerLeft, .* #content img.bannerRight	{
	margin: -4px;
}

#content img.bannerLeft	{
	float: left;
}

#content img.bannerRight	{
	float: right;
}