@charset "UTF-8";
html {
	background-image: url(../images/backgrnd_repeat.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
body  {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/webhead.jpg) repeat-x; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
	margin: 0px;
}
p {
	font-size: 0.9em;
	color: #333333;
	line-height: 1.75em;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container  {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
} 
.twoColFixLtHdr #header  {
	padding: 0px 10px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.twoColFixLtHdr #main {
	text-align: left;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.twoColFixLtHdr #sidebar2 {
	margin: 0px;
	padding: 10px 5px 0px;
	float: right;
	width: 225px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00A1B1;
}
.twoColFixLtHdr #mainContent  {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 240px 0 200px;
} 
.twoColFixLtHdr #footer  {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.twoColFixLtHdr   #footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.55em;
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr   #header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	line-height: 200px;
	font-size: 1px;
	vertical-align: super;
}
.twoColFixLtHdr #scroll {
}
h1 {
	color: #e73f97;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #01a1b1;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 0.9em;
	color: #333333;
}
h5 {
	font-size: 0.9em;
	color: #333333;
	font-weight: normal;
	text-align: center;
}
h6 {
	font-size: 0.5em;
	color: #333333;
}
.fltrht { /* 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;
}
.text1 {
	color: #666666;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/*navigation menu in side bar - 200 pixels wide - each item 30 pixels high*/
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
.text1    a:link  {
	color: #00A1B0;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	margin: 0;
	width: 170px;
	padding-left: 30px;
	display: block;
	background: url(../images/navbars.jpg) no-repeat left center;
}

#sidebar ul a:hover {
	background-position: -200px 0px;
	color: #333333;
}
#sidebar ul a.current {
	background-position: top right;
	color: #990000
	cursor: default;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
