@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	margin-left:15px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	width: 940px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.main{
	position:relative;
	float:left;
	padding:9px;
	background-color:#FFFFFF;
}
body {
	text-align: center;
	background-color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 16px;
}

.left{
	position:relative;
	float:left;
	margin-top:42px;
	margin-left:28px;
	width:568px;
}

.right{
	position:relative;
	float:right;
}

.textleft{
	position:relative;
	float:left;
	width: 273px;
	margin-top:23px;
}

.textright{
	position:relative;
	float:right;
	width: 275px;
	margin-top:23px;
}

.green{
	color:#5ba92f;
}

.footer{
	margin-top:9px;
	position:relative;
	float:left;
	padding-left:28px;
	width:894px;
	font-size:11px;
	background-color:#eeeeee;
	margin-bottom:9px;
	padding-top:6px;
	padding-bottom:6px;
}
.footerend{
	position:relative;
	float:left;
	width:922px;
	height: 70px;
	font-size:11px;
	background-image:url(footerpat.gif);
	background-repeat:repeat-x;
}