body {
	background-image:url('images/bg.png');
	padding-top:0px;
	font-size:1em;
}

.formpage {
	background-image:url('images/bgform.gif');
	padding-top:0px;
	font-size:1em;
	
}

.container {
	width:800px;
}



.topbar {
	text-align:right;
	margin:0;
	padding:0;
	width:100%;
}

.topbartext {
		font-family:arial,helvetica;
		font-size:10pt;
		color:#cccccc;
		line-height:0;
		position:relative;
		top:-15px;
		right:10px;
}

.topbartext a {
		color:#cccccc;
		text-decoration:none;
}

#logo {
	margin-bottom:20px;
}

.topcontent {
	margin-top:30px;
}

.topcontent p {
	margin-top:20px;
	font-size:1.5em;
	font-family:ms sans serif,helvetica;
}


.mainhead {
	font-family:helvetica,arial-black,arial;
	font-weight:bold;
	font-size:2.5em;
	margin-bottom:5px;
}

.mainhead2 {
	font-family:helvetica,arial-black,arial;
	font-weight:bold;
	font-size:2em;
	color:#005C9E;
	margin-top:30px;
	margin-bottom:5px;
	line-height:0;
}


#sampledoc1 {
	position:relative;
	top:4px;
	right:15px;
}



.maincontent {
	padding-top:40px;
}


.highlight {
	background:#EAFDCC;
}

h1 {
	font-size:22pt;
}

h2 {
	font-size:1.5em;
	margin-bottom:10px;
}

h3 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:4px;
}

.pullquote {
	margin-left:135px;
	margin-right:150px;
	margin-top:40px;
	font-size:11pt;
	border-bottom:1px solid #b4bcce;
}

blockquote {
	font-family:arial;
	font-style:normal;
	padding-top:14px;
	padding-left:30px;
	line-height:1.25em;
	font-size:11pt;
	margin-top:10px;
	margin-bottom:20px;
	background-image:url('images/quotebg.gif');
	background-repeat:no-repeat;
	color:black;
}

.buttonbar {
	margin-top:40px;
	margin-bottom:50px;
	text-align:center;
}

p {
	margin-top:0px;
	margin-bottom:10px;
}

textarea {
	height:100px;
}

fieldset {
	border:none;
	text-indent:none;
}

.submit {
	border:1px solid gray;
	font-family:helvetica,arial;
	font-size:1em;
	background:orange;
	font-weight:bold;
	padding:5px;
}

li {
	line-height:15pt;
	margin-bottom:8px;
}