body {
    background-color: #C6DEFF;
    padding-top: 10px;
    font-family: Arial;
    font-size: 10pt;
    color: #300;
}

#top, #links, #main, #footer {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#top {
    border-bottom: 1px dotted #300;
}

#testimonial {
	float: right;
	margin-top: 10px;
	font-size: 9pt;
	text-align: left;
	width: 400px;
}

#links {
    border-bottom: 1px dotted #300;
	margin-top: 2px;
	padding-bottom: 3px;
}

#main {
    margin-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px dotted #300;
}

.link {
    display: inline;
    letter-spacing: 2px;
    margin-right: 39px;
    text-decoration: none;
}

#footer {
    font-size: 10pt;
    text-align: right;
}

a {
    color: #300;
}

#links a:hover {
	color: #900;
}

.title {
    font-size: 12pt;
	text-align: center;
    margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
    border-bottom: 1px dotted #300;
    width: 70%;
}

td, th {
    border: 1px dotted #300;
	font-size: 10pt;
}

th {
	background-color: #300;
	color: #ccc;
}

.sidebar {
	border-left: 1px dotted #300;
	padding-left: 10px;
	margin-left: 10px;
	float: right;
}

.highlight {
	font-size: 11pt;
	font-weight: bold;
}

.panel {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #300;
}

.smallp {
	font-size: 8pt;
}

