@media all
{
	body { 
		color : #000000;
		background-color: #CCCCCC;
		font-size : 80%;
		font-family : Arial, sans-serif;
	}
	#site {
		background-color: #FFFF90;
	}
	div#main_content {
		padding : 1em 1em 1em 1em;
		font-weight: bold;
		text-align: center;
	}
	div#main_content img {
		border:0;
	}
	div#left_content a:link,div#left_content a:visited {
		display: block;
		background: url(../img/button.gif) no-repeat;
		vertical-align: middle;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		margin : 2%;
		padding-top: 3px;
		/*height: 22px !important;*/
		height: 22px;
		width: 90%;
		text-decoration: none;
		white-space: nowrap;
		overflow: hidden;
	}
	div#left_content a:hover {
		background-position: 0px -25px;
		text-decoration: none;
		white-space: nowrap;
		overflow: hidden;
	}
	div#left_content a.active {
		background-position : 0px -25px;
		text-decoration : underline;
		white-space : nowrap;
		overflow : hidden;
	}
	h3 {
		font-size: 1.2em;
		color: #006;
		margin: 0 0 0.25em 0;
		padding-top: 1.5em;
		font-weight:bold;
	}
	div#footer {
		text-align: center;
	}
}