@charset "utf-8";
#outerWrapper #contentWrapper #leftColWrapper {
	background-color: #0f143a;
	color: #FFFFFF;
	vertical-align:top;
	width:180px;
	background-image: url(../images/layout/side_bar_sm_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#outerWrapper #contentWrapper #leftCol {
	background-color: #0f143a;
	color: #FFFFFF;
	padding: 10px 3px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width:180px;
	background-image: url(../images/layout/side_bar_sm_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#outerWrapper #contentWrapper #rightColWrapper {
	background-color: #0f143a;
	color: #FFFFFF;
	vertical-align:top;
	width:180px;
	background-image: url(../images/layout/side_bar_sm_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#outerWrapper #contentWrapper #rightCol {
	background-color: #0f143a;
	color: #FFFFFF;
	padding: 10px 12px 10px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width:180px;
	background-image: url(../images/layout/side_bar_sm_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#outerWrapper #contentWrapper #rightCol h1, #outerWrapper #contentWrapper #leftCol h1 {
  color: #FFFFFF;
}
#outerWrapper #contentWrapper #rightCol h2, #outerWrapper #contentWrapper #leftCol h2 {
  color: #FFFFFF;
}
#outerWrapper #contentWrapper #rightCol h3, #outerWrapper #contentWrapper #leftCol h3 {
  color: #FFFFFF;
}
#outerWrapper #contentWrapper #rightCol h4, #outerWrapper #contentWrapper #leftCol h4 {
  color: #FFFFFF;
}
#outerWrapper #contentWrapper #rightCol h5, #outerWrapper #contentWrapper #leftCol h5 {
  color: #FFFFFF;
}
#outerWrapper #contentWrapper #rightCol h6, #outerWrapper #contentWrapper #leftCol h6 {
  color: #FFFFFF;
}
#outerWrapper #contentWrapper #rightCol a, #outerWrapper #contentWrapper #rightCol a:link, #outerWrapper #contentWrapper #leftCol a, #outerWrapper #contentWrapper #leftCol a:link {
  color: #0066FF;
}
#outerWrapper #contentWrapper #rightCol a:visited, #outerWrapper #contentWrapper #leftCol a:visited {
  color: #0066FF;
}
#outerWrapper #contentWrapper #rightCol a:hover, #outerWrapper #contentWrapper #leftCol a:hover {
  color: #0099FF;
}
#outerWrapper #contentWrapper #rightCol a:focus, #outerWrapper #contentWrapper #leftCol a:focus {
  color: #0099FF;
}
#outerWrapper #contentWrapper #rightCol a:active, #outerWrapper #contentWrapper #leftCol a:active {
  color: #0099FF;
}

