@charset "utf-8";
a {
	color:#3333E4 ;
	font-weight:normal ;
	text-decoration:none ;
}
a:hover {
	text-decoration: underline;
}
a img { border:0px; }
body  {
	background: #ffffff;
	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;
	font-size: 100%;
}
.twoColFixRt #container { 
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 15em;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.freephoneNum {
	font-family: Verdana;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	top: 31px;
}
.personnelMenu {
	font-family: Verdana;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 25px;
	margin-top: 35px;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.newsAndLibBox {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	margin-top: 120px;
	margin-bottom: 25px;
}

.newsAndLibBox h4 {
	font-family: Verdana;
	font-size: 14px;
}
.newsAndLibBox ul {
	margin:0;
	padding:0;
	list-style-image: url(../images/news.gif);
}
.newsAndLibBox ul li {
	padding-left: 3px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
.mainText {
	font-family: Verdana;
	padding-left: 25px;
	font-size: 14px;
	margin-right: 0px;
}

.twoColFixRt #mainContent {
	margin-top: 15px;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 3px;
}

.mainHeadingAndMenuBox {
	padding:0;
	margin-left: 25px;
	color: #FFFFFF;
}
.menu {
	font-family: Verdana;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 9px;
}
.menu a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
    font-size: 20px;
}
.menu a:visited {
	color: #ffffff;
}
.mast {
	width: 680px;
}
.para {
	padding-left: 15px;
}
.contactForm {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 7px;
}
.contactForm h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.compulsory a {
	color: #ffffff;
}
.submit-enquiry-box {
	width: 129px;
	display: block;
	padding: 0px;
	float: right;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#submit-enquiry a {
	height: 20px;
	float: right;
	background-position: 0px;
	text-decoration: none;
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 4px;
}
#submit-enquiry a:hover {
	color: #cdcdcd;
	font-weight: bold;
	color: #ffffff;
}
#submit-enquiry a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
	font-family: Verdana;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 43px;
	font-size: 10px;
}
.newsPhoto {
	float: right;
	padding-right: 2px;
}
.dateSuper {
	font-family: Verdana;
	font-size: xx-small;
	vertical-align: super;
}
.newstitle {
	font-weight: bold;
}
.synopsis {
	font-family: Verdana;
	font-size: 13px;
}
.readMoreBox {
	font-family: Verdana;
	float: right;
	width: 660px;
	text-align: right;
}

.storyPhoto {
	float: left;
	padding-right: 2px;
}
.rhsArchiveBox {
	width: 312px;
	float: right;
}
.rhsArchiveBox h3 {
	width: 305px;
	color: #FFFFFF;
}
.rhsArchiveBox ul {
	list-style-image: url(../images/news.gif);
}
.lhsArchiveBox {
	width: 305px;
	float: left;
}
.lhsArchiveBox h3 {
	color: #FFFFFF;
}
.lhsArchiveBox ul {
	list-style-image: url(../images/news.gif);
}
