body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#323232;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	background:#b2b2b2;
}
.red{
	color:rgb(172,38,27);
}
a{
	font-weight:bold;
	color:rgb(172,38,27);
}
p,ul{
	margin:0;
	padding:0 0 15px 0;
}
li{
	list-style:none;
	padding:0 0 10px 10px;
	background:url(../_images/bullet.jpg) transparent no-repeat left 6px;
	font-style:italic;
	color:#676767;
}
li ul{
	padding:5px 0 0 0;
	margin-bottom:-10px;
}
li ul li{
	padding:0 0 5px 12px;
	font-size:11px;
}
ul.normalize li{
	color:#323232;
	font-style:normal;
}
a:hover{
	text-decoration:underline;
}
#outerWrapper{
	
}
#innerWrapper{
	margin:0 auto;
	background-color:#ffffff;
	width:750px;
	font-family:Arial,Verdana,sans-serif;
	font-size:13px;
	line-height:16px;
	color:#333333
}
#header{
	height:158px;
}
#header img{
	float:left;
}
#mainMenu{
	color:#ffffff;
	padding:0 0 12px 20px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	background:url(../_images/bob-header-shadow.gif) #666666 no-repeat left bottom;
}
#mainMenu a{
	color:#ffffff;
	text-decoration:none;
}
#mainMenu a:hover{
	text-decoration:underline;
}
div#message{
	background:#cccccc;
	font-style:italic;
	color:#333333;
	line-height:18px;
	padding:18px 20px 20px;
	height:639px;
	width:670px;
	margin:15px auto 0;
}
div#message h2{
	color:#aa261a;
	font-size:20px;
}
div#message a{
	text-decoration:none;
}
div#message .signature{
	margin:0 0 10px;
}
div#message .images{
	padding:0 0 20px;
}
.lightgrey{
	color:#888888;
}
.item{
	font-size:13px;
	line-height:18px;
	padding:10px 0 10px;
	margin-left:20px;
	width:710px;
	background:url(../_images/dots-horz.png) transparent repeat-x left bottom;
	overflow:auto;
}
h1{
	margin-top:30px;
	display:block;
	height:40px;
	line-height:40px;
	color:white;
	font-size:17px;
	font-weight:bold;
	text-indent:45px;
	background:url(../_images/h1-bkd.png) rgb(172,38,27) no-repeat 20px center;
}
h2{
	font-size:17px;
	font-weight:bold;	
}
h2 span{
	font-size:11px;
	color:#8f8f8f;
	font-weight:normal;
}
h3{
	font-size:17px;
	font-weight:bold;	
	color:rgb(172,38,27);
}
h4{
	display:block;
	font-size:13px;
	background:url(../_images/h4-bkd.png) transparent no-repeat 0px 3px;
	padding:0 0 0 15px;
	margin:0;
	text-transform:uppercase;
}
.images{
	padding:0 0 5px 20px;
	float:right;
}
.copy{

}
.top{
	display:block;
	width:33px;
	height:18px;
	background:url(../_images/top.png) transparent no-repeat center center;
	float:right;
	text-indent:-9999px;
}
.event{
	overflow:auto;
	width:100%;
	padding-bottom:20px;
}
.event p{
	width:530px;
}
/* table */

table{
	width:99%;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-left:1px;
}
th{
	height:30px;
	text-indent:-9999px;
	background:rgb(159,35,25);
}
th.t1{
	background:url(../_images/th-1.png) rgb(159,35,25) no-repeat 0px 0px;
	width:294px;
	border-left:1px solid rgb(159,35,25);
}
th.t2{
	background:url(../_images/th-2.png) rgb(159,35,25) no-repeat 0px 0px;
	width:186px;
	border-left:1px solid white;
	border-right:1px solid white;
}
th.t3{
	background:url(../_images/th-3.png) rgb(159,35,25) no-repeat 0px 0px;
	width:207px;
	border-right:1px solid rgb(159,35,25);
}
td{
	padding:10px;
	font-size:13px;
	border:1px solid rgb(186,186,186);
}
td a{
	color:rgb(51,51,51);
}
td.t1{
	font-weight:bold;
}
td.t2,td.t3{
	text-align:center;
}

