@charset "UTF-8";
/* CSS Document */

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	outline:none;
}
html, body {
	height: 100%;
	background-color:#F2FAFF;
}
#quality {
	background-image: url(../images/icons/small_quality.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	width: 950px;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#FFF;
	background-image: url(../images/mainpanel_repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -60px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
a {
	text-decoration: none;
	color: #FFF;
	list-style-type: none;
}
a:hover {
	color:#2B5C63;
}

.footer, .push {
	height: 4em;
	clear: both;
}
#leftMargin .space {
	margin-top: 15px;
}

