/* Color Scheme:

	Background: #f2f0e3	Off White
	Text 1: #776655		Light Brown
	Link: #59624f		Sage
	aLink: #995544		Terra Cotta

*/

/* Page Structure */

body
{
	margin: 0;
	background: #f2f0e3 url(../images/background.jpg) repeat-x;
}

#top 
{
	margin: 0 auto;
	height: 309px;
	width: 734px;
	background: transparent url(../images/top.jpg) bottom left;
	text-indent: -10000px;
}

#container
{
	margin: 0 auto;
	height: auto;
	width: 734px;
	background: transparent url(../images/middle_fade.jpg) repeat-y;
}


/* Navigation */

#navBar
{
	position: relative;
	top: 230px;
	width: 674px;
	padding: 30px;
	color: #59624f;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
}

#navBar a
{
	color: #59624f;
	text-decoration: none;
}

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

#navBar a:visited
{
	color: #59624f;
}


/* Article Area */

#article
{
	margin: 0px;
	height: auto;
	width: 674px;
	padding: 30px;
}

#article h1
{
	margin-bottom: -10px;
	color: #59624f;
	font-family: Cambria, Georgia, 'Times New Roman', serif;
	font-size: 20px;
	text-align: left;
}

#article h2
{
	margin-top: 10px;
	margin-bottom: -10px;
	color: #59624f;
	font-family: Cambria, Georgia, 'Times New Roman', serif;
	font-size: 16px;
	text-align: left;
}

#article h2 a
{
	color: #995544;
	text-decoration: none;
}

#article h2 a:active
{
	color: #995544;
}

#article h2 a:visited
{
	color: #59624f;
}

#article h2 a:hover
{
	text-decoration: underline;
}

#article li
{
	color: #59624f;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

#article p
{
	color: #59624f;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

#article p.date
{
	margin-top: -10px;
	font-weight: 700;
	text-align: right;
}

#article p.topLink
{
	margin-top: -10px;
	font-size: 11px;
	text-align: right;
}

#article p a
{
	color: #995544;
	font-weight: 700;
	text-decoration: none;
}

#article p a:hover
{
	text-decoration: underline;
}

#article p a:active
{
	color: #954;
}

#article p a:visited
{
	color: #59624f;
}

#article table.pics
{
	margin-top: 20px;
	width: 674px;
}

#article table.pics td
{
	width: 25%;
	text-align: center;
	vertical-align: top;
}

#article table.pics td.caption
{
	width: 25%;
	padding-bottom: 10px;
	color: #59624f;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

#article table.textPic
{
	width: 674px;
}

#article table.textPic td
{
	vertical-align: top;
}

#article table.textPic td.pic
{
	width: 200px;
	padding-top: 10px;
}

#article table.textPic td p.first
{
	margin-top: 15px;
}

#article ul li
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	list-style: circle;
	text-align: justify;
}

#article ul li a 
{
	color: #59624f;
	font-weight: bold;
	text-decoration: none;
}

#article ul li a:hover
{
	text-decoration: underline;
}

#article ul li a:visited
{
	color: #995544;
}

#article img.thumbnail 
{
	height: 185px;
	width: 175px;
	border: none;
}


/* Footer Area */

#footer 
{
	clear: both;
	height: 30px;
	padding: 30px;
	background: url(../images/footer.jpg) no-repeat bottom left;
	color: #59624f;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#footerRight 
{
	float: right;
	text-align: right;
}

#footer a 
{
	color: #59624f;
	text-decoration: none;
}

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

#footer a:active
{
	color: #954;
}

#footer a:visited
{
	color: #59624f;
}


/* Staple Classes */

.bold
{
	font-weight: 700;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}