/* Links & body */

a.barlink:link {font: normal 12px/13px Verdana, sans-serif; color: #fff; text-decoration: none;}
a.barlink:visited {font: normal 12px/13px Verdana, sans-serif; color: #fff; text-decoration: none;}
a.barlink:hover {font: normal 12px/13px Verdana, sans-serif; color: #fff; text-decoration: none;}
a.barlink:active {font: normal 12px/13px Verdana, sans-serif; color: #fff; text-decoration: none;}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../Images/Layout/Background.jpg);
/*	background-color: #93285e;*/
	background-color: #700031;
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-x;
/*	background-color: #7b184a;*/
}

/* Classes & IDs, sorted by order of appearance */

#wrapper {
	position: relative;
	text-align: left;
	width: 701px;
	margin-left: auto;
	margin-right: auto;
}

#topcenter {position: relative; display: inline; visibility: hidden;}

#menuSpot {
	position: absolute;
	left: 0px;
	width: 700px;
	z-index: 20;
}

.topMenu {
	z-index: 10;
}

.topItemMenu {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	padding-top: 2px;
	z-index: 10;
}

.topSubMenu {
	z-index: 10;
}

#title {
	position: relative;
	top: 33px;
	z-index: 2;
	visibility: hidden;
}

div.topleft {
	position: relative;
	top: 32px;
	margin-top: 5px;
	background: #fff url(../Images/Layout/topLeftCorner.jpg) no-repeat top left;
	z-index: 1;
}
div.topright {
	background: transparent url(../Images/Layout/topRightCorner.jpg) no-repeat top right;
}
div.bottomleft {
	background: transparent url(../Images/Layout/bottomLeftCorner.jpg) no-repeat bottom left;
}
div.bottomright {
	background: transparent url(../Images/Layout/bottomRightCorner.jpg) no-repeat bottom right;
}

#content {
	background-color: #fff;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
}

#bottombar {
	position: relative;
	top: 37px;
	background-image: url(../Images/Layout/Menu16Bottom.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 16px;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	line-height: 13px;
	text-align: center;
	color: #fff;
	background-color: #d3d3d3;
	z-index: 1;
	border: 1px solid #340032;
	visibility: hidden;
}

.imgDown {
	position: relative;
	top: 2px;
	margin: 0px 3px 0px 4px;
	border: 0;
}

.displaynone {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

