body {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: #003776;
}
#maintable {
	text-align: left;
	width: 770px;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
}
#header {
	height: 98px;
	background: url(../images/sacony-commons-logo.gif) no-repeat top;
}
#footer {
	font-size: 11px;
	color: #a7a459;
	text-align: center;
	padding: 20px 8px 8px;
	background: url(../images/footer-bg.jpg) repeat-x top;
}
#homecontent {
	background: url(../images/content-bg.jpg) repeat-x top;
	padding: 15px;
	vertical-align: top;
}
h1, h2, h3 {
	color: #003776;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}#leftbar {
	background: url(../images/content-bg.jpg) repeat-x top;
	padding: 10px;
	width: 199px;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#rightbar {
	background: #008334;
	width: 164px;
	vertical-align: top;
	padding: 0px;
}
h2 {
	font-size: 18px;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #003776;
	text-decoration: none;
}
a:hover {
	color: #008334;
	text-decoration: underline;
}

.buttontext {
	color: #FFFFFF;
	background: #008334;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#topnav {
	text-align: right;
	float: right;
	width: 300px;
	font-weight: bold;
	padding: 10px;
}
#topnav a:link, #topnav a:visited {
	color: #a7a459;
	text-decoration: none;
}
#topnav a:hover {
	color: #003776;
}
.divider {
	border-top: 2px dotted #A7A459;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #000000;
    display: block;
    float: left;
    font: bold normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
.boxtext {
	background: #F5F5F5;
	padding: 20px;
	border: 2px dotted #999999;
	font-weight: bold;
}
#homecontent2 {
	background: url(../images/content-bg.jpg) repeat-x top;
	padding: 10px;
	vertical-align: top;
}
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

ul li
{
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .9em;
}
ol {
margin:0;
padding:0;
list-style-position: inside;
}

