@charset "utf-8";

/* CSS Document */



body {

	background: #333333;

	font: Arial, Helvetica, sans-serif;

}

#Main {
	background: #666666;
}

#smallText{
	font-size: x-small;
}

#TopBar {

	width: auto;

	height: 150px;

	background-image: url(image/top-bar_BG2.png);

}

#Spacer {
	height: 30px;
	
	background-image: url(image/spacer-bar_BG.png);
	
	clear: both;
}

#TopRightBar {

	color: #FFFFFF;

	height: 150px;

	float: right;

	width: 178px;
}



#LeftBar {

	background-image: url(image/left-bar_BG.png);

	float: left;

	width: 150px;

}



#ContentBody {

	background-color:#CCCCCC;

	width: auto;

	margin-left: 155px;

	margin-right: 155px;
	
	margin-top: 0px;

}



#RightBar {

	background-color:#999999;

	float: right;

	width: 150px;

}



#BottomBar {

	width: auto;

	clear: both;

}



#Icon {

	float: left;

	width: 178px;

	height: 112px;

}a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FF00;
	text-decoration: underline;
}
img {
	border: 0px;
}