body { 
	margin: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	width: 100%;
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	color: #474647;
}

p {/*these paragraph rules make line spacing as similar as they can be between ie and ff*/
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
}

h1{
	color: #474647;
	font-size: 18px;
	margin: 5px 0px -10px 0px;
}

h2{
	color: #474647;
	font-size: 16px;
	margin: 5px 0px -10px 0px;
}

a:link, a:active, a:visited{
	font-weight: bold;
	text-decoration: none;
}

a:hover{ text-decoration: underline; }

.sideBarTd{}

/*
.sideBarTd a:link, .sideBarTd a:active, .sideBarTd a:visited{
	position: relative;
	display: block;
	width: 100%;
	padding: 4px 0 4px 6px ;
}

.sideBarTd a:hover{
	color: white;
	background-color: #007ac9;
	text-decoration: none;
}
*/

.sideBarTd a:hover{
	color:white;
}
.sideBar{

	background-image: url(../images/sidebarbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	/*height: 405px;*/
	height:260px;
	position: relative;
	padding: 3px 10px 0 3px;
}
.contentTd{
	background-image: url(../images/contentbg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.topNavTd{
	background-image: url(../images/layout_03.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.topNavTd a:link, .topNavTd a:active, .topNavTd a:visited{
	font-size: 10px;
	text-align: center;
	position: relative;
	display: block;
	width: 115px;
	color: white;
	background-color: #007ac9;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 0 1px 0px ;
	margin: 1px 0 2px 0;
}
.topNavTd a:hover{ background-color: #004877; }

.content{ padding: 15px 15px 10px 15px; }

.content a:link, .content a:active, .content a:visited{
	color: #007ac9;
}
