html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*this project's markup */
body {
	background: #17499C url(images/bg.jpg) repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
/* This makes IE centre the table */
	text-align:center;
}
.tablebg {
	background: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border: 7px solid #FFFFFF;
}
.tablebg_footer {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
.tablebg_footer td {
	color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
.footerlinks {
	text-align: right;
}
.headingbar {
	background: url(images/bg_headingbar.jpg) repeat-x;
	vertical-align: middle;
	height: 32px;
	border-bottom: 3px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
}
.bigpic {
	height: 410px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
a:link {
	font-weight: bold;
	color: #00952d;
	text-decoration:none;
}
a:visited {
	font-weight: bold;
	color: #00952d;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #00952d;
	text-decoration:underline;
}
td {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #666666;
}
p {
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.imagefloatright {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
.topmiddlebox {
	padding: 15px;
	width: 223px;
	border-bottom: 1px solid #6d96d9;
}
.middlecolumcontainer {
	vertical-align: top;
	border-right: 1px solid #6d96d9;
	border-left: 1px solid #6d96d9;
}
.topleftbox {
	width: 205px;
	padding: 15px 35px 15px 15px;
	vertical-align: top;
}
.leftcolumn_page {
	width: 460px;
	padding: 15px 34px 15px 15px;
	border-right: 1px solid #6d96d9;
	height: 500px;
}
.bottomleftbox {
	padding: 15px 15px 15px 15px;
	border-top: 1px solid #6d96d9;
}
.bottommiddlebox {
	padding: 23px 15px 15px;
}
h1 {
	margin-bottom: 3px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #316ed0;
}
.rightcolumn {
	padding: 15px 15px 15px 30px;
	width: 211px;
	vertical-align: top;
}
select {
	font: 11px Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
	color: #316ed0;
}
.rightcolumn p {
	margin-bottom: 24px;
}
.headingcell {
	width: 33%;
	padding-left: 15px;
}
.headingcell_right {
	width: 33%;
	padding-left: 30px;
}
.middleleftbox {
	background: #e7ecf3;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding: 15px 15px 15px 15px;
}
h2 {
	margin-bottom: 3px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #316ed0;
}
.footerlinks a:link {
	color: #FFFFFF;
	font-weight:normal;
	text-transform: none;
}
.footerlinks a:visited {
	color: #FFFFFF;
	font-weight:normal;
	text-transform: none;
}
.footerlinks a:hover {
	color: #FFFFFF;
	font-weight:normal;
	text-transform: none;
}
.bottommiddlebox a:link, .bottommiddlebox a:visited, .bottommiddlebox a:hover {
	color: #17499C;
}
.red {
	color:#FF0000;
}
.nav {
	padding-bottom: 5px;
}
.navcell {
	line-height: 12px;
	text-align: center;
	height: 40px;
	vertical-align: middle;
}
.navcell a:link, .navcell a:visited, .navcell a:hover {
	color: #17499C;
}
ul {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ol {
	list-style: decimal inside;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
ol li {
	list-style: decimal outside;
	padding-left: 5px;
}
ul li {
	list-style: disc outside;
	margin-left: 15px;
}
