@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #495D88;
}
* {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 0px;
}
#Footer {
	width: 1000px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F28517;
	border-right-color: #F28517;
	border-bottom-color: #F28517;
	border-left-color: #F28517;
	height: 50px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2C3D5A;
}
.breadcrums {
	text-transform: uppercase;
	color: F28517;
	margin-left: 50px;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
}
.oneColFixCtr #container #mainContent #TopBox {
	background-image: url(../img/TopBackground.png);
	width: 1000px;
	background-repeat: repeat;
	height: auto;
	padding-top: 10px;
}
.oneColFixCtr #container #mainContent #TopBox #NavHolder {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F28517;
	height: 34px;
	width: 825px;
	padding-left: 175px;
}
.oneColFixCtr #container #mainContent #BottomBox {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	width: 960px;
	padding-right: 20px;
}
.oneColFixCtr #container #mainContent #BottomBox #AccredHolder {
	background-color: #FFFFFF;
	height: 200px;
	width: 900px;
}
.imgBoader {
}
h1 {
	text-transform: uppercase;
	font-size: 25px;
}
h2 {
	color: #F6BA19;
	margin-left: 20px;
	margin-top: -5px;
	text-transform: uppercase;
}
.imgboarder {
	border: 2px solid #2C3D5A;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#LogoHolder {
}
.BoldHeading {
	font-weight: bold;
	color: #F6BA19;
}
.bulletSpanner {
	background-image: url(../img/spanner.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	line-height: 25px;
	margin-left: 20px;
}
.imgspacer {
	margin-right: 10px;
	margin-left: 10px;
}
