@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.main #container {
	margin: 0px;
}


.main #header {
	background-color: #FFF;
	height: 100px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-position: right;
} 
.main #sidebar1 {
	display: none;
	margin: 0px;
}

.main #mainContent {
	margin: 0px;
} 
.main #container #header .style1hd {
	display: none;
}
.main #container #header .style2hd {
	display: none;
}

.main #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../img/msc/cloud-tile.jpg);
	text-align: center;
	font-size: medium;
	display: none;
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display: none;
}

.standardclickhere {
	line-height: 40px;
	color: #000;
	background-image: url(../img/msc/nav2.jpg);
	display: none;
	height: 40px;
	width: 125px;
	font-size: 19px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-transform: capitalize;
}
.standardclickhere a {
	text-decoration: none;
	color: #000;
	display: none;
}
.standardclickhere a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	display: none;
}
.standardclickhere a:visited {
	color: #000;
	display: none;
}
.main #container #mainContent p .standardclickhere a:visited {
	color: #000;
	display: none;
}
.main #container #mainContent .standardclickhere a:visited {
	color: #000;
	display: none;
}




p .standardclickhere:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 40px;
	color: #000;
	background-image: url(../img/msc/nav2.jpg);
	display: none;
	height: 40px;
	width: 125px;
}
.link {
	line-height: 40px;
	color: #00F;
	display: none;
	padding-left: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.link a {
	display: none;
}
.link a:hover {
	font-size: 19px;
	line-height: 40px;
	color: #00F;
	display: none;
}

	div#FooterForm
{
	width: 625px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../img/msc/cloud-tile.jpg);
	color: #000;
	border: 3px solid #999;
	font-weight: bold;
	display: none;
}
