body {
	background: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2 , h3 {
	color: #000000;
}

h1 {font-family: 'Monotype Corsiva'; font-size: 28px;margin-bottom: 10px;margin-top: 20px; color: navy;}
h2 {font-size: 16px;margin-bottom: 10px;margin-top: 15px;}
h3 {font-size: 14px;margin-bottom: 5px;margin-top: 10px;}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 130%;
}

a {
	color: navy;
}

a:hover {
	text-decoration: none;
}

.boxed {
	padding: 20px;
	background: url(images/img3.jpg) repeat-x;
}

.heading {
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}

#step {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
}

/* Header */

#header {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
	text-align: center;
}

#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#header h1 {
	padding-top: 50px;
    padding-left: 290px;
	font-size: 36px;
	color:#0033cc;
	font-family: 'Monotype Corsiva';
	margin: 0;
}
	

#header h2 {
	padding-left: 290px;
	font-size: 12px;
	margin: 0px;
}

/* Columns */

#left {
	float: left;
	width: 200px;
	padding: 5px;
	background: #eeeeee;
}

#right {
	float: right;
	width: 220px;
	margin-right: 10px;
}

#left ul, #left ol, #right ul, #right ol {
	padding-left:15px;
}

#left li, #right li {
	margin-bottom: 0.3em;
	font-family: 'Monotype Corsiva';
	font-size: 17px;
}

#center {
	margin: 0 10px 0 230px;
}

#center ul, #center ol {
	margin-left: 3em;
}

/* Footer */

#footer {
	background: url(images/img3.jpg) repeat-x;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 15px 0 0 0;
	line-height: normal;
}

#links {
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}
