@charset "UTF-8";
/*CSS Shorthand used throughout*/
/*HTML Tag Styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding: 0px;
	width: 793px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	color: #000;
}
h2 {
	font-variant: small-caps;
	color: #000;
	margin-left: 10px;
}
h3 {
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 20px;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0.6em;
}
ul {
	font-style: italic;
	list-style: circle;
}
p, ul, ol, dl {
	font-size: 16px;
	color: #000;


}
/*a or anchor tags - the four states that must appear in the following order - L, V, H, A Styles*/
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
a:active {
	color: #009;
	text-decoration: none;
}
/Class Styles - can be applied more than onnce on a page*/
.bold {
	font-weight: bold;
	color: #000;
}
.italic {
	font-style: italic;
	color: #000;
}
.blue {
	color: #06F;
}
.boldWord {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;










.Footer {
	font-size: x-small;
	font-size: 1em;
	font-size: 1em;
}
.oneColFixCtrHdr #container {
	width: 793px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	position: relative;
	top: auto;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: auto;
	position: fixed;
	width: 793px;
	text-align: right;
	clear: both;
}

.homeswimmertable {
	display: block;
	text-align: center;
	position: relative;
}

.oneColFixCtrHdr #MainContent {
	display: block;
	height: auto;
	position: relative;
	top: 111px;
	clear: none;
	margin-top: 20px;
	width: 793px;
}
#MainContent toppara {
	display: block;
	width: 500px;
	position: relative;
}



#Hometoppara {
	height: 250;
	width: 380px;
	padding-right: 10px;
	position: relative;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	left: 137px;
	top: 0px;
	float: none;
}



.hometopparatext {
	font-size: 12px;
}


.hometopoaratitle {
	font-size: 12px;
	font-weight: bolder;
	display: block;
}
#diabetesuklogotable {
	text-align: center;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-top-color: #F9F;
	border-right-color: #F9F;
	border-bottom-color: #F9F;
	border-left-color: #F9F;
	background-color: #F9F;
	float: left;
	clear: none;
	position: relative;
	width: 140px;
}
.center {
	text-align: center;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	bottom: 0px;
	position: fixed;
}



.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

