body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #666666;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container{
	width: 900px;
	margin: auto;
}
#nav {
	width: 245px;
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;

}
#logo{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width: 245px;
	height: 82px;
}
#logo h1,#logo h2{
	font-size: 10px;
	visibility: hidden;
	margin: 0px;
}
#nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-left: 25px;
	text-align:left;
}
#nav ul ul{
	margin-top: 0px;
	margin-bottom: 5px;
}
#nav li{
	display : inline;
	margin : 0;
	padding : 0;
	display: block;
}
#nav li a{
	text-decoration: none;
	display: block;
	width: 200px;
	background-image:url(../images/nav_divide.gif);
	background-repeat: repeat-x;
	background-position: 0px 35px;
	line-height: 36px;
	color: #666666;
}
#nav ul ul li a{
	background-image: none;
}
#box{
	background-image:url(../images/);
	background-repeat:no-repeat;
	width: 170px;
	border: solid 1px #999999;
	padding: 10px;
	padding-top: 10px;
	margin-left: 30px;
	margin-top: 20px;
	font-size: 12px;
}
#nextstep{
	background-image:url(../images/nextstep.gif);
	background-repeat:no-repeat;
	width: 189px;
	border: solid 1px #999999;
	padding: 15px;
	padding-top: 75px;
	margin-left: 15px;
	margin-top: 20px;
	font-size: 12px;
}
#callback{
	background-image:url(../images/callback.gif);
	background-repeat:no-repeat;
	width: 189px;
	border: solid 1px #999999;
	padding: 15px;
	padding-top: 50px;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 12px;
}
#callbackbutton{
	text-align: right;
	margin-top: 15px;
}
#whatsnew{
	background-image:url(../images/whatsnew.gif);
	background-repeat:no-repeat;
	width: 189px;
	border: solid 1px #999999;
	padding: 15px;
	padding-top: 50px;
	padding-bottom: 25px;
	margin-left: 15px;
	margin-top: 15px;
}
a.newsletter_contact{
	float: right;
	color: #D45E10;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 20px;
	margin-right: 5px;
}
#contact{
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
	width: 145px;
	border: solid 1px #999999;
	padding: 15px;
	padding-top: 15px;
	margin-left: 20px;
	margin-top: 20px;
}
#banner{
	background-color: #7084A2;
	width: 655px;
	height: 82px;
	float: right;
	background-image:url(../images/banner_bg.gif);
	background-repeat:no-repeat;
	background-position: right;
}
#content1{
	float: left;
	width: 394px;
	padding-top: 20px;
}
#content{
	float: left;
	width: 635px;
	padding-top: 20px;
}
#rightcol{
	float: left;
	width: 260px;
	padding-top: 20px;
}
h1{
	color:#FF6600;
	font-size: 200%;
	font-weight: normal;
	line-height: 32px;
}
h2{
	color: #FF6600;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3{
	color: #FF6600;
	font-size: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}
h1.nextstep{
	color:#FF6600;
	font-size: 200%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
hr{
	background-color: #C3CAD3;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;	
}
.float-right{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}
#footer{
	color: #666666;
	text-align:left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer a{
	color: #D45E10;
	text-decoration: underline;
}
a {
	color:#D45E10;
}
#credit{
	float:right;
	margin-bottom: 20px;	
}
#copyright{
	float: left;
	margin-bottom: 20px;	
}
