body {
	padding: 0px;
	margin: 0px;
	background-color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
p a {
	text-decoration: underline;
	color: #666666;
}

td a {
	text-decoration: underline;
	color: #666666;
}

span a {
	text-decoration: underline;
	color: #666666;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: RED;
	font-weight: bold;
}
#tcontainer {
	background-color: #32205f;
}
#toolbar {
	width: 717px;
	margin: 0px auto;
	background-color: #32205f;
	text-align: right;
	height: 21px;
	vertical-align: middle;
	padding-right: 13px;
	padding-top: 3px;
}
#toolbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: white;
	text-align: right;
}
#bannercontainer {
	background-image: url('../images/bg_banner.gif');
	height:82px;

}
#banner {
	width: 730px;
	margin: 0px auto;
}
#banner img {
	border: none;
	display: block;
	float: left;
}
#logo {
	padding: 10px 215px 0px 40px;
}
#main {
	width: 730px;
	margin: 0px auto;
	position: relative;
	top: -13px;
}
#content {
	width: 730px;
	margin: 0px auto;
	background-color: white;
	position: relative;
	top: -19px;
}
#left {
	padding-left: 28px;
	float: left;
	width: 183px;
	background-color: white;
}
#sitemenu {
	padding: 5px;
	position: relative;
	top: -70px;
	background-color: white;
}
#sitemenuinside {
	padding: 3px;
	color: #32205f;
	border: 1px solid #cccccc;
}
#sitemenuinside img {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 17px;
	overflow: hidden;
}
#sitemenuinside hr {
	/*the border*/	border-left:0px none; border-right:0px none; border-bottom:0px none; border-top:1px dashed #ccc; width: 100%;
	height: 1px
}
#middle {
	float: left;
	width: 268px;
	background-color: white;
	padding-left: 14px;
	padding-right: 22px;
	padding-top: 24px;
}
#right {
	float: left;
	width: 215px;
	background-color: white;
	padding-top: 21px;
	padding-bottom: 10px;
}
.righttext {
	padding: 0px 30px 0px 25px;
}
#footer {
	width: 730px;
	margin: 0px auto;
	
}
