body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: medium;
}
.justify{
	text-align: justify;
}
.clear {
	clear: both;
	float: none;
}
h1.mainContentHeading {
	background-image: url(../img/titleunderline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	width: 700px;
	padding-bottom: 20px;
	font-size: x-large;
	color: #BE1212;
}
/* Awttc Link Style Global*/
.awttcLinkStyle a:link {
	color: #047ED0;
	text-decoration: none;
}
.awttcLinkStyle a:visited {
	color: #047ED0;
	text-decoration: none;
}
.awttcLinkStyle a:hover {
	color: #047ED0;
	text-decoration: none;
}
.awttcLinkStyle a:active {
	color: #047ED0;
	text-decoration: none;
}
/* Awttc Link Style End*/
.contentFloatLeft {
	float: left;
}
.contentFloatRight {
	float: right;
}

.lrgHeading {
	font-size: x-large;
}
.lrgWhiteHeading {
	font-size: x-large;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
}
.smallTitle {
	font-size: small;
}
img
{  
border-style: none;
}
.floatLeft{
	float: left;
}

#headerContainer {
	margin: auto;
	width: 950px;
	background-color: #FFF;
	height: 85px;
}

#headerContainer #awmsgLogoZone {
	background-image: url(../img/AWMSG_Logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 81px;
	width: 402px;
	vertical-align: bottom;
}
#headerContainer #nhsLogoZone {
	background-image: url(../img/nhslogo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	height: 60px;
	width: 80px;
}
#headerContainer #siteSearchField {
	float: right;
	padding-top: 20px;
}
#contentContainer #contentZone {
	margin: auto;
	width: 950px;
	font-size: small;
	color: #333;
	min-height: 720px;
}


/*Body stuff*/

#bodyZone {
	width: 950px;
	float: left;
}



/*------------------------------*/

#footer {
	padding-top: 40px;
	padding-bottom: 40px;
	margin: auto;
	width: 950px;
}


#footer #bar{
	background-color: #BE1212;
	height: 8px;
	width: 950px;
}

#footer #text{
	font-size: small;
	text-align: right;
}
#buttonZoneContainer #buttonZone #buttonZoneBody .buttonZoneBodyButtons a:visit.bigWhiteButton {

	text-decoration: none;
}


.buttonHideMenu {
	visibility:visible
}
