body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
	/*background-image:url(../images/left.jpg);
	background-repeat:repeat;*/
	margin:0px 0px 0px 0px;
	background-attachment:fixed;
}
a
{
	text-decoration:none;
}
a:hover
{
		text-decoration:none;
}
h1
{
	font-size:18px;
	color:#666;
	text-align:left;
	text-transform:uppercase;
	border-bottom:#999999 1px solid;
}
h2
{
	font-size:14px;
	margin:10px 0px 15px 0px;
	text-transform:uppercase;
	color:#0268af;
	border-bottom:#0268af 1px solid;
	}
h3
{
	font-size:12px;
	margin:10px 0px 0px 0px;
	text-transform:uppercase;
	color:#0268af;
}
blockquote
{
	margin:0px 0px 0px 20px;
}
.boolean table
{
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
}
.boolean table td
{
	padding:5px;
	border-left:#000000 1px solid;
	border-top:#000000 1px solid;
}


#pagewrap {
	margin: 0 auto;
	width: 960px;
	padding-left: 0px;
	position: relative;
}
#pagewrap1 {
	margin: 0 auto;
	width: 960px;
	padding-left: 0px;
	/*position: relative;*/
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 1000px;
}
#back-top a {
	width: 75px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 75px;
	height: 75px;
	display: block;
	margin-bottom: 7px;
	background: #bfbfbf url(up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}