/* CSS Document */
CSS CODE

#body
{
text-align: center;
background-image: url(/images/body.jpg);
background-color:#6699CC;
background-position:left;
}

body {
	background: url(images/bkgrnd.jpg);
	text-align: center;
}

#container {
	width: 748px;
	margin: 0 auto;
	color: #333;
	text-align: left;
	border-top: 0;
	vertical-align: top;
}
#header {
	height: 225px;
	width: 748px;
	background: url(images/header.jpg) no-repeat;
	background-color:#FFFFFF;
	background-position: bottom;
	float:left;
}
#navigation {
	background: url(images/navigation.jpg) no-repeat;
	background-position: left;
	background-color:#FFFFFF;
	width: 175px;
	height: 331px;
	float: left;
}
#navigation2 {
	background: url(images/navigation2.jpg) no-repeat;
	background-position: left;
	background-color:#FFFFFF;
	width: 175px;
	height: 398px;
	float: left;
}
#sgs {
	background-position: left;
	background-color:#FFFFFF;
	float: left;
}
#content {
	width: 573px;
	height: 331px;
	float: right;
	background-image: url(images/content.jpg);
	background-color:#FFFFFF;
}
#content2 {
	width: 573px;
	height: auto;
	float: right;
	background-image: url(images/content2.jpg);
	background-color:#FFFFFF;
}
#content3 {
	width: 573px;
	height: auto;
	float: right;

}
#contenttext {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	
	background-position:left;
	font-size: 10px;
	height: 68px;
	width:755px;
	clear: both;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.step {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	color: #3300CC;
}

.step2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: left;
}
