body {
	font-family: Arial;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background: url(/Images/bg.jpg) repeat;
	line-height: 1.5;
}
.container {
	width: 940px;
	margin: 0px auto;
	background: #ffffff;
}
.header {
	height: 100px;
}
.flash {
	height: 164px;
	border-top: #ee1e22 3px solid;
	padding: 0px;
	margin: 0px;
}
/*-----------NAVIGATION----------*/

#nav {
	height: 36px;
	background: url(/Images/red_bar.jpg) no-repeat;
}
#nav ul {
	height: 28px;
	padding: 8px 0px 9px 10px;
	margin: 0px;
}
#nav li {
	padding: 0px 20px;
	list-style: none;
	float: left;
}
#nav li a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #ED1F23;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 12em;
	padding: 0px;
}
#nav li ul li {
	padding: 5px 10px;
	background: #ED1F23;
	list-style: none;
	display: block;
	width: 12em;
}
#nav li:hover ul, .nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*----------END NAVIGATION---------*/

.content {
	background: url(/Images/content_bg.jpg) repeat-y;
	float: left;
}
.left-column {
	width: 140px;
	float: left;
	padding: 20px;
	text-align: center;
}
.centre-column {
	width: 470px;
	float: left;
	padding: 20px 20px 40px;
	text-align: justify;
}
.right-column {
	width: 210px;
	background: #eeeeee;
	float: left;
	padding: 20px;
	text-align: center;
}
.footer {
	clear: both;
	height: 18px;
	background: url(/Images/red_bar.jpg) no-repeat;
	color: #ffffff;
	font-size: 12px;
	padding: 9px 45px 9px 45px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pic-right {
	float: right;
	padding: 0px 0px 0px 20px;
}
.home_left {
	float: left;
	width: 215px;
}
.home_right {
	float: right;
	width: 215px;
}
.home_left h2 {
	background: #eeeeee;
	text-align: center;
	width: 215px;
}
.home_right h2 {
	background: #eeeeee;
	text-align: center;
	width: 215px;
}
h1 {
	color: #666666;
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
}
h2 {
	color: #003366;
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
}
h3 {
	color: #666666;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
}
hr {
	margin: 20px 0px;
	padding: 0px;
}
a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.homepageBox {
	background-image: url(../images/homepagebox.png);
	width: 148px;
	height: 267px;
	padding: 1px 4px 5px 1px;
	overflow: hidden;
	float: left;
	margin: 0 5px 7px 0;
}
.homepageBox.last {
	margin-right: 0;
}
.homepageBoxImage {
	width: 148px;
	height: 120px;
	overflow: hidden;
}
.homepageBoxHeading {
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

.homepageBoxContent {
	width: 134px;
	height: 108px;
	padding: 5px 7px;
	font-size: 11px;
	line-height: 15px;
}


