@CHARSET "UTF-8";
body{
	font-family: arial;
	background-color: #000304;
	background-image: url("../Images/Background.png");
	background-repeat: repeat-x;
	behavior: url("csshover3.htc");
	}
#content{
	top:0px;
	width:1150px;
	margin-left: auto;
	margin-right: auto;
	}	
div.pageheader{
	position:absolute;
	top:72px;
	width:388px;
	height:76px;
	background-image: url("../Images/Logo.png");
	background-repeat: no-repeat;
	cursor: pointer;
	}
div.pagebody{
	position:absolute;
	top:220px;
	width:1147px;
	height:570px;
	background-image: url("../Images/BodyArea.png");
	background-repeat:no-repeat;
	font-family: arial;
	}
div.pagebodytext{
	position:absolute;
	top:32px;
	left:28px;
	width:500px;
	height:300px;
	color:#545454;
	text-align: left;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	font-family: arial, Helvetica, sans-serif;
	}   
div.pagebodyimage{
	position: absolute;
	top:10px;
	left:687px;
	width: 453px;
	height: 553px;
	background-image: url("../Images/BodyImages1.png");
	background-repeat: no-repeat;
	}  
div.homeimage{
	position:absolute;
	top:10px;
	left:7px;
	width:1133px;
	height:553px;
	background-image: url("../Images/HomeImage.png");
	background-repeat: no-repeat;
	}       
div.pagefooter{
	position:absolute;
	top:796px;
	width:1147px;
	height:12px;
	font-family: arial;
	font-style:italic;
	color: #c0bebe;	
	font-size: 10px;
	margin-left: 5px;
	}	
div.menubar{
	position:absolute;
	top:160px;
	width:1147px;
	height:63px;
	background-image: url("../Images/MenuBar.png");
	background-repeat:no-repeat;
	}
div.breadcrumbs{
	position: absolute;
	top:18px;
	left:28px;
	width:1147px;
	height:63px;
	
	font-family:arial; 
	font-size: 10px;
	color: #939598;
	}
div.tagline{
	position:relative;
	top:775px;
	left:482px;
	width:660px;
	height:35px;
	background-image: url("../Images/TagLine.png");
	background-repeat:no-repeat;
	}
h1{
	font-family: arial;
	font-size: 20px;
	color: #3181a1;
	}	
h2{
	font-family: arial;
	font-size: 16px;
	color: #231f20;
	}	
a{
	color: #3181a1;
 	text-decoration: none;
 	cursor: pointer;
}
a:hover{
	color: #636466;
}
a:visited{
	color: #3181a1;
}