/********************/
/*  MAIN            */
/********************/

body
	{
	background-image: url('images/dc-bg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	}

a
	{
	color: #7F4100;
	text-decoration: none;
	}

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

.line
	{
	background-image: url('images/line.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	empty-cells: show;
	}


.lineBottom
	{
	background-image: url('images/line-bottom.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	empty-cells: show;
	height: 25px;
	}

/********************/
/*  NAVIGATION      */
/********************/


.topNavLink
	{
	background-color: #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: verdana, tahoma, arial;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 33%;
	}

.topNavLink a
	{
	color: #000000;
	padding: 3px;
	text-decoration: none;
	}

.topNavLink a:hover
	{
	color: #CC0000;
	padding: 3px;
	text-decoration: none;
	}

.leftNav
	{
	background-image: url('images/line.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	empty-cells: show;
	}

.leftNavLink
	{
	border: 2px solid #917563;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

.leftNavLink a
	{
	color: #000000;
	display: block;
	padding: 3px;
	padding-left: 25px;
	text-decoration: none;
	}

.leftNavLink a:hover
	{
	color: #000000;
	background-color: #917563;
	display: block;
	padding: 3px;
	padding-left: 25px;
	text-decoration: none;
	}

/********************/
/*  CONTENT         */
/********************/

.content
	{
	color: #000000;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	}

.content h1
	{
	color: #7F4100;
	font-family: verdana, tahoma, arial;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 15px;
	}

.content h2
	{
	color: #000000;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 11px;
	}

.content h3
	{
	color: #000000;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 11px;
	}

.text
	{
	color: #000000;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	}

.text-small
	{
	color: #000000;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	}

.quote
	{
	padding-left: 40px;
	padding-right: 40px;
	font-style: italic;
	}

.quoteTag
	{
	padding-left: 40px;
	padding-right: 40px;
	text-align: right;
	}

/********************/
/* IMAGES           */
/********************/

.imageLeft
	{
	margin: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	}

.imageRight
	{
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 2px;
	float: right;
	}

.gallery
	{
	padding: 3px;
	text-align: center;
	height: 120px;
	width: 120px;
	}

.gallery img
	{
	border: none;
	}

/********************/
/*  FOOTER          */
/********************/

.footerBorder
	{
	border-top: 5px solid #7F4100;
	}

.footer
	{
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
.footer
	{
	font-family: verdana, tahoma, arial;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	}

/********************/
/*  MISC            */
/********************/

.spacer
	{
	empty-cells: show;
	}

.bg
	{
	background-color: #000000;
	}

.border
	{
	border: 1px solid #000000;
	}

.border-bottom
	{
	border-bottom: 1px solid #999999;
	color: #000000;
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	}