@charset "UTF-8";

img
{  border-style: none;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #E9F0F6;
	text-decoration: underline;
}
a:active {
	color: #D7E7F6;
	text-decoration: underline;
}

.main{
	width:100%;
	margin:0px;
	padding:0px;
}

.headerImage {
	background-image: url(images/logoSmallWhiteBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	height: 80px;
	width: 100%;
	margin-bottom:0px;
	padding-bottom:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #333333;
	font-size: 14px;
}


.topImage{
	position:absolute;
	width:1024px;
	height: auto;
	top: 200px;
	right: 200px;
	z-index: -1;
}


.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width:801px;
	margin:0px auto;
	margin-top:20px;
	height:auto;
	background-image: url(images/201pro1Footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}