body {	
	margin: 0;
	padding: 15px 0;
	background-color: #E0E3D8;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#container {
	margin: 0 auto;
	width: 980px;
	background: #FFFFFF url(../images/page/page-bg.gif) top center repeat-y;
}
#header {
	padding: 30px 70px;
	background: url(../images/page/page-top.gif) top center no-repeat;
}


#content {
	padding: 30px;
	text-align: justify;
}
#content a {
	text-decoration: underline;
}


h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #EE1F8B;
}
h2 {
	margin: 30px 0 -10px;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #92C451;
}
a {
	text-decoration: none;
	color: #EE1F8B;
}
ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 3px 0 5px 30px;
	background: url(../images/page/bullet.gif) top left no-repeat;
}


#footer {
	clear: both;
	background: url(../images/page/footer-bg.gif) bottom left no-repeat;
	font-size: 11px;
	line-height: 72px;
	padding: 0 30px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#legal {
	float: right;
}


.bordered-box {
	width: 226px;
	padding-top: 10px;
	background: url(../images/page/box-top.gif) top left no-repeat;
	vertical-align: top;
	color: #666666;
}
.bordered-box table {
	width: 226px;
	background: url(../images/page/box-bg.gif) left repeat-y;
}
.bordered-box td {
	padding: 5px 20px;
	font-size: 11px;
	line-height: 16px;
	background: url(../images/page/box-bot.gif) bottom left no-repeat;
}
.bordered-box h2 {
	margin: 20px 0 3px;
	font-size: 14px;
	line-height: 16px;
}
.bordered-box p {
	margin: 0 0 10px;
}
.bordered-box ul {
	margin: 0 0 15px -5px;
	padding: 0;
	list-style: none;
	text-align: left;
}
.bordered-box ul li {
	padding: 5px 0 0px 30px;
}


.green {
	color: #92C451;
}
.big {
	font-size: 16px;
}


form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, select, textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}