@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
	background-image: url(../images/side.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/header.jpg);
	height: 180px;
}
.oneColFixCtrHdr #mainContent {
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width: 890px;
	height: auto;
	overflow: hidden;
	z-index: 3;
	padding-top: 0px;
} 
.oneColFixCtrHdr #container {
	width: 910px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}
.oneColFixCtrHdr #container #header #menu {
	height: 39px;
	width: 100%;
	overflow: visible;
	position: relative;
}
.oneColFixCtrHdr #container #header #login {
	height: 130px;
	width: 100%;
	overflow: visible;
}


.BulletPointTxt {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.plink {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #57c8e6;
	text-decoration: none;
}

.h2link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #ED6925;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ED6925;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	padding: 0px;
}
li {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.news1 {
	height: 300px;
	width: 420px;
	background-image: url(../images/Gabba.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	float: left;
}
.news2 {
	height: 250px;
	width: 200px;
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-position: top;
	padding-top: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 0 20px;
} 
.oneColFixCtrHdr #container #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #666666;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.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;
}
.h1link {
	color: #ED6925;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
}
.plink {
	color: #57c8e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.style1 {
	color: #666666;
	font-size: 9px;
}
.style3 {font-size: xx-small}
.style4 {font-family: Arial, Helvetica, sans-serif}
.style7 {font-size: 24px}
.style8 {font-size: 9px}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-style: italic;
}
.oneColFixCtrHdr #container #header #login a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
blockquote {
	color: #FF0000;
}
small {
}
