/* CSS Document */

body{
margin: 0;
padding: 0;
font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4{
margin: 10px;
}

p, li{
font-size: 12px;
line-height: 18px;
margin: 5px 0px 0px 0px;
color: #666633;
}

h1{
font-size: 18px;
font-weight: bold;
margin: 15px 0px 0px 0px;
color: #663333;
line-height: 22px;
}

h2{
font-size: 12px;
font-weight: bold;
text-align: left;
margin: 0px 0px 12px 0px;
color: #663333;
}

h3{
font-size: 14px;
color: #666633;
font-weight: bold;
}

h4{
font-size: 14px;
color: #663333;
font-weight: bold;
}

navbold{
font-size: 12px;
line-height: 18px;
font-weight: bold;
color: #663333;
}

r1{
font-size: 12px;
font-weight: bold;
color: #663333;
line-height: 18px;
}

p.altlist{
	font-size: 10px;
	text-align: left;
	margin: 0px 0px 12px 0px;
	line-height: 140%;
	color: #663333;
}

p.altlist:link {
	text-decoration:none;
	color: #330000;
}

p.altlist: hover {
	color: #ffffff;
}

p.altlist: visited{
	color: #a29873;
}

p.footer{
	font-size: 10px;
	text-align: center;
	color: #663333;
}

p.footer:link {
	text-decoration:none;
	color: #330000;
}

p.footer: hover {
	color: #ffffff;
}

p.footer: visited{
	color: #a29873;
}

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

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

a:active{
color: #000066;
}

a:hover {
font-weight: bold;
color: #990099;
}


img{
	margin: 0;
	padding: 0;
	border: 0;
}

img.border{
border: 1px solid #666633; 
}

ul, ol{
margin-left: 40px;
padding-left: 0px;
}

li{
font-weight: normal;
line-height: 18px;
}

p.contact{
	font-size: 10px;
	text-align: right;
	color: #663333;
    margin: 0px 0px 0px 0px;
}

p.copy{
    font-weight: normal;
	font-size: 12px;
	text-align: left;
    margin: 0px 0px 50px 0px;
}

p.breadcrumb{
    font-weight: bold;
	font-size: 12px;
	text-align: left;
    margin: 5px 0px 0px 0px;
}

p.breadcrumb:link {
	text-decoration: none;
}

p.breadcrumb:visited{
	text-decoration:none;
	color: #999900;
}

p.breadcrumb_links{
	text-align: right;
	margin-top: -30px;
	color: #dbd2b2;
}

p.footer{
	font-size: 10px;
	text-align: center;
	color: #663333;
}

p.footer:link {
	text-decoration:none;
	color: #330000;
}

p.footer: hover {
	color: #ffffff;
}

p.footer: visited{
	color: #a29873;
}

p.art_title_left{
    font-weight: bold;
	font-size: 14px;
	font-style: ;
	text-align: center;
    margin: 5px 0px 5px 0px;
	color: #999966;
}

p.art_subhead{
    font-weight: normal;
	font-size: 11px;
	text-align: center;
    margin: 0px 0px 20px 0px;
	color: #999966;
}


#wrapper { 
 background: ffffff;
 margin: 0 auto;
 width: 100%;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #333;
 width: 800px;
 padding: 0px;
 height: 110px;
 margin: 0px 50px 0px 50px;
 background: #CCCCFF;
}
#navigation {
 color: #66333;
 width: 800px;
 padding: 0px;
 height: 30px;
 margin: 0px 0px 0px 50px;
 background: #66333;
}
#breadcrumb {
 width: 800px;
 padding: 0px;
 height: 100px;
 margin: 0px 0px 40px 50px;
}

#leftcolumn { 
 display: inline;
 color: #bce864;
 margin: 0px;
 padding: 1px;
 width: 50px;
 float: left;
}
#leftmiddle { 
 float: left;
 color: #333;
 margin: 50px 10px 50px 0px;
 padding: 0px;
 width: 250px;
 text-align: center;
 display: inline;
 position: relative;
}
#rightmiddle { 
 display: inline;
 position: relative;
 color: #333;
 margin: 50px 10px 50px 0px;
 padding: 0px;
 text-align: center;
width: 250px;
 float: left;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 50px 10px 50px 0px;
 padding: 0px;
 width: 250px;
 text-align: center;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 margin: 0px 50px 0px 0px;
 color: #333;

 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }


