

body {
	
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	
}

h1
{
color: rgb(64, 64, 64);
font-size: x-large;
}

body, td {
	color: #454545;
}

a {
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

#tblUnder {
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat-y;
	width: 810px;
	margin: 0 auto;
}

#tblMain {
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 810px;
	height: 562px;
	padding-left: 17px;
	padding-right: 14px;
}

#cellSearch {
	background-image: url(../images/bg-search.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 196px;
}

#cellSearch input {
	border-style: none;
	
}

#cellSidebar {
	width: 210px;
	text-align: center;
	font-size: 11pt;
}

#cellSidebar a {
	color: #500000;
}

#cellSidebar div {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#cellSidebar hr {
	height: 1px;
	width: 169px;
	color: black;
	background-color: black;
	border: none;
}

.navItem {
	width: 169px;
	height: 21px;
	padding-top: 5px;
	margin-bottom: 4px;
}

.navItem a {
	color: #500000;
	padding-left: 25px;
}

#cellSidebar .navItemHover, #cellSidebar .navItemCurrent {
	background-image: url(../images/nav-current.jpg);
	background-repeat: no-repeat;
}

#cellSidebar .navItemHover a, #cellSidebar .navItemCurrent a {
	color: #ffffff;
}

#divQuickLinks {
	width: 142px;
	height: 142px;
	background-image: url(../images/head-quicklinks.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 27px;
}

#divQuickLinks a {
	color: #ffffff;
}

#divSignIn {
	width: 159px;
	height: 171px;
	background-image: url(../images/head-signin.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 10px;
	font-size: 10pt;
	color: #ffffff;
}

.smallLink {
	text-decoration: underline;
	color: #ffffff;
}

.AspNet-Menu-Link {
	
	padding-top: 30px;
	
	font-size: 15pt;
	font-weight: bold;
}

.AspNet-Menu-NonLink {
	
}

#divFooter a {
	white-space: nowrap;
}

.borderImg {
	padding: 4px;
	border: solid 1px #ababab;
}

#rotator {
	position:relative;
	height: 221px;
	margin-left: -35px;
}

#rotator ul li 
{
	float:left;
	position:absolute;
	list-style: none;
}

#rotator ul li a
{
    cursor: default;
}

#rotator ul li img 
{
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}

#rotator ul li.show {
	z-index:500;
}

.tdNav {
	height: 221px;
	
}