* {
	margin:0px;
	padding:0px;
}

html {
	height: 100%;
}

/* Commons */
img {
	border:none;
}
.hr {
	height:1px;
	width:100%;
	background:#032d6c;	
}
.hr hr {
	display:none;
}

.homeSidebar .hr {
	width:162px;
}


body {
	height:72%;
	background: url('../_/mainBg.jpg') #DEDEDE repeat-x;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	position:relative;
	width:1010px;
	padding:173px 5px 20px;
	text-align:left;
	margin:0 auto;
	background: url('../_/bodyBg.jpg') repeat-y;
	min-height:100%;
}

#wrapper .topBar {
	background: url('../_/topBg.jpg') no-repeat;
	height:173px;
	width:1010px;
	padding:0 140px 0 100px;
	position:absolute;
	top:0px;
	left:-95px;
	z-index:0;
	zoom:1;
}
#wrapper .topBar h1 {
	position:absolute;
	left:100px;
	top:0;
}
#wrapper .topBar .topNav {
	position:absolute;
	top:0;
	right:140px;
	list-style:none;
	padding:10px 5px 0 0;
}
#wrapper .topBar .topNav li {
	float:left;
	display:inline;
	list-style:none;
}
#wrapper .topBar .topNav li a {
	padding:0 5px;
	text-decoration:none;
	color:#000;
	font-size:0.8em;
	letter-spacing:0.1em;
}
#wrapper .topBar .topNav li a:hover {
	text-decoration:underline;
}

#wrapper .menu {
	float:left;
	display:inline;
	width:150px;
	margin-top:-40px;
	z-index:1;
	position:relative;
}

#wrapper .menu .buttonList {
	list-style:none;
	display:block;
	text-align:center;
}
#wrapper .menu .buttonList li {
	list-style:none;
	display:inline-block;
}

#wrapper .contentBody {
	float:left;
	display:inline;
	width:650px;
	padding:0 10px;
	z-index:1;
	position:relative;
	overflow:hidden;
}
.home #wrapper .contentBody {
	width: 468px;
	margin-top:-40px;
}

table.vebase {
	margin:-1px;
}
th.loginForm2 {
	width:61px;
	overflow:hidden;
}
.loginForm2 input {
	width:108px;
}

#wrapper .homeSidebar {
	float:right;
	display:inline;
	width:172px;
	padding:0 5px;
}
.home #wrapper .homeSidebar {
	width:362px;
}

.homeSidebar .barLeft {
	width:190px;
	float:left;
	display:inline;
}
.homeSidebar .barRight {
	width:172px;
	float:right;
	display:inline;
}
.homeSidebar .item {
	float:left;
	display:inline;
	padding:0 5px;
}
.homeSidebar .item .top, .homeSidebar .item .bot{
	padding:0 5px;
	width:172px;
	height:5px;
	margin-left:-5px;
	font-size:1px;
	line-height:1px;
}
.homeSidebar .barLeft .item .top, .homeSidebar .barLeft .item .bot{
	width:190px;
}
.homeSidebar .barLeft .item {
	background:url('../_/itemLeftBg.gif') repeat-y;
}
.homeSidebar .barRight .item {
	background:url('../_/itemRightBg.gif') repeat-y;
}
.homeSidebar .barLeft .item .top {
	background:url('../_/itemLeftTop.gif') repeat-y;
}
.homeSidebar .barRight .item .top {
	background:url('../_/itemRightTop.gif') repeat-y;
}
.homeSidebar .barLeft .item .bot {
	background:url('../_/itemLeftBot.gif') repeat-y;
}
.homeSidebar .barRight .item .bot {
	background:url('../_/itemRightBot.gif') repeat-y;
}
.homeSidebar .events a {
	display:block;
	width:122px;
	padding:5px 30px 5px 10px;
	color:#000;
	background: url('../_/goTo.gif') #abcdff no-repeat center right;
	font-size:0.8em;
	text-decoration:none;
}
.homeSidebar .events a:hover {
	text-decoration: underline;
}
.homeSidebar .events p {
	padding:5px 10px;
	font-size:0.7em;
}

.homeSidebar .imgButton {
	width:162px;
	padding:0 5px 5px;
	float:left;
	display:inline;
	text-align:center;
}


#wrapper .footer {
	clear:both;
	padding-left:160px;
}
