﻿body {
	color: #000;
	background-color: #cccccc;
	padding: 0;
	margin: 0;
	letter-spacing: -1px;
	font-weight: bold;
}
a:link {
	color: #0000ff;
}
/* unvisited link */
a:visited {
	color: #800080;
}
/* visited link */
a:active {
	color: #003300;
}
/* selected link */
.hr1 {
	width: 90%;
	color: #808080;
	margin-left: auto;
	margin-right: auto;
}
.centercol {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 69%;
	text-align: left;
	margin-top: -5px;
	margin-bottom: -10px;
}
.leftcol {
	position: absolute;
	text-align: left;
	top: 10px;
	left: 0px;
	width: 15%;
}
.rightcol {
	position: absolute;
	top: 150px;
	right: 0px;
	width: 13%;
    text-align:center
}
.closedgif {
	margin-left: 8px;
	border: 0;
}
#piclinks {
	float: left;
	width: 49%;
	text-align: left;
	display: inline;
	clear: both;
}
#movlinks {
	width: 49%;
	float: right;
	text-align: left;
}
#footer {
	width: 95%;
	height: 150px;
	position: static;
	bottom: 0%;
	left: 0%;
	text-align: center;
}
#brokeie {
	width: 100%;
	text-align: center;
}
#catlinks {
	position: static;
	background-color: #ffffff;
	text-align: center;
	border: 0px solid #000000;
	overflow: hidden;
	width: 100%;
}
#leftsubtitle {
	color: #660099;
	margin-left: 8px;
	text-align: left;
}
#lefttitle {
	margin-left: 8px;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: medium;
}
#topleftlinks  {
	margin-left:10px
}
#cattitle {
	font-size: larger;
	font-weight: bold;
	text-align: left;
	margin-left: 45px;
}
#catsubtitle {
	margin-left: 100px;
}
#sitebanner {
	border: 0;
}
.needcenter {
	text-align: center;
}
.noborder {
	border-width: 0;
}
.xsmall  {
	font-size: x-small;
}