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 site's markup */
body {
	background: #FCFCFC url(images/bg.jpg) repeat-x;
	margin: 0px;
	color: #666666;
	font: 11px Arial, Helvetica, sans-serif;
}
.maincontent {
	padding-right: 5px;
	padding-left: 5px;
}
td {
	line-height:14px;
}
.boxcontent {
	background: url(images/box_bg.jpg) no-repeat;
	height: 335px;
	width: 229px;
	padding-left: 20px;
	padding-top: 20px;
}
p {
	margin-bottom: 12px;
}
.welcomebox {
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
}
.welcomebox h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/homev1_16.jpg) repeat-y;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
	border-style: none;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.tablebg {
	background: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
/* This makes IE centre the table */
body {
	text-align:center;
}
.boxcontent_text {
	padding-bottom: 20px;
	vertical-align:top;
}
.navcell {
	text-align: center;
	text-transform: capitalize;
	vertical-align:middle;
	font-size: 12px;
}
.bigpic {
	padding-bottom: 10px;
}
.pagebanner {
	background: #D7E330;
	height: 50px;
}
.footer {
	background: #EFEFEF;
	padding: 10px;
}
.shadowleft {
	background: url(images/shadowleft.jpg) repeat-y;
	width: 10px;
}
.shadowright {
	background: url(images/shadowright.jpg) repeat-y;
	width: 10px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #adb800;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	border-bottom: 1px solid #D7E330;
	padding-bottom: 10px;
}
.imagefloatright {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
}
.imagefloatleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}
.pagecontent {
	vertical-align: top;
	padding: 20px 50px 20px 20px;
	height: 600px;
}
.boxcontent_page {
	background: url(images/shadow_box.jpg) repeat-y left;
	height: 100px;
	width: 229px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.byline {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.bold {
	font-weight: bold;
}
li {
	list-style: disc inside;
}
.formpadding {
	padding: 5px;
}
