/* */
/*typical header properties*/
h1 {
	font-family:"times new roman";
	color:#336699;
	font-size:30px;
	text-align:center;
	}
	
h2 {
	font-family:"times new roman";
	color:#000000;
	font-size:20px;
	text-align:left;
	}
	
h3 {
	font-family:"times new roman";
	color:#000000;
	font-size:20px;
	text-align:center;
	}

/*typical paragraph properties*/
p.header {
	text-align:left;
	color:#000000;
	font-family:"times new roman";
	font-size:55px;
	}
p {
	text-align:left;
	color:black;
	font-family:"times new roman";
	font-size:16px;
	}

/*paragraph alignment*/
p.left {
	text-align:left;
	color:black;
	font-family:"times new roman";
	font-size:14px;
	}

p.right {
	text-align:right;
	color:black;
	font-family:"times new roman";
	font-size:14px;
	}
	
p.bold {
	text-align:left;
	color:black;
	font-family:"times new roman";
	font-size:18px;
	}
	
p.sig {
	text-align:center;
	color:black;
	font-family:"times new roman";
	font-size:16px;
	}
	
p.bullet {
	list-style:disc outside none;
	text-align:left;
	color:black;
	font-size:18px;
	}
	
p.footer {
	text-align:center;
	font-family:"times new roman";
	font-size:12px;
	}
	
/* Body Background*/
/* div.body 
{
background-image:url('images/bkg.jpg');
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center;
}
*/

div.top
	{
	background-image:url('images/bkg.jpg');
	background-repeat:repeat-y;
	/*background-attachment:fixed;*/
	background-position:left;
	}
	
div.mid
	{
	width:770px;
	padding:30px;
	border:0px solid white;
	margin:0px;
	background-image:url('itr/images/mid.jpg');
	background-repeat:repeat-y;
	/*background-attachment:fixed;*/
	background-position:left;
	}
	
div.bot
	{
	width:800px;
	height:103px;
	padding:0px;
	border:0px; solid white;
	margin:0px;
	background-image:url('itr/images/bot.jpg');
	background-repeat:repeat-y;
	background-position:left;
	}
	
div.footer
	{
	width:800px;
	height:103px;
	padding:0px;
	border:0px; solid white;
	margin:0px;
	background-position:left;
	}

