body {
	margin: 0;
	padding: 0;
	background-color: #4B5054;
	font-family: "trebuchet ms", "lucida grande", "sans serif";
}
h3 {
	font-size: 22px;
	font-weight: normal;
	color: #2B4066;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	padding-top: 10px;
}
#page {
	position: relative;
	background-color: #FFFFFF;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-image: url(../images/pg_bg.jpg);
	background-repeat: repeat-y;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #747E33;
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	background-color: #000000;
	letter-spacing: 0.5em;
	padding-left: 269px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2D607B;
	font-size: 36px;
	line-height: 1.1em;
}
.date {
	color: #CC3300;
}
.line {
	font-size: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
a:link, a:visited {
	color: #3366CC;
}
a:visited {
	color: #333399;
}
#content {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #4B4B4B;
	font-size: 12px;
	padding-right: 30px;
}
.embolden {
	font-weight: bold;
}
#left_col {
	display: block;
	float: left;
	width: 160px;
	text-align: left;
	padding: 40px 0px 0px 0px;
	background-color: #73B0D1;
}
#centre_col {
	display: block;
	float: left;
	width: 720px;
	line-height: 1.3em;
}
#centre_col ol {
	margin: 0px;
	padding: 0px;
}
#centre_col li {
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
}
#right_col {
	display: block;
	float: left;
	width: 140px;
	padding: 40px 0px 0px 0px;
	background-color: #5F92AD;
	font-family: "trebuchet ms", "lucida grande", serif;
	font-size: 12px;
	text-align: left;
}
#left_col ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
}
#left_col ul ul {
	border-top: 1px solid #FFFFFF;
}
#left_col li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#left_col li a:link, #left_col li a:visited {
	text-decoration: none;
	padding: 6px 5px 5px 10px;
	font-size: 12px;
	display: block;
	background-color: #5F92AD;
	color: #FFFFFF;
}
#left_col li a:hover {
	background-color: #B9D0E0;
	text-decoration: underline;
}
#left_col ul li li a:link, #left_col ul li li a:visited {
	text-decoration: none;
	padding: 6px 5px 5px 20px;
	font-size: 12px;
	display: block;
	background-color: #6AA3C1;
	color: #FFFFFF;
}
#left_col ul li li a:hover {
	background-color: #B4CADA;
	text-decoration: underline;
}
#left_col ul li li li a:link, #left_col ul li li li a:visited {
	text-decoration: none;
	padding: 6px 5px 5px 30px;
	font-size: 12px;
	display: block;
	background-color: #87BDDA;
	color: #FFFFFF;
}
.boost {
	font-size: 1.4em;
}
#left_col ul li li li a:hover {
	background-color: #B4CADA;
	text-decoration: underline;
}
#right_col ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 200px;
	border-top: 1px solid #FFFFFF;
}
#right_col li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#right_col li a:link, #right_col li a:visited {
	text-decoration: none;
	padding: 6px 5px 5px 10px;
	display: block;
	background-color: #73B0D1;
	color: #FFFFFF;
}
#right_col li a:hover {
	background-color: #56839C;
	text-decoration: underline;
}
#footer {
	display: block;
	clear: both;
	float: left;
	width: 840px;
	padding:4px 20px 4px 20px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	}
.credit {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.float_r {
	float: right;
	margin-top: 3px;
	margin-left: 12px;
	border: 1px solid #999999;
}
