h1 {
    font-weight: 100;
    font-family: Verdana, Geneva, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 10px;
}

#masthead {
    width: 100%;
    height: 135px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header {
    width: 960px;
    height: 135px;
    margin: 0 auto;
    overflow: hidden;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
}

#content {
    margin: 10px;
}

.bm10px {
    margin-bottom: 10px;
}

.bm20px {
    margin-bottom: 20px;
}

.bm30px {
    margin-bottom: 30px;
}

.bullet-lists ul {
	list-style-type:circle;
	margin-left:10px;
}

/* TABLE DEFINITIONS */

.spec-table, .spec-table-5c, .spec-table-4c, .spec-table-3c {
	width:99%;
	border:1px solid #474e4f;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

.contact-table-3c {
	width:99%;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

#international-table {
	width:99%;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

.spec-table-5c td, .spec-table-5c th, .spec-table-4c td, .spec-table-4c th, .spec-table-3c td, .spec-table-3c th, .spec-table td, .spec-table th {
	border:1px solid #000;
	padding:5px;
	margin:0;
}

.spec-table-5c td, .spec-table-5c th {
	width:20%;
}

.spec-table-4c td, .spec-table-4c th, #international-table td {
	width:25%;
}

.spec-table-3c td, .spec-table-3c th {
	width:33%;
}

.spec-table td, .spec-table th {
	width:50%;
}

.spec-table .spec-header, .spec-table-5c .spec-header, .spec-table-4c .spec-header, .spec-table-3c .spec-header {
	color:#000;
	background-color:#fff;
}

.two-columns {
	width:99%;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

.two-columns td {
	width:50%;
	padding:5px;
	margin:0;
}

.no-border {
	border:none;
}

.text-lalign {
    text-align: left;
}

.tm5px {
    margin-top: 5px;
}

.tm10px {
    margin-top: 10px;
}

.rm10px {
    margin-right: 10px;
}

.lm10px {
    margin-left: 10px;
}

.lm20px {
    margin-left: 20px;
}

.lp10px {
    padding-left: 10px;
}

.lp20px {
    padding-left: 20px;
}

.rp10px {
    padding-right: 10px;
}

.rp20px {
    padding-right: 20px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* BOXES */

.red-box {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    background-color: rgb(237, 28, 36);
    float: left;
    margin: 35px 20px 10px 10px;
}

.black-box {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    background-color: rgb(0, 0, 0);
    float: left;
    margin: 35px 20px 10px 10px;
}

.hof-blue-box {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    background-color: rgb(29, 118, 188);
    float: left;
    margin: 35px 20px 10px 10px;
}

.gray-box {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    background-color: rgb(113, 112, 116);
    float: left;
    margin: 35px 20px 10px 10px;
}

.footer {
    font-size: small;
    text-align: center;
}