@charset "utf-8";
body {
	font-family: Tahoma;
	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 */
	color: #000000;
	font-size: 10pt;
	background-color: #A299FE;
	background-image: url(../images/bg_tall.png);
	background-repeat: repeat-x;
	margin: auto;
}
.oneColFixCtr #container {
	width: 1005px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.oneColFixCtr #footer {
	background-color:#6699CC;
	padding: 0 0 0 20px;
	text-align:left;
} 
.oneColFixCtr #footer p {
	margin: 0;
	font-size:8pt;
	padding: 2px 0;
}
.oneColFixCtr #tippytopbar {
	height: 80px;
	text-align: left;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtr #topbar {
	line-height: 26px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13pt;
}
.oneColFixCtr #topNavigation {
	line-height: 22px;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 20px;
	font-size: 10pt;
}
.oneColFixCtr #mainContent {
	margin: 0 190px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #00CC66;
} 
.oneColFixCtr #mainContent h3 {
	margin-top: 30px;
	font-size: 10pt;
	font-style: normal;
}
.oneColFixCtr #mainContent h2 {
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.oneColFixCtr #mainContent h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.greenborder {
	border:3px solid #00CC66;
}
.blackborder {
	border:2px solid #000000
}
.redborder {
	border:3px solid #CC33CC
}
hr {
  border: 1px dotted #00CC66;
  color: #00CC66;
  background-color: #00CC66;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
#topbar ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#topbar ul li {
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CC66;
	background:url(../images/dot.png) 0em 0.5em no-repeat;
}
#topbar ul li a {
	text-decoration: none;
	color: #000033;
	margin: 0 8px 0 8px;
}
#topbar ul li a:hover {
	text-decoration: none;
	color: #0066CC
}
#topNavigation ul {
	margin: 0;
	padding: 0;
}
#topNavigation ul li {
display: inline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CC66;
	background:url(../images/reddot.png) 0em 0.5em no-repeat;
}
#topNavigation ul li a {
	text-decoration: none;
	color: #660000;
	margin: 0 8px 0 8px;
}
#topNavigation ul li a:hover {
	text-decoration: none;
	color: #FF0033
}
