* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, sans-serif;
	font-size: 90%;
	background: #fff;
	padding-bottom: 10px 30px 20px 30px;
}

img {
	border: none;
}

h1, h2 {
	line-height: 1;
}

h2 {
	background-color: #C295DE;
	/*display: block;*/
	padding: 5px 0 40px 0px;
	margin-top: 5px;
}

h2#printheading {
	background-color: #000;
	margin: 0;
	padding: 5px 0 5px 70px;
}

#anmum {
	display: block;
	margin-left: 70px;
	margin-top: 18px;
}

#folate {
	display: block;
	margin-left: 70px;
	margin-top: 10px;
	
}


/*contentwrapper
++++++++++++++++++++++++++++*/
#wrapper {
	background: #fff/* url("images/print/wrapper-bg.gif")*/;
	/*padding: 50px 30px 30px 30px;*/
	
	
}

/*content
++++++++++++++++++++++++++++*/
#contentwrapper {
	/*position: relative;
	left: 68px;
	top: 10px;
	width: 652px;
	background: url("images/join/contentwrapper-bg.gif") repeat-y;*/
	
}

/*content
++++++++++++++++++++++++++++*/
#content {
	/*background: transparent url("images/join/content-bg.gif") no-repeat;*/
	padding-bottom: 30px;
	background: #fff;
}

#content h2 {
	display: none;
}

#bodycontent {
	/*padding: 20px 40px 0 50px;*/
	color: #999;
	border: 1px solid #000;
	padding: 10px 70px 70px 70px;
}

#bodycontent p{
	margin-bottom: 1.5em;
	font-size: 7pt;
}

#bodycontent p.highlight {
	color: #006;
	font-weight: bold;
}

#bodycontent p.small {
	font-size: .6em;
	line-height: 1.2;
	font-style: italic;
}

#bodycontent h3 {
	color: #00135D;
	font-size: 1em;
}

#bodycontent ul {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 1.5em;
}





#subnav, img#information, img#results, img#start, img#print {
	display: none
}

#print {
	font-size: .6em;
}

/*bottom
++++++++++++++++++++++++++++*/
#bottom {
	background: none;
	text-align: center;
	font-size: 8pt;
}

#bottom a {
	text-decoration: none;
}

/* Some things are just not to be printed */

.noprint {
	display: none;
}

