body {
	background-color: white ;
	background-image:url("images/bgBlueWhite.png");
	background-repeat:repeat;
}
div {
	padding: 0px;
	width: 600px;
}
h1{
	margin: 0px;
	margin-top:15px;
	text-decoration: underline;
	color:#dee3e7;
}
h2{
	margin: 0px;
	margin-top:15px;
	text-decoration: underline;
}
h3{
	margin: 1px;
	margin-top:10px;
	text-decoration: underline;
}
/* The default setting for links */
a{
	color:#df9836
}
img{
	border:0px;
	border-right:0px;
	border-left:0px;
}
/* paragraphs */
p.sig{
	text-align:right;
}
p.date{
	text-indent:0px;
}
/*lists*/
ul{
	list-style-type: none;
}
li{
	margin: 15px;
}
ul.styled{
	list-style-type: circle;
}
/*tables*/
table{
	border: none;
}
tr{

}
td{
	width: auto;
	text-align: center;

}
/*page dividers*/
#contained{
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
}
#cornerstone {

}
#header {
	position:absolute;
	left:145px;
	top:0px;
	width: 100%;
	color: #000000;
	background-image:url("images/UriconBanner2Clean.png");
	background-repeat:no-repeat;
	border: 0px solid #000000;
	margin: 0px;
	width: 700px;
	height: 200px;
	text-indent:-2000px;
	
}
#background{

}
#navigation {
	position:absolute;
	top:200px;
	left:110px;
	width: 100%;
	height: 50px;
	font-weight: 700;
	a{
		color: #df9638;
	}
	font-family: verdana;
	font-size: 12px;
	background-image:url("images/menuBar.bmp");
	background-repeat:no-repeat;
}
#content {
	padding: 7px;
	position:absolute;
	background-color:gray;
	left:120px;
	top:250px;
	width:740px;
	height:auto;
}
#footer {
	position:absolute;
	bottom: -80px;
	width:100%;
	clear: both;
	text-align: center;
}
