@charset "utf-8";
/* CSS Document - front page style */

/* Master style */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(../img/background.gif);
	background-repeat: repeat-x;
	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;
}
img { border: none;  margin: 0; padding: 0; }
p, h1, h2, h3, h4 {	margin: 0; 	padding: 0; }
p { font-size: 0.8em; margin-top: 10px;}
h1 { font-size: 1.4em; margin-top: 12px; color: #03aef0; }
h2 { font-size: 1em; margin-top: 12px; color: #03aef0; }
h3 { font-size: 0.9em; margin-top: 12px; color: #333333; }
h4 { font-size: 0.8em; margin-top: 12px; color: #333333; }
.bold { font-weight: bold; }
.master #container { 
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Header */
.master #header { 
	background: #FFFFFF; 
	margin: 0;
	padding: 0;
} 
.master #header_Mast { /* ie fix */
	margin: 0;
	padding: 0;
/*	padding: 10px 10px 10px 30px; /* IE fix for padding, height: 98px; */
/*	height: 78px; */
}
.master #header_Mast_Logo {
	height: 78px;
	width: 169px;
	margin: 10px 0 10px 30px;
	padding: 0;
	float: left;
}
.master #header_Mast_Logo img {
	border: none;
}
.master #header_Mast_Minorbar {
	width: 600px;
	height: 58px;
	margin: 0 0 0 360px;
	padding: 0;
}
.master #header_Mast_Minorbar p {
	font: normal 0.7em Arial, Helvetica, sans-serif;
	margin: 0 30px 0 0;
	padding: 10px 0 0 0;
	text-align: right;
}
.master #header_Mast_Minorbar a {
	text-decoration: none;
	color: #0066CC;
}
.master #header_Mast_Minorbar a:hover {
	text-decoration: none;
	color: #0000FF;
	border-bottom: dashed 1px #001EFF;
}
.master #header_Mast_Minorbar form {
	margin: 0 30px 0 0;
	padding: 10px 0 0 0;
	text-align: right;
}
.master #header_Mast_Minorbar option {
	color: #0066CC;
}

.master #header_MasterMenu { 
	background-image: url(../img/masterMenu/bar_back.gif);
	background-repeat: repeat-x;
	height: 34px;
	margin: 0;
	padding: 0 0 0 20px;
}
/* (End) Header */

.master #header h1 { /*need to edit */
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Footer */
.master #footer { 
	width: auto;
	padding: 0 10px 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	border-top: dashed 1px #999999;	
} 
.master #footer p {
	margin: 0;
	padding-top: 10px;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
}
.master #footer a {
	text-decoration: none;
	border-bottom: dashed 1px #0066CC;
	color: #0066CC;
}
.master #footer a:hover {
	text-decoration: none;
	border-bottom: solid 1px #001EFF;
}
/* (End) Footer */

.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;
}

/* Front page only style */

.master #frontContainer {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Sidebar_Front */
.frontPage #sidebar_frontContainer {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 25px 0 0 0;
}
.frontPage #sidebar_front_topRounded {
	margin: 0;
	padding: 0;
}
.frontPage #sidebar_front {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 433px;
}
.frontPage #sidebar_front li {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	border-bottom: 1px dotted #bce9fb; /* #e3f8ff */
}
.frontPage #sidebar_front a {
	color: #0099CC;
	display: block;
	padding: 2px 10px 3px 14px; 
	text-decoration: none;
}
.frontPage #sidebar_front a:hover {
	color: #0000FF;
	text-decoration: none;
	background: #f3faff; /* #edf9fe */
}

/* Centre_Front */
.frontPage #centre_frontContainer {
	width: 545px;
	margin: 25px 269px 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
	_margin-right: 0px;
	_margin-top: 28px;
}
.frontPage #centre_frontTop {
	margin: 0;
	padding: 0;
	text-align: center;
}
.frontPage #centre_frontBottom {
	margin: 0;
	padding: 0;
}


/* SidebarRight */

.frontPage #sidebarRight { 
	float: right;
	width: 239px;
	margin-top: 25px;
	margin-right: 10px;
	padding: 0;	
	_display: inline;
}
html>/**/body .frontPage #sidebarRight { 
	float: right;
	width: 239px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0;	
}

.frontPage #sidebarRight_newsContainer { 
	margin-top: 0;
	width: 235px;
	height: 237px;
	background: #ECF9FE;
	padding: 0;
	border: 1px solid #e3f8ff;
	text-align: left;
} 
.frontPage #sidebarRight_item { 
	margin-top: 0;
	height: 189px; 
}
.frontPage #sidebarRight_item p { 
	margin: 0;
	padding: 6px 10px 0 10px;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
}
.frontPage #sidebarRight_item a { 
	color: #0099CC;
	text-decoration: none;
}
.frontPage #sidebarRight_item a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.frontPage #sidebarRight_specialContainer { 
	width: 237px;
	height: 140px;
	background: #FFFFFF;
	padding: 0;
	margin-top: 19px; 
	border: none;
}