body,div,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #666666;
}

p { margin-top: 0px; margin-bottom: 0px; } 

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container{
	width: 760px;
	margin: auto;
}
#nav {
	width: 220px;
	background-color: #FFFFFF;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	float: left;
}
#logo{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width: 215px;
	height: 195px;
	margin-top: 16px;

}
#logo h1,#logo h2{
	font-size: 10px;
	visibility: hidden;
}
#nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	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: 170px;
	background-image:url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	line-height: 14px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #004A90;
}
#nav ul ul li a{
	background-image: none;
}
#newsletter{
	background-image:url(../images/newsletter.gif);
	background-repeat:no-repeat;
	width: 145px;
	border: solid 1px #999999;
	padding: 15px;
	padding-top: 58px;
	margin-left: 20px;
	margin-top: 20px;
}
.submit{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
#newsletter form{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
#banner{
	background-color: #004890;
	width: 540px;
	float: right;
	background-image:url(../images/banner_bg_blue.gif);
	background-repeat:no-repeat;
	background-position: right;
	margin-top: 16px;
}
#banner_pic{
	width: 276px;
	height: 195px;
	float: left;
}
#banner_text{
	float: right;
	width: 264px;
}
#banner_text td{
	color: #FFFFFF;
}
#banner_text td img{
	margin-left: 20px;
	margin-top: 20px;
}
#banner_text a{
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 20px;
	margin-right: 20px;
}
#content{
	background-image:url(../images/fork.gif);
	background-repeat:no-repeat;
	background-position: top right;
	float: left;
	width: 528px;
	padding-left: 11px;
	padding-top: 15px;
}
h3{
	color: #004A90;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#leftcol{
	width: 246px;
	float: left;
	margin-top: 10px;
}
#rightcol{
	width: 246px;
	float: right;
	margin-top: 40px;
}
.calltoaction{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	background-image:url(../images/arrow_grey.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	padding-right: 15px;
}
hr{
	background-color: #000066;
	height: 4px;
	margin-top: 20px;
	margin-bottom: 20px;	
}
.float-right{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}
#footer{
	color: #666666;
	text-align: right;
	padding-bottom: 20px;
}
#footer a{
	color: #666666;
	text-decoration: none;
}