@charset "utf-8";
.a {
	float: left;
	width: 650px;
	margin-top: 10px;
}
.b {
	float: right;
	width: 350px;
	margin-top: 10px;
}

.title_bar {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	background-image: url(../images/vm_title_bar_bg.jpg);
	background-repeat: repeat-x;
	color: #0071BC;
	text-align: center;
	margin-bottom: 10px;
}
.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	width: 330px;
	text-align: center;
}.text-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	word-spacing: 1px;
}
.text-reference {
	font-family: Tahoma, Arial, Hevetica, sans-serif;
	font-size: 10px;
	word-spacing: 1px;
	color: #666666;
}
.left-column {
	float: left;
	width: 450px;
	margin-top: 15px;
}
.right-column {
	float: left;
	width: 199px;
	text-align: center;
	margin-top: 15px;
}
#page-footer  {
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
}
#page-footer a {
	text-decoration: none;
	color: #666666;
}
.box-content a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}


.left-column img {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px dashed #CCCCCC;
	margin-left: 15px;
}
#page-footer ul {
	float: left;
	margin-right: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#page-footer   li  {
	list-style-type: none;
	font-size: 13px;
	line-height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #666666;
	text-decoration: none;
}
.toc {
	float: left;
	height: 350px;
	width: 450px;
}
.toc-links {
	float: left;
	height: 350px;
	width: 100px;
}
.content-area {
	width: 100%;
	float: left;
}
#page-footer a:hover {
	text-decoration: none;
	color: #FF0099;
}
.box-content a:hover {
	color: #FF0099;
	text-decoration: none;
}
