body {
	background-color:#fff;
	/*background-image: url("images/bckgrdRight.png");
  	background-repeat: no-repeat;
	background-position: 100%;*/
	font-family: 'Montserrat', sans-serif;
	color:#666666;
	padding: 0px;
	margin: 0px;
	line-height:1.7;
	}

a
{
color: #666699;
text-decoration: none;
}

a:hover
{
color: #ffcc00;
text-decoration: underline;
}

div.TopBanner
{
width: 100%;
height: 170px;
background-color:#666666;
position: relative;
z-index: 9999;
left: 0;
right: 0;
margin: 0 auto;
text-align:center;
}

div.BottomBanner
{
width: 100%;
height: 1px;
background-color:#666666;
margin-top: 20px;
margin-left:auto;
margin-right:auto;
float:left;
}

div.TopNavigation
{
width: 100%;
height: 35px;
background-color:#333333;
}

div.TopNavigationLink
{
font-size:16px;
font-weight:bold;
color:#fff;
text-transform:capitalize;
padding-top:5px;
padding-bottom:5px;
padding-right:15px;
padding-left:15px;
}

div.TopNavigationLinkActive
{
font-size:16px;
font-weight:bold;
color:#000;
text-transform:capitalize;
padding-top:5px;
padding-bottom:5px;
padding-right:15px;
padding-left:15px;
background-color:#FF9900;
}

div.TopNavigationLink a
{
font-size:16px;
font-weight:bold;
color:#FFFFFF;
text-transform:capitalize;
text-decoration:none;
}

div.TopNavigationLink a:hover
{
font-size:16px;
font-weight:bold;
color:#FF9900;
text-transform:capitalize;
}

div.PageContent
{
background-image: url(images/imgBandBackground.png);
background-repeat:no-repeat;
width:1000px;
height:500px;
margin-left:auto;
margin-right:auto;
}

div.TransBoxContent {
    background-color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	text-align: left;
	padding: 10px;
}

div.TransBoxHeader {
    background-color: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	text-align: left;
	padding: 10px;
}


.HeaderText
{
font-size:35px;
font-weight:bold;
color:#000;
}