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

body {
	background-color: #666666;
	background-image: url(img/line.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: fixed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
	text-decoration: none;
}
.oneColElsCtrHdr #container {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position: center center;
	border: thin dotted #000000;
	top: 163px;
	bottom: auto;
	position: relative;
	left: auto;
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.oneColElsCtrHdr #container #mainContent {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 15px;
}
.twoColLiqLtHdr  #container {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position: center center;
	border: thin dotted #000000;
	top: 0px;
	bottom: 0px;
	position: static;
	left: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	right: auto;
	height: auto;
	clip: rect(0px,auto,0px,auto);
}
box {
	background-color: #CCCCCC;
}
.twoColLiqLtHdr #container #mainContent {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 15px;
}
.twoColLiqLtHdr #container div {
	margin: 15px;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}

img {
    border-style:none;
}