@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-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	background-color: #333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixRtHdr #home_icons {
	width: 100%;
	background-color: #0095da;
	height: 150px;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1074A3;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 30px;
	text-align: center;
	line-height: 42px;
}
.twoColFixRtHdr #footer #footer_panel {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 200px;
}
.twoColFixRtHdr #footer #footer_panel #footer_left {
	float: left;
	width: 230px;
}
.twoColFixRtHdr #footer #footer_panel #footer_centre {
	width: 220px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.twoColFixRtHdr #footer #footer_panel #footer_centre p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixRtHdr #footer #footer_panel #footer_right {
	float: right;
	width: 250px;
}
.twoColFixRtHdr #footer #footer_panel #footer_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	width: 220px;
}
.twoColFixRtHdr #banner {
	background-image: url(images/banner.jpg);
	height: 294px;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixRtHdr #banner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 263px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1000px;
}
a:link {
	color: #116998;
	text-decoration: none;
}
a:visited {
	color: #116998;
	text-decoration: none;
}
a:hover {
	color: #5A5A5A;
	text-decoration: none;
}
a:active {
	color: #116998;
	text-decoration: none;
}

.twoColFixRtHdr #banner a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #banner a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #banner a:hover {
	color: #00AEE4;
	text-decoration: none;
}
.twoColFixRtHdr #banner a:active {
	color: #FFF;
	text-decoration: none;
}

.twoColFixRtHdr #footer a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	color: #00AEE4;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:active {
	color: #FFF;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #116999;
}


.twoColFixRtHdr #footer a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	color: #00AEE4;
	text-decoration: none;
}

.twoColFixRtHdr #footer a:active {
	color: #FFF;
	text-decoration: none;
}
.priority
{
    display:none !important;	
}
