@charset "utf-8";
/* CSS Document */
#main {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:872px;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	outline:none;

}
body {
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#navbar {
	display:block;
	width:127px;
	background:url(/images/nav/shadow.png) bottom no-repeat;
	margin:0;
	padding-bottom:8px;
}
#navbar div {
	display:block;
	width:120px;
	padding:0;
	margin:0;
}
body,td,th, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

#bigBox {
	display:block;
	width:844px;
	height:450px;
	background:url(/images/big-box.png) 0 6px no-repeat;
}
.content_copy {
	font-size:12px;
	line-height:18px;
	color:#000;
}
.body_copy {
	font-size:12px;
	line-height:18px;
	color:#626466;
	
}
#footerbar {
	display:block;
	position:absolute;
	bottom:43px;
	left:152px;
	width:844px;
	height:146px;
	background:url(/images/footer-info-back.png) no-repeat;
	margin-top:56px;
	padding-top:26px;
}
#footerlinks {
	display:block;
	position:absolute;
	bottom:28px;
	left:152px;
	text-align:center;
	width:820px;
}
#footerlinks a, #footerlinks a:active {
	text-decoration:none;
	color:#FFF;
}
#footerlinks a:hover {
	text-decoration:underline;
	color:#FFF;
}
ul.bodyList {
	margin:0;
	padding:0;
}
ul.bodyList li {
	margin-left:16px;
}
.myInput {
	height:34px;
	width:240px;
}
.myInput input {
	height:16px;
	width:240px;
}
.myInput textarea {
	height:80px;
	width:240px;
}
img.small {
	cursor:pointer;
}
