﻿body {
	background-color: #deebf4;
	color: #2a2d2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	padding: 0 0 0 0;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	background-image: URL("../images/bg.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}
/* Commonly used to style page titles. */
h1 {
	color: #6982b5;
	font-size: 14px;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
	color: #6982b5;
	font-size: 24px;
	font-weight: bold;
}
/* Sets the style for unvisited links. */
a:link {
	color: #d74f4f;
	font-weight: bold;
	text-decoration: none;
}
a {
	color: #d74f4f;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #3b62a6;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #ca0009;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #ca0009;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #262499;
}
#outerWrapper {
	/*background-color: #FFFFFF;*/
  margin: 0 auto 0 auto;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	text-align: left; /* Redefines the text alignment defined by the body element. */;
	width: 770px;
	background-image: URL("../images/page-bg.jpg");
	background-repeat: repeat-y;
}
#outerWrapper #bar {
	background-image: URL("../images/stretcher.jpg");
	background-repeat: repeat-x;
	height: 34px;
}
#outerWrapper #header {
	height: 112px;
	background-image: URL("../images/header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #8e9fd0;
	border-bottom: solid 1px #5a6484;
/* Sets the bottom border properties for an element using shorthand notation */	
font-size: 19px;
	font-weight: bold;
	text-align: center;
	width: 770px;
}
#outerWrapper #innerheader {
	height: 112px;
	text-align: left;
	font-family: arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 20px;
	vertical-align:bottom;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #eaeff5;
	border-right: solid 1px #8e9fd0;
/* Sets the right border properties for an element using shorthand notation */	float: left;
	padding: 10px 10px 10px 10px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	width: 140px;
	background-image: URL("../images/left-bg.jpg");
	background-repeat: repeat-y;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 10px 0 10px;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	padding: 10px 10px 10px 10px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	line-height: 14px;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
	background-image: URL("../images/left-bg.jpg");
	background-repeat: repeat-y;
	background-position: left;
}
#outerWrapper #footer {
	width: 770px;
	height: 29px;
	background-image: URL("../images/page-cap.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
