@charset "utf-8";
/* CSS Document */


.container {
	margin: 5px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.mainBanner {
	clear: both;
	float: left;
	width: 100%;
	height: 125px;
	background-image:url(mainbanner.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9C0;
	border-right-color: #9C0;
	border-bottom-color: #9C0;
	border-left-color: #9C0;
	text-align:right;
	margin-right: 100px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.mainMenu {
	clear: both;
	float: left;
	height: 35px;
	width: 100%;
	background-image:url(buttonbanner.jpg);
	background-repeat:no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B6CEFB;
	border-right-color: #B6CEFB;
	border-bottom-color: #B6CEFB;
	border-left-color: #B6CEFB;
}

.leftMenu {
	float: left;
	height: 425px;
	width: 20%;
	border: thin solid #000;
	background:#03F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}

.buttonMenu {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 100px;
	text-align:center;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding-top:5px;
}

.buttonMenu:hover {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 100px;
	text-align:center;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding-top:5px;
}
.buttonMenuLast {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	float: left;
	clear:right;
	height: 35px;
	width: 100px;
	text-align:center;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding-top:5px;
}
.buttonMenuLast:hover {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	float: left;
	clear:right;
	height: 35px;
	width: 100px;
	text-align:center;
	color:#FFF
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding-top:5px;

}

.mainBody {
	float: left;
	height: 390px;
	border: thin solid #FFF;
	width:79%;
}

.ticker {background:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.about  {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}