body{ background-color:#666666;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0;padding: 0;
	text-align: center;color: #000000;}
#container { 
	width: 980px;background-image:url(_images/menu_bar.jpg); background-position:left top; background-repeat:repeat-y; background-color:#FFFFFF;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#bartop {
	background-image:url(_images/bar_top.gif);
	background-repeat:repeat-x;
	height:25px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding:6px 0px 0px 0px;
}
#barflash {
	background-image:url(_images/bartop.jpg);
	background-repeat:repeat-x;
	height:44px;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	color: #FFFFFF;
} 
#bar {background-image:url(_images/bar.gif); height:7px;}
#menu{
	padding:0px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
}
#centre {
	padding:10px 30px 10px 10px;
}
#footer {
	padding: 0 10px 0 40px;
	text-align:center;
} 
#footer p { font-size:11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#small {font-size:11px;
	margin: 0;
	padding: 0;
}
#title {background-color:#000000;font-size:13px; font-weight:bold; color:#FFFFFF;
	margin: 0; text-transform: uppercase;
	padding-left: 10px; height:34px; border-left:#CC0000 solid 20px; border-bottom:#FFFFFF solid 6px; border-top:#FFFFFF solid 6px;
}
.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;
}
.image{
	border:#CCCCCC solid 1px;
}
.rightside{padding: 10px 0 10px 0;}
h1 {
	font-size:22px;
	font-weight: bold;
	margin:0px;
	color: #CC0000;
}
.call1 {font-size:18px; font-weight:bold; color:#000099;}
.call2 {font-size:20px; font-weight:bold; color:#330033;}
.call {font-size:24px; font-weight:bold; color:#CC0000;}
h2 {font-size:12px;font-weight: normal;}
h3 {font-size:12px;font-weight: normal;}
a:link, a:visited, a:active{text-decoration:none;color:#000000;}
a:hover{text-decoration:underline;color:#FF0000;}

ul {display:block;width:150px;margin: 0px;padding: 0px;float: left;list-style-position: inside;list-style-type:circle;}
li {list-style-type:disc;color:#000000;line-height:19px;list-style-position:inside; font-weight:bold;}
li a:hover {margin-left:1px;padding-left:1px;cursor:pointer;}

.pages a:link, .pages a:visited, .pages :active{color:#000066;text-decoration:underline;}
.pages a:hover{color: #990000;text-decoration:underline;}
#flash {
	height: 175px;
	width: 175px;
	left: 654px;
	top: 604px;
	position: fixed;
	z-index: 20;
	visibility: visible;
}
