/* JourneyWoman.com 2005 Suzanne Carter-Jackson www.zerocattle.com */

/* rgb doesn't work in Netscape 4.x
rgb(216,55,0)
#d63100*/


body {
	background-color: #ffffff;
	color: #000000;
	}

p {
	text-align: left;
	}

a:link {
	color: #d63100;
	}

a:active {
	color: #f00;
	}

a:visited {
	color: #800080;
	}

/* main page links only */
#bestlinks a, .navtable a {
    font-weight: bold;
    }

/* main section page lists of recommended links */
#recommended a {
    font-weight: bold;
    }

address {
	color: #d63100;
	text-align: center;
	font-size: smaller;
	font-weight: bold;
	font-style: normal;
	margin: 20px auto;
	}

.navtable a {
	}
	
p.navtable {
	font-size: smaller;
    text-align: center;
    margin-top: 30px;
    }

p.endarticle {
    text-align: center;
    margin-top: 30px;
    }

.navtable td {
	font-size: smaller;
	text-align: center;
	vertical-align: center;
	width: 25%;
	}

/* main div for all content */
.content {
    text-align: left;
    }

#content {
    width: 85%;
    margin: 25px auto;
    text-align: left;
    }


/* new files pages only */
.newfilesNav {
    width: 85%;
    margin: 25px auto;
	font-size: smaller;
    font-family: verdana, helvetica, arial, sans-serif;
    }


h1 {
	color: #d63100;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h2 {
	color: #d63100;
	font-size: 24px;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	}

h3 {
	color: #d63100;
	font-size: 18px;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	}

h3.classifieds {
	margin: 30px auto;
	}
	
.classifiedLeader {
	font-weight: bold;
	color: #d63100;
	text-transform: uppercase;
	}

/* LEGACY STYLE */
.smallorange {
	font-weight: bold;
	color: #d63100;
}

p.author {
	color: /*#d63100*/ #000;
    font-weight: bold;
    }
    
span.firstletter {
	color: #d63100;
    font-weight: bold;
    }
    
span.firstline {
	color: #d63100;
    font-weight: bold;
    }
    
span.editorNote {
	color: #d63100;
    font-weight: bold;
    }

/*p.note {
    margin-top: 0;
    } */
    
.intro {
    margin: 15px 0;
    }
    
/*.intro p {
    font-size: smaller;
    line-height: 150%;
    } */
    
/* title banner area */

div.title {
    margin-bottom: 25px;
    }
    
/* classified content area */

div.classifiedContent {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    }

div.endBox {
    width: 85%;
    border: 3px double #ccc;
    margin: 20px auto;
    padding: 20px;
    }
	
.required{
font-weight: bold;
color: #000;
}
