/* the page scrollbar colour - not Mac*/
html {scrollbar-face-color: #10238C; scrollbar-arrow-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #10238c; }

/* the colour of the linked text or image*/
a:link {
	text-decoration: none;
	color: #FFFFFF;
}

/* the colour of the visited linked text or image*/
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/* the colour of the rollover of the linked text or image on mouse over*/
a:hover {
	text-decoration: underline;
	color: #F27d57;
}

/* the colour of the linked text or image on mouse down*/
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*------------------------------ fonts start ------------------------------*/

.boxfont {
	font-family: Arial, Geneva, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
}
.boxfontcontact {
	font-family: Arial, Geneva, Verdana;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	font-style: italic;
}
.boxfonthead {
	font-family: Arial, Geneva, Verdana;
	line-height: 26px;
	font-size: 21px;
	font-weight: normal;
	color: #FFFFFF;
	}

.navfont {
	font-family: Arial, Geneva, Verdana;
	line-height: 22px;
	font-size: 11px;
	color: #000033;
}
.navfontbig {
	font-family: Arial, Geneva, Verdana;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	padding-top: 2px;
	text-transform: uppercase;
}
ol {
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
	font-family: Arial, Geneva, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	font-style: italic;
	text-transform: capitalize;
}
.footer {
	font-family: Arial, Geneva, Verdana;
	line-height: 11px;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}


/*------------------------------ fonts end ------------------------------*/


body {
	margin: 0px;
	background-image: url(../images/pagebackground.gif);
	background-repeat: repeat-x;
}

#foundation {
	width: 780px;
	margin-left: -390px;
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#pagehead {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#bodycontainer {
	background-image: url(../images/bottomnavimage.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navleft {
	width: 172px;
	float: left;
	text-align: right;
	padding-top: 8px;
	padding-right: 5px;
}
#rightdiv {
	float: right;
	width: 585px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 8px;
}
#plainbox {
	padding: 0px 0px 20px 5px;
	margin: 0px;
}
.plainbox {
	padding: 0px 0px 20px 5px;
	margin: 0px;
}
.plainboxline {
	padding: 5px 0px 20px 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.floatimgright {
	float: right;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
}
.floatimgleft {
	margin: 0px 8px 4px 0px;
	float: left;
}
h1 {
	font-family: Arial, Geneva, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	display: inline;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Geneva, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	display: inline;
}
