/* Generic Selectors */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center; 
}

.thewrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-image: url(IMAGES/BG.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-align:left;
}

li {
	list-style-type: none;
	line-height: 150%;
	float:inherit;
}

li :link {
	color: #000066;
	text-decoration: none;
}

small{
	font-size:small;
	}

a:link {
	color: #000000;
	text-decoration: none;
	}

.menu{
	text-decoration:none;
	color:white;
	background-color:#CCCCCC;
	padding:0.4em 0.4em;
	line-height: 120%;
	text-align:center;
	align:center;
	background-image:url(IMAGES/topright.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.menuBase{
	background-color:#CCCCCC;
	padding: 0 0 0 0;
	border-top-width: 0;
}

a:hover{
	text-decoration: none;
	background-color:#D60270;
}

a:visited {
	text-decoration: none;
}


a:active {
	color: #000000;
	font-weight: normal;
}

a {
	text-decoration:underline;
}

table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#headline{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	height: 40px;
	max-width: 750px;
}

#maincontent{
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px, 0px, 0, 20px; /* top right bottom left */
	padding: 0px 0px 0px 15px; /* top right bottom left */
	text-align:left;
	}

.maincontent{	
	margin: 0px, 20px, 0, 30px; /* top right bottom left */
	text-align:left;
}

#menuwrap{
	margin: 0px, 0px, 0, 30px; /* top right bottom left */
	max-width: 600px;
	margin-left: 10px;
	height: 70px;
	padding-left: 30px;
	position: static;
	}

#basemenuwrap{
	margin: 0px, 0px, 0, 30px; /* top right bottom left */
	max-width: 600px;
	margin-left: 10px;
	height: 30px;
	padding-left: 30px;
	position: static;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}

#contactform{text-align:center;
margin:inherit;

}
#maincontentthanks{
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px, 0px, 0, 20px; /* top right bottom left */
	padding: 0px 0px 0px 15px; /* top right bottom left */
	text-align:left;
	height: 200px;
	}
