@charset "utf-8";
/* CSS Document */

.page {
}
.header {
	width:100%;
	background-color:#FFF;
	float:left;
	background-image:url(../images/Header%20Background.png);
	text-align:center;
}
.sidebar {
	width:15%;
	float:left;
	background-image:url(../images/Sidebar%20G%20J.gif);
	height: auto;
}
.space {
}
.links {
background-color:#FFF;
font-family: Arial;
font-size: 14pt;
color: #31388c;
text-decoration: none;
text-align: left;
font-weight: bold;
}
.main {
	width:84%;
	background-color:#FFF;
	float:left;
	margin-left: 1%;
}
p {
font-family:Arial;
text-align:left;
color: #000000;
font-size:12px;
}
h1 {
font-family:Arial;
text-align:center;
color:#000000;
text-decoration:underline;
font-size:24px;
}
h2 {
font-family:Arial;
color:#000000;
font-size:18px
}
.buttons {
	width:19.8%;
	float:left;
	text-align: center;
}
.bold {
font-weight:bold;
}
.underline {
text-decoration:underline;
}
.centre {
text-align:center;
}
.table {
}
.company {
font-family:Arial;
color:#0000CC;
text-align:left;
text-decoration:none;
font-size:14px;
}
.highlight {
font-size:14px;
}
.special {
text-align:center;
color:#000099;
text-decoration:underline;
font-family:"Monotype Corsiva";
font-size:36px;
}
.bu {
	text-align:center;
	font-weight:bold;
	text-decoration: underline;
	white-space: normal;
}
.top {
vertical-align:text-top;
}
