body, html{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #335169;
	color: black;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;


}
a{
	color: black;
}
body{
	background-image: url(/intro/images/bg.gif);
	background-repeat: repeat-y;
	background-position: right 0px;;
	min-width: 1200px;
	/*font-size: 62.5%;*/
	/*font-size: 68.75%;*/
	/*font-size: 75%;*/
	font-size: 68.75%;
}

#main{
	background: url(/intro/images/top_bg.jpg) repeat-x;
	
}
#top{
	position: relative;
	background: url(/intro/images/map.jpg) no-repeat right 0px;
	height: 439px;
	
}
#main p{
	padding: 5px 0px;
}
#main img{
	vertical-align: middle;
	margin: 0px 8px 0px 0px;
	float: left;
}

#block_1, #block_2, #block_3, #block_4{
	position: absolute;
	top: 280px;
	right: 945px;
	width: 170px;
}
#block_2{
	top: 145px;
	right: 710px;
}
#block_2 img{
	margin-bottom: 20px;
	vertical-align: top;
	
}
#block_3{
	top: 368px;
	right: 465px;
}
#block_4{
	top: 145px;
	right: 230px;
}

#bottom{
	padding: 10px 160px 10px 0px;;
	color: white;
	text-align: right;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.9em;
}
#bottom_navy {
	padding-right: 50px;
}
#bottom_navy a{
	color: white;
	font-weight: bolder;
}
#bottom_copy{
	color:#CBCBCB;
}
#bottom_copy a{
	color:#CBCBCB;
}

