body {
	background-color: #FFFFFF;
	background-image: url(images/indexbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

b, strong {
	color: #666666;
	font-weight: bold;
}

h1 {
	color: #0000FF;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2, h3 {
	color: #3399FF;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 800px;
	height: 89px;
	margin-top: 0px;
}

#navigation {
	width: 800px;
	height: 50px;
	margin: 0px;
}

#navigation ul {
	margin: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}

#navigation a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	padding: 0px 10px 0px 10px;
	margin-right: 20px;
	border-top: 6px solid #428DFF;
}

#navigation a:hover {
	color: #666666;
	border-top: 12px solid #0066FF;
}

#div1 {
	width: 800px;
	height: 260px;
	background-image: url(images/div1.gif);
}

.imagediv {
	width: 330px;
	height: 220px;
	float: left;
	padding: 15px 10px 10px 30px;
}

.content1 {
	width: 395px;
	height: 230px;
	float: right;
	padding: 6px 26px 0px 0px;
}

#boxwrap {
	width: 800px;
	height: 207px;
	margin-top: 40px;
}

.boxdiv1 {
	width: 247px;
	height: 207px;
	background-image: url(images/box.gif);
	padding-left: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
}

.boxdiv2 {
	width: 247px;
	height: 207px;
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 279px;
}

.boxdiv3 {
	width: 247px;
	height: 207px;
	background-image: url(images/box.gif);
	padding-right: 8px;
	float: right;
	background-repeat: no-repeat;
	background-position: left;
}

.boxtext1 {
	width: 227px;
	height: 124px;
	margin-top: 75px;
	padding: 0px 10px 0px 10px;
}

.boxtext1 p, .boxtext2 p {
	margin: 4px 0px 0px 0px;
}

.boxtext1 h2 , .boxtext2 h2{
	text-align: center;
}

.boxtext2 {
	width: 227px;
	height: 124px;
	padding: 75px 10px 0px 10px;
}

#div2 {
	width: 770px;
	background-color: #FFFFFF;
	border: 1px solid #97D6FF;
	margin: 38px 15px 0px 15px;
}

#div3 {
	width: 210px;
	background-color: #ECF8FF;
	border: 1px solid #84CEFF;
	margin: 20px;
	color: #666666;
	padding: 20px 16px 20px 20px;
}

.gradientbox {
	background-image: url(images/box2.gif);
	width: 162px;
	height: 120px;
	padding: 15px;
	text-align: center;
}

#div4 {
	width: 470px;
	padding: 20px 20px 20px 0px;
	float: right;
}

#footer {
	width: 800px;
	height: 40px;
	margin: 30px 0px 30px 0px;
}

#footer p {
	text-align: center;
}

.clear {
	clear: both;
	line-height: 0px;
}

