/* --HTML and BODY Information-- */
html {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	background: #BC4300 url(images/main-bk.gif) repeat-y center;
	margin: 0;
	padding: 0;
	}
	
/* --div border
div {border: solid 1px #f00;} -- */	
		
#frame {
		width:826px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
		
#nav {
		width:253px;
		text-align:left;
		float:left;
		background: #FE9040 url(images/nav-bk.gif) no-repeat bottom;
		}
		
	
#contentcenter {
		width:573px;
		padding:0px;
		float:left;
		background: #ffffff url(images/bk.gif) no-repeat;
		}
	
table {	margin:0px 20px 14px 26px;}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
		}
		
p {	margin:0px 20px 14px 26px;}


p.indent {
	margin:0px 20px 14px 56px;
	}
	
p.indentbold {
	margin:0px 20px 14px 56px;
	color: #ff3300;
	font-weight: bold;
	}
	
b.comparison {
	color: #ff3300;
	font-weight: bold;
	}
	
img.indent2 {
	margin:10px 10px 14px 56px;
	}
	
img.indent3 {
	margin:10px 10px 14px 0px;
	}

hr {	margin:0px 20px 0px 26px;}
		
		
h1 {
	color: #663300;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 20px;
	margin:10px 30px 20px 26px;
	padding-top: 20px;
	font-weight: bold;
	line-height: 18px;
		}
		
h2 {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 16px;
	margin:10px 30px 10px 26px;
	font-weight: normal;
	line-height: 20px;
		}
		
h3 {
	color: #663300;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px;
	margin:10px 20px 0px 26px;
	font-weight: bold;
	line-height: 14px;
		}
		
h4 {
	color: #663300;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px;
	margin:0;
	font-weight: bold;
	line-height: 14px;
		}
		
b { font-weight: bold;}

ul{		
list-style-type: disc;				
margin: 0;
padding-bottom: 30px;
padding-top: 20px;
color: #933300;
}

li{			
list-style-type: disc;	
list-style-position: inside;		
padding-bottom: 2px;
margin: 0;
font-size: 11px;
font-weight: bold;
line-height: 14px;
padding-left: 10px;
}



a:link {
	color: #933300;
	text-decoration: none;
}

a:visited{
	color: #663300;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	text-decoration: underline;
}

a.body:link, a.body:visited{
	color: #933300;
	text-decoration: underline;
	}

a.body:hover, a.body:active{	
	color: #cc0000;
	text-decoration: underline;
	}
