* {
        -moz-box-sizing: border-box;
}
tr {
	vertical-align:top;
}

img {
	border: none;
}

body{
        margin-left: auto;
        margin-right: auto;
        font-family: Verdana;
        font-size: 14px;
        background-color: #FFFFFF;
	text-align: center;
}
ul {
	text-align: left;
}

a:visited {
	color: #0066dd;
}
a {
	color: #0066dd;
}
a:hover {
	color: #66ccdd;
}

h2 {
	display: inline;
	border-bottom: 3px solid #77aa77;
}
.code {
        font-family: "Courier New", courier;
        font-size: 12px;
}
.heading2 {
	margin-bottom: 16px;
	margin-top: 16px;
}

.mainPage {
	width: 1000px;
	border: 3px solid #0066dd;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	border-bottom: 3px solid #0066dd;
}

.leftHeader {
	width: 490px;
	text-align: center;
	float: left;
}
.rightHeader {
	float: right;
	border-left: 3px solid #77aa77;
	height: 100px;
	width: 490px;
}
.rightNav {
	float: right;
}
.clear {
	clear: both;
}


.sampleTableLeft {
	width: 275px;
	border-right: 2px solid #77aa77;
}
.sampleTableRight {
	border-left: 20px solid #fff;
}

