@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */
img, div, a, input, #form1 { behavior: url(iepngfix.htc) }

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%;
	background: transparent;
}
body {
	line-height: 1.6em;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Verdana;
	color: #FFFFFF;
	background-color: #486917;
	background-image: url(../images/bg-green.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	font-weight: bold;
}
p {
	padding-top: 10px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mainwrap {
	clear: both;
	width: 450px;
	padding-top: 230px;
	background-image: url(../images/maintitle.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logosoup {
	padding-top: 0px;
	display: block;
	clear: both;
}
.copyright {
	font-size: 9px;
	bottom: 5px;
	left: 20px;
	font-family: Helvetica, arial, sans-serif;
	color: #90BA34;
}
.enterbutton {
	padding-top: 20px;
	text-align: center;
	background-image: url(../images/bg-enter.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	display: block;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-right: 100px;
	margin-left: 100px;
}
.enterbutton:hover {
	background-image: url(../images/bg-enter-ovr.gif);
}
a:link {
	color: #223000;
}
a:visited {
	color: #496B17;
}

