﻿.pageDiv {
	clear: both;
 }

.leftDiv {
    width: 400px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}
.supportFilesHeader {
    font-weight: bold;
    padding-bottom: 15px;
	border-bottom: 1px solid #ADD8E6;
}
.supportFiles {
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px;
    padding-bottom: 3px;
	border-bottom: 1px solid #ADD8E6;
}
.supportFiles a {
    color: #000;
    text-decoration: none;
}
.supportFiles a:hover {
    color: #666;
    text-decoration: underline;
}
.supportHeader {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ADD8E6;
}



h4 {
    font-size: 12pt;
	margin: 0px;
}
p {
	margin-top: 15px;
}