body {
	background-image: url(images/BackgroundTile.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #56492e;
}
p,td,body {
	font-family: arial;
	font-size: 12px;
}
.navBackground {
	height: 20px;
	background-image: url(images/NavBackground.jpg);
	text-align: right;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	color: #252525;
}
a.topNavLink,a.topNavLink:active,a.topNavLink:visited {
	color: #252525;
	text-decoration: none;
        font-size: 120%;
        font-weight: bold;
}
a.topNavLink:hover {
	text-decoration: underline;
	color: #505050;
}
a,a:active,a:visited {
	color: #403112;
}
a:hover {
	text-decoration: none;
}
.flyspeck {
	color: 988675;
	text-align:center;
	font-family: arial;
	font-size: 11px;
	padding-top: 5px;
}
.sideBG {
	background-image: url(images/SideGradient.jpg);
	width: 177px;
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	padding-top: 43px;
	height: 500px;
	vertical-align: top;
}
.bodyText {
	padding: 20px;
	vertical-align: top;
}


.notify {
        font-weight: bold;
        text-decoration: underline;
}

.leftCol {
        width: 50%;
        float: left;
}

.rightCol {
        width: 50%;
        float: right;
}

