/* CSS Document */
body{
	margin:0;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#b4cce5;
	background-position:top;
	font-size:12px;
	font-family:Arial;
	line-height:18px;
	
}
p
{
	font-size:12px;
	font-family:Arial;
	line-height:18px;
	margin:0 0 0 30px;
}
.CenterTable{
	margin:0 auto 0 auto;
	background-color:white;
}
.LeftTile{
	background-image:url(images/left_tile.gif);
	width: 10px;
	background-repeat:repeat-y;
}
.RightTile{
	background-image:url(images/right_tile.gif);
	width: 11px;
	background-repeat:repeat-y;
}
.Header{
	background-image:url(images/banner_tile.gif);
	background-repeat:repeat-x;
	height:138px;
	width:1010px;
}
.InputBox
{
	float:left;
	border:1px solid #85a7cd;
	font-family:Arial;
	font-size:12px;
	width:140px;
	margin:8px 0 0 0;
}
hr
{
	height:3px;
	width:90%;
	color: #c7c7c7;
	margin-left:18px;		
}
.Footer{
	background-image:url(images/bgr_foot.gif);
	background-repeat:repeat-x;
	height:76px;
}
.Title
{
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:30px 0 0 30px;
	padding:0;
}
ul
{
	list-style-image:url(images/bullet.gif);
	margin:0px 0px 0 55px;
	padding:0;
}
li
{
	margin:10px 10px 0 0;
	line-height:18px;
	padding:0;
}
.PageHeader
{
	background-image:url(images/pageheader.gif);
	height:61px;
	width:815px;
	margin-left:10%;
}
 .PageHeader p
{
	font-family:Trebuchet MS;
	text-transform:uppercase;
	
	font-size:28px;
	line-height:28px;
	color:#ff8a00;
	letter-spacing:.001em;
	margin:0;
	padding:24px 0 0 110px;
} 
.PageContent
{
	
	background-image:url(images/bgr_h.jpg); 
	width:815px;
	margin-left:10%;
	background-repeat:repeat-x;
}
.PageContent p
{
	margin:0;
	padding:20px 0 0 50px;
}