*{
	margin: 0;
	padding: 0;
}
html{
	overflow-y: scroll;
}
body{
	background-color: #7b7e8d;
	font-size: 12px;
	font-family: Verdana;
}
.Clear{
	Clear: both;
}
.TopNavigation{
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}
.Wrapper{
	width: 979px;
	margin: auto auto;
}
.Main{
	background-color: #262425;
	margin-top: -25px;
	padding: 10px;
}
.boxHolder div{
	float: left;
	padding-left: 15px;
}
.RightContent{
	float: right;
}
.LeftContent{
	float: left;
	width: 400px;
}
.RightContent2{
	float: right;
	width: 685px;
	min-height: 500px;
	margin-top: -20px;
}
.LeftContent2{
	float: left;
	width: 220px;
}
.Footer{
	background: black url(Images/FooterNew.png) top no-repeat;
	height: 300px;
}
/*--Text Formating--*/
h1, h2, h3, h3 a{
	color: white;
	text-decoration: none;
}
h4, h5, h6{
	color: white;
}
a{
	color: white;
}
a:hover, a:active{
	text-decoration: none;
}
.Content{
	color: white;
	padding: 10px;
}
.Content p{
	margin-bottom: 12px;
	line-height: 18px;
}
.Content ul{
	margin-left: 25px;
	margin-bottom: 12px;
}
.Content h1, 
.Content h2{
	margin-bottom: 12px;
}
.Content h3,
.Content h4,
.Content h5,
.Content h6{   
	margin-bottom: 5px;
}
.contentheading {
	width: auto;
	background: url(images/menuBkg.png) center center repeat-x;
	border: 1px solid #464445;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	text-decoration: none;
	padding: 10px;
	display: block;
}

.contentheading a{
	color: white;
	
}

.border {
	border: 3px solid white;
	width: 460px;
	height: 235px;
	margin: 0 auto;
}
.FooterContent{
	float: left;
	margin-top: 150px;
	width: 175px;
	margin-left: 20px;
}
.FooterContentRight{
	float: right;
	margin-top: 150px;
	margin-right: 100px;
}
.FooterContentRight ul{
	float: left;
	width: 125px;
	list-style: none;
	line-height: 18px;
}
.FooterContentRight ul a{
	text-decoration: none;
}
.FooterContentRight ul a:hover{
	text-decoration: underline;	
}
.poweredBySitefinityLogo{
	padding: 20px;
}

.contact td{
	padding: 3px;
}
.BreadCrumbs{
	padding: 0 !important;
	margin-left: 20px;
	color: white;
}
