
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #FFFFFF;
	background-image: url(../../../MainImage/Background.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	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. */
}
h1 {
  color: #334318;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #334318;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #006600;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #006600;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #334318;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #006600;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #006600;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
}
#outerWrapper #header {
	background-image: url(../../../LAYCimages/Header.jpg);
	background-repeat: no-repeat;
	background-color: #95D2E8;
	font-size: 18px;
	font-weight: bold;
	height: 261px;
	line-height: 15px;
	overflow: hidden;
}
#outerWrapper #topNavigation {
	background-color: #000;
	color: #ffffff;
	height: 25px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #bar {
  background-image: url("../../../LAYCimages/TopBar.jpg");
  background-repeat: no-repeat;
  height: 24px;
}#outerWrapper #contentWrapper {
	overflow: hidden;
	background-image: url(../../../LAYCimages/repeat.jpg);
	background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-image: url("../../../LAYCimages/leftColumn.jpg");
	background-repeat: no-repeat; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 328px;
}
#outerWrapper #contentWrapper #leftColumn1 #leftColumn1Text {
	padding: 15px 15px 10px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* 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 0 0 328px; /* 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) */
	background-image: url(../../../LAYCimages/rightColumn.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #content #contentText {
	padding: 15px 15px 10px 15px;
}
#outerWrapper #footer {
	background-image: url(../../../LAYCimages/footer.jpg);
	background-repeat: no-repeat; /* Sets the top border properties for an element using shorthand notation */
	height: 15px;
	padding: 20px 30px 30px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

