html {
	height: 100% !important;
	margin: 0;
	padding: 0; }
body {
	color: #2d3543;
	font-size: 12px;
	font-family: arial, SunSans-Regular, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-color: #eee;
	height: 100% !important; }
* { 
	margin:0px;
	padding:0px;
}
p {
	padding-bottom: 5px; }
img {
	border-width: 0; }
table {
	border-collapse: collapse;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px; }
li {
	margin-bottom: 2px;
	margin-left: 5px;
	list-style-type: disc;
	list-style-position: inside;
}
blockquote {
	margin-left: 10px; }
hr {
	color: #dbe2e5;
	background-color: #dbe2e5;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0; }
a { color: blue; text-decoration: underline; }
a:hover { color: blue; text-decoration: none; }

.nostyle {
	display: none;
}

.clear-both {
	clear: both;
}
.float-right {
	float: right;
	margin-left: 14px;
	margin-bottom: 10px;
}
.float-left {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
}

#container {
	background-image: url(/sitestyle/templates/images/background.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 1022px;
	position: relative;
	height: 100%;
	margin-right: auto;
	margin-left: auto; }
#right {
	position: absolute;
	top: 265px;
	left: 812px;
	width: 199px;
	padding-top: 12px;
	padding-bottom: 12px; }
#content {
	position: absolute;
	top: 265px;
	left: 11px;
	width: 800px;
	padding-bottom: 12px; }
/*Home bar*/
#homebar {
	color: #2d3543;
	font-size: 18px;
	background-image: url(/sitestyle/templates/images/home-bar.jpg);
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	top: 265px;
	left: 11px;
	width: 1000px;
	height: 29px !important;
	height /**/:39px;
	padding-top: 10px;
	line-height: 1.3em;
}
#printheader,#printfooter {
	display: none;
}
.print-page {
	position:absolute;
	top: 2px;
	right: 5px;
}