body {
/*	background-image: url(img/dgrey062.gif); */
	background-color: #333333;
	font-family: serif;
	line-height: 110%;
	text-align: center; /* this allows for centering */
}

hr {
	margin:10px 0px 20px 0px;
}

td {
	margin:15px 15px 15px 15px;
}

li {
	line-height: 120%;
	margin:2px 2px 2px 30px;
	font-size: 14px;
	text-align: left;
}

p {
	margin:5px 15px 5px 15px;
	font-size: 14px;
}

a {
     text-decoration:none;
}

a.body:link {
	color: #990000;
}

a.body:visited {
	color: #990000;
}

a.body:hover {
	color: #ff9900;
}

a.nav {
	text-decoration: none;
}

img.block {
	display: block;
}

/* Main content area */

p.body {
	line-height: 120%;
	margin:15px 30px 15px 30px;
	font-size: 14px;
	text-align: justify;
}

p.left {
	line-height: 120%;
	margin:15px 80px 15px 80px;
	font-size: 16px;
	text-align: justify;
}

p.left_head {
	line-height: 120%;
	margin:15px 80px 15px 80px;
	font-size: 20px;
	font-weight: bold;
}

p.left_subhead {
	line-height: 120%;
	margin:15px 80px 15px 80px;
	font-size: 18px;
	font-weight: bold;
	color:#993333
}

p.left_indent {
	line-height: 120%;
	margin:15px 80px 15px 100px;
	font-size: 16px;
	text-align: justify;
}

/* Disclaimer */

p.disclaimer {
	margin:10px 10px 10px 10px;
	font-family: sans-serif;
	font-size: 9px;
	line-height: 120%;
	text-align: center;
	color:#ffffff;
}

/* Right Sidebar */

p.right {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 120%;
}

p.right_indent {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	margin-left: 25px;
	margin-bottom: 0px;
}

p.right_indent2 {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin-left: 35px;
	margin-top: 0px;
}

p.right_head {
	color: #ffff00;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}

/* Top nav bar */

p.nav {
	margin:0px 0px 0px 0px;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

a.nav:link {
	color: #ffffff;
}

a.nav:visited {
	color: #ffffff;
}

a.nav:hover {
	color: #ff9900;
}

/* Positioning */
#main { /* this allows for centering */
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#headerleft {
	float:left;
	width:596px;
	height:90px;
	background:#993333;
    border-width: 4px;
    border-style: none solid solid none;
    border-color: #000000;
	}
	
#headerright {
	float:left;
	width:200px;
	height:90px;
	background:#ffffff; 
/*	background-image: url(img/handcoded_grey.jpg);*/
    border-width: 4px;
    border-style: none none solid none;
    border-color: #000000;
    padding: 0 0 0 0;
	}

#leftcontent {
	float: left;
	width:596px;
	background:#ffffff;
    border-width: 4px;
    border-style: none solid none none;
    border-color: #000000;
    padding-bottom: 30px;
	}

#rightcontent {
	float: right;
	width: 200px;
}

#maincontent {
	width:800px;
	background:#993333;
	}
	
#footerleft {
	float:left;
	width:596px;
	height:40px;
	background:#993333;
    border-width: 3px 4px 0px 0px;
    border-style: solid solid none none;
    border-color: #000000;
	}
	
#footerright {
	float:left;
	width:200px;
	height:40px;
	background:#ffffff;
    border-width: 3px;
    border-style: solid none none none;
    border-color: #000000;
	}

#clear {
	height: 1px;
    clear:both;
    overflow: hidden;
  }
  
#clear_blk {
	height: 1px;
	width: 800px;
	background: #000000;
    clear:both;
    overflow: hidden;
  }
 
#prop400 {
	height: 400px;
    width: 1px;
    float:right;
  }
