.b {
	font-weight: bold;
	color: #333333;
	}
	
.br {
	font-weight: bold;
	color: #cc3333;
	}

.i {
	font-style: italic;
	}
	
.sm {
	font-size: x-small;
	color: #666;
	}

	
.center {
	text-align: center;
	}

li {
	color: #666666;
	line-height:150%;
	font-size:10pt;
	}


body {
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0em;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	}
	
.header {
	background:url(images/headerrepaired.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:95px;
	width:790px;
	height:16px;
	}

.nav {
	color: white;
	font-size: 10pt;
	float:left;
	width:100%;
	height:20px;
	text-align: center;
	background-color:#cc3333;
	padding-top:0px;
	margin-top:0px;
	}
	
.nav span {
	padding-right:2em;
	line-height:1.75em;
	font-size:9pt;
	}

.nav a {
	color:white;
	text-decoration:none;
	}

.container {
	width:790px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:0em;
	margin-top:2em;
	}

.left {
	width:180px;
	display:block;
	float:left;
	clear:left;
	margin-top:0em;
	}
	
.left h2 {
	text-align:right;
	margin-right:.5em;
	color: #333333;
	}
	
.leftnav {
	padding-right:1em;
	margin-right:-3px;
	margin-right:-9px;
	}
	
.leftnav a {
	color:#666666;
	text-decoration:none;
	}
	
p.leftnav {
	border-bottom:1px solid #cccccc;
	font-size:10pt;
	width:100%;
	text-align:right;
	color: #666666;
	border-right:0px;
	}
	
.content {
	width:560px;
	display:block;
	float:left;
	padding-left:1em;
	border-left:1px solid #cccccc;
	}

.content p {
	color: #666666;
	line-height:150%;
	font-size:10pt;
	}

img.floatright {
	display:block;
	float:right;
	margin-left:1em;
	margin-bottom:.5em;
	}
	
img.floatleft {
	display:block;
	float:left;
	margin-right:1em;
	margin-bottom:.5em;
	}
	
h2 {
	color:#0066cc;
	font-size:21pt;
	margin-bottom:.5em;
	}
	
h3 {
	color: #0066cc;
	font-size:14pt;
	}
	
h4.leftnav {
	color: #333333;
	font-size:12pt;
	text-align:right;
	margin-right:-1em;
	}

.content a:link {
	color: #0066cc;
	}
	
.content a:visited {
	color: #cc0000;
	}
	
.footer a:link {
	color: #0066cc;
	}
	
.footer p {
	font-size:8pt;
	color: #333333;
	margin-left: 1.5em;
	text-align: center;
	}

.footer {
	width: 790px;
	height:3em;
	display:block;
	clear:both;
	padding-top:1em;
	margin-left:auto;
	margin-right:auto;
	}
	

