@charset "UTF-8";
/* CSS Document */

html {height:100%}

body {
	background-color: #EEE;
	font-family:  Verdana, Arial, sans-serif;
	color: #000;
	font-style: normal;
	padding: 0;
	text-align: center;
	height:100%;
	clear: both;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: .9em;
}
a img {border: none; } 	

.header {
	position:relative;
	top: 0px;
	left: 0;
	background-color: #000;
	height: 100px;
	width: 960px;
	margin: 0;
}

.headerh1 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 5em;
	color: #FFF;
	font-weight: bolder;
	position: absolute;
	top: 10px;
	left: 29px;
}

.headerh2 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 1.5em;
	color: #FFF;
	position: absolute;
	top: 65px;
	left: 270px;
	
}
.headerh3 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	position: absolute;
	top: 8px;
	left: 660px;
	width: 350px;
	text-align: left;
}
.memberheader {

	font-size: 2em;
	font-style: normal;
	font-weight: bold;

}

a.nav:link {
	color: #fff;
	text-decoration: underline;	
}

a.nav:visited {
	color: #fff;
	text-decoration: underline;	
}

a.nav:hover {
	color: #fb8d8d;
	text-decoration: underline;	
}

a.nav:active {
	color: #fb8d8d;
	text-decoration: underline;	
}
			
.TopMenu {
	background-color: #f82790;
	width: 960px;
	margin: 0;
	height: 20px;
	position: relative;
	border: 0;
	text-align: left;
}


h1 {
	font-size: 2.8em;
	font-style: normal;
	font-weight: bolder;
}
h2 {
	font-size: 2.1em;
	font-style: normal;
	font-weight: bolder;
}
h3 {
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
}
h5 {
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
}
h6 {
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #03F;
	text-decoration: underline;

}

a:visited {
	color: #039;
	text-decoration: underline;

}

a:hover {
	color: #C03;
	text-decoration: underline;

}

a.nav:active {
	color: #C03;
	text-decoration: underline;
}
.cancel {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #E00;
}
	

