@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #adadad;
	background-image: url(slices/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 auto;
	padding:0;
	right: 50em;
	font-size: 12px;
	width: 970px;
	margin-bottom: 5px;
}
.header {
	background-image: url(slices/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 970px;
	margin:0 auto;
	position:relative;
}
.content {
	background-image: url(slices/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 937px;
	margin: 0 auto;
	padding: 0 20px;
/*	height: 524px;*/
	position:relative;
}
.content .linkbox {
	height: 21px;
	width: 188px;
	border: 1px solid #CCCCCC;
	background-color: #E4E4E4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-image: url(slices/link-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}

.content .sub-content {
	width: 720px;
	text-align:left;
	margin-left: 8px;
	margin-top: 3px;
	margin-bottom: 8px;
}
.footer {
	background-image: url(slices/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 970px;
	clear:both;
	top:0;
	margin: 0 auto;
	position:relative;
}
.innertube {
	margin-top: 6px;
}

/*#menuv img {
	margin: 3px 0 auto;
}*/

hr {
	height:1px;	color: #D2D2D2;	background-color: #D2D2D2;
}

a:link {
	font-weight: bold;
	color: #4F2E7F;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #4F2E7F;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #7D62A5;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #7D62A5;
	text-decoration: underline;
}
.content .linkbox a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}
.content .linkbox a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}
.content .linkbox a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 13px;
}
.content .linkbox a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 13px;
}
.whitelink a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.whitelink a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.whitelink a:active {
	font-weight: bold;
	color: #DFDFDF;
	text-decoration: underline;
}
.whitelink a:hover {
	font-weight: bold;
	color: #DFDFDF;
	text-decoration: underline;
}
.headingtext {
	font-size: 18px;
	font-weight: bold;
}
.whitetext {
	font-weight: bold;
	color: #FFFFFF;
}
.content .home-graphic {
	margin-left: 13px;
}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #d3cae0;
}
.innertubeBottom {
	margin-bottom: 6px;
}

