/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
img { 
   border: 0px; 
}
body {
  background-color: #FFFFCC;
  color: #0a0a0a;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 20px 20px 20px 20px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 20 20 20 20; /* 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{
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #663300;
}
h2 {
  color: #926220;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  font-weight: bold;
  line-height: 20px;
}
h3 {
  color: #b13e31;
  font-weight: bold;
  font-size: 16px;
  text-decoration:underline; 
 }
a,  a:link {
  color: #67BD45;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #b13e31;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #b13e31;
  text-decoration: underline;

}
.cssbox { 
    width: 755px; !important; /* intended total box width - padding-right(next) */
	height: 1600px;
    margin: auto;
	text-align: left;
	background-image: url(../images/long_background.png);
	background-position: center;
	background-repeat: no-repeat;
	
} 
.cssbox .sepBar {
	height: 15px;
	width: 730px;
	padding-left: 6px;
	padding-right: 8px;
}
.cssbox .sideBar {
	height: 735px;
	width: 200px;
	background-color: #D6337C;
    float: left;
	margin-left: 5px;
	padding-right: 5px;
	color:#000000;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.cssbox .sideBar a {
	color: #000000;
}