@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: #190858;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 950px;
	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;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/page-background.gif);
	background-repeat: repeat-y;
	overflow: hidden;
} 
.twoColFixRtHdr #header {
	padding-top: 151px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 96px;
	background-color: #FFFFFF;
	background-image: url(assets/Garfield_css_header.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #header #nav {
	height: 48px;
	width: 238px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}
.twoColFixRtHdr #headerMatrics {
	padding-top: 151px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 96px;
	background-color: #FFFFFF;
	background-image: url(assets/matrics_css_header.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #headerMatrics #nav {
	height: 48px;
	width: 238px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 253px;
	background-image: url(images/Right_margin_bg.jpg);
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 0.8em;
	font-weight: normal;
}
.twoColFixRtHdr #sidebar1 ul {	margin-left: 0px; }
.twoColFixRtHdr #sidebar1 li {
	font-size: 0.8em;
	font-weight: bold;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
.twoColFixRtHdr #sidebar1 h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #sidebar1 #subMenu {
}
.twoColFixRtHdr #sidebar1 #news {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #sidebar1 a:link {
	color: #190858;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:visited {
	color: #190858;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:active {
	color: #190858;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #FFFFFF;
}
.twoColFixRtHdr #mainContent {
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	width: 630px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
} 
.twoColFixRtHdr #mainContent p {
	color: #000000;
	font-size: 0.9em;
}
.twoColFixRtHdr #mainContent h1 {
	font-size: 1.2em;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent li {
	color: #000000;
	font-size: 0.9em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent a:link {
	color: #0066CC;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #0066CC;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent a:active {
	color: #0066CC;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent a:hover {
	color: #000066;
	text-decoration: none;
}
.twoColFixRtHdr #footer {
	margin: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 111px;
} 

.twoColFixRtHdr #footer #footerBar {
	background:#190858;
	height:50px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer #footerBar #footerAddress {
	float: left;
	font-size: 0.9em;
	width: 570px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	height: 40px;
}
.twoColFixRtHdr #footer #footerBar #footerAddress p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer #footerBar #footerLinks {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 330px;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 40px;
}
.twoColFixRtHdr #footer  #footerBar #footerLinks p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer  #footerBar #footerLinks a:link, a:visited, a:active, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.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;
}
