#wrapper {
	width: 1000px;
	margin: 0px auto 0 auto;
	background: #ffffff;
}

/* Content */
#content {
	width: 1000px;
	margin: 0 2px 0 2px;
}

#page {
	width: 1000px;
	margin: 0 auto;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

#tabs{
	width: 100%;
}

#tabs ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#tabs ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	line-height: 36px;
}

#tabs ul li a {
	display: block;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

#tabs .small{
	background: url(../images/smalltab.png) no-repeat left top;
	width: 75px;
}

#tabs .smallactive{
	font-weight: bold;
	background: url(../images/smalltabactive.png) no-repeat left top;
	width: 75px;
}

#tabs .big{
	background: url(../images/bigtab.png) no-repeat left top;
	width: 130px;
}

#tabs .bigactive{
	font-weight: bold;
	background: url(../images/bigtabactive.png) no-repeat left top;
	width: 130px;
}

#tabs ul li a:hover {
	text-decoration: underline;
}

#view{
	float: right;
}

#view img {
	border: 1px solid #000;
}

view a:link{
	color: #000;
}

view a:visited{
	color: #000;
}

view a:active{
	color: #000;
}

.line{
	width: 100%;
	background-color: #d0e0e0;
}

.left{
	float: left;
}

.right{
	float: right;
}

.right{
	float: right;
}

.separator{
	font-size: 10px;
	background-color: #FFFFFF;
}

#banner {
	width: 800px;
	height: 75px;
	padding: 0;
	margin: 15px 0 0px 0;
}

#banner img{
	border: none;
	margin: 0;
	padding: 0;
}

#banner a{
	text-decoration: none;
}

#banner a:hover{
	text-decoration: none;
}

.bindhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	text-align: left;
	background-color: #D0E0E0;
	border-bottom: 2px solid #fff;
}


