body, html {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background: #ddd;
}

form {
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

a {
	color: #0099ff;
}

a:visited {
	color: #003399;
}

a:hover {
	color: #0066cc;
}



#shadowl {
	margin: 2em auto 0 auto;
	width: 760px;
	background: #fff url(images2/lbg.gif) repeat-y;
}

#shadowr {
	background: url(images2/rbg.gif) top right repeat-y;
}



#topl {
	background: url(images2/hdrl.gif) no-repeat;
}

#topr {
	height: 35px;
	vertical-align: middle;
	text-align: center;
	background: url(images2/hdrr.gif) top right no-repeat;
}


p {
	margin: 0.5em 0 1em 0;
}


h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0;
}


.maincol {
	background: url(images2/mainbg.gif) repeat-x;
}

.leftcol {
	background: #f0f0f0 url(images2/sidebg.gif) repeat-x;
}

.rightcol {
	background: #f0f0f0 url(images2/sidebg.gif) repeat-x;
}


.leftcol h1, .leftcol h2, .leftcol h3,
.rightcol h1, .rightcol h2, .rightcol h3 {
	font-size: 17px;
	margin: 0;
}

.maincol h1 {
	font-size: 24px;
	margin: 1em 0 0.5em 0;
}

.maincol h2 {
	font-size: 20px;
	margin: 1em 0 0.5em 0;
}

.maincol h3 {
	font-size: 17px;
	margin: 1em 0 0.5em 0;
}





#botshadow {
	background: url(images2/ftrl.gif) bottom left no-repeat;
}

#botshadow2 {
	height: 14px;
	background: url(images2/ftrr.gif) bottom right no-repeat;
	line-height: 10px;
}


.leftcol, .rightcol, .maincol {
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}

.leftcol .content {
	padding: 20px 12px;
}

.rightcol .content {
	padding: 20px 12px;
}



.maincol .content {
	padding: 10px 12px 20px 12px;
	font-size: 14px;
}

.maincol p {
	line-height: 18px;
}


.maincol ul.checkmarks {
	font-weight: bold;
	line-height: 24px;
	list-style-type: none;
	margin: 0 1em 0 1em;
	padding:0;
}

.maincol ul.checkmarks li {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(images2/checkmark.gif) 0 4px no-repeat;
}


.maincol ul.arrows {
	font-weight: bold;
	line-height: 24px;
	list-style-type: none;
	margin: 0 1em 0 1em;
	padding:0;
}

.maincol ul.arrows li {
	margin: 0;
	padding: 0 0 0 18px;
	background: url(images2/bullet-arrow1.gif) 0 4px no-repeat;
}



.maincol .mailform {
	font-size: 11px;
}

.maincol .mailform input {
	font-size: 11px;
}

.maincol .mailform p {
	margin: 0;
}



.rounded {
	background: #e9e9e9 url(images2/corner1.gif) no-repeat;
}


.rounded .corner2 {
	background: url(images2/corner2.gif) top right no-repeat;
	padding: 10px;
	text-align: center;
}

.rounded .corner3 {
	background: url(images2/corner3.gif) bottom right no-repeat;
}

.rounded .corner4 {
	background: url(images2/corner4.gif) bottom left no-repeat;
	line-height: 3px;
	font-size: 3px;
}




.footer {
	color: #000;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	text-align: center;
	padding: 5px 16px 0 16px;
	background: #c7c7c7;
}

.header {
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding: 10px 20px;
	line-height: 32px;
	background: #64caff url(images2/hdrbg.gif) bottom left repeat-x;
}

.header h1, .header h2, .header h3 {
	font-size: 28px;
}