@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
	margin: 20px;
	padding: 0px;
	background-color: #CCC;
}

a:link {
	color: #00009D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00009D;
}
a:hover {
	text-decoration: underline;
	color: #00009D;
}
a:active {
	text-decoration: none;
	color: #00009D;
}
p {
	line-height: 1.3em;
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .2em;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	background-color: #FFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #009;
	padding: 0px;
}
.colLeft {
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.colRight {
	float: right;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
