/*General CSS Styles*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262626;
}
h1 {

	font-size: 19px;
	margin-bottom: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #D84E02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -20px;
}
paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
a:link{
	color: #E95A00;
}
a:visited{
	color: #750E03;
}
a:hover{
	color: #E95A00;
	text-decoration: none;
}

/*Footer*/
div#Footer { padding-top:9px;font-size:18px;color:#000 }
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-style: normal;
}

/*Layout*/
#Header{

	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 1024px;
	background-position: top;
}
#TopNav{
	background-image: url(Images/Top.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 45px;
}
#BodyBg{
	background-image: url(Images/Body.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 1024px;
}
#FooterBg{
	background-image: url(Images/Bottom.jpg);
	height: 61px;
	width: 1024px;
	background-repeat: no-repeat;
}

.MainText{
	padding: 7px;
}

.topnav{padding-bottom:15}


/*Left Nav Bar*/
.LeftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	line-height: 16px;
}
a.LeftNav:link, a.LeftNav:visited {
	font-size: 14px;
	color: #000000;
}
a.LeftNav:hover{
	color: #000000;
	text-decoration: none;
}
