/* Adpated from Burned design by Free CSS Templates (http://www.freecsstemplates.org)
   Released for free under a Creative Commons Attribution 2.5 License*/

/* Basic */

*   {
	margin: 0;
	padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

/*h1,h2,h3,h4,h5,h6  {
	letter-spacing: 0.2em;
}*/

body  {
	font-family: "trebuchet ms", sans-serif;
	font-size: 12pt;
	background-color: #45025e;
	color: #7a4702;/*573303 6F5129 5e3703*/
}

a  {
	color: #280abc;/*667700*/
	text-decoration: underline;
}

hr {
    border: 0;
    color: #5e3703;
    background-color:#5e3703;
    height: 1px;
   /*width: 100%;*/
    text-align: center;
	}

/* Outer */

#outer  {
	width: 778px;
	margin: 1em auto;
}

/* Header */
#header  {
	padding: 0 0 0 0 ;/*removed left and right 1.75em padding*/
	text-align: center;
}

#header h2  {
	color: #f2d58f;
	font-size: 24pt;
	/*letter-spacing: 0.2em;*/
	margin:0;
	padding:0;
	border:0;
}

#header h3  {
	font-size: 18pt;
	letter-spacing: 0.1pt;
	color: #f0c173;/*878181 747474*/
	border:0;
	margin:0;
	padding:0;
}

/* Menu */

#menu  {
	background: #ffffff url('../images/a1.jpg') top left no-repeat;
	height: 94px;
	width: 778px;
}

#menu ul  {
	list-style: none;
	text-align: center;
	position: relative;
	top: 45px;
}

#menu li  {
	padding: 0em 1em 0em 1em;
	display: inline;
}

#menu li a   {
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	/*letter-spacing: 0.2em;*/
}

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

/* Content */

#xbg1   {
	position: absolute;
	z-index: 1;
	background: #ffffff url('../images/a2.jpg') top left no-repeat;
	width: 778px;
	height: 98px;
}

#content {
	background: #ffffff url('../images/a3.jpg') top left repeat-y;
}

.imager  {padding:0 0 0 10px;
          float:right;}

.imagel  {padding:0 10px 0 0;
          float:left;}

.center  { text-align:center;}

#content p   {
	margin-bottom: 6px;
	line-height: 1.2em;
}

.p2  {
    font-size:10pt;
	}

.p3   {
	line-height: 1.5em;
}
	
.author {font-size:9pt;}

#content h1,h2,h3,h4,h5,h6  {
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h1 {font-size: 18pt;}

#content h2 {font-size: 14pt;}

#content h3 {font-size: 12pt;}

#content ul   {
	margin-bottom: 1em;
	padding-left: 1em;
    }
	
#content li {margin: 0 0 1em 0;}

ul .plain {
	list-style:none;
	line-height: 1.5em;
	padding-left: 0;
	margin-left: 1em;
	}

#content blockquote {margin-bottom: 2em;}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table {margin-bottom: 2em;}

#content table th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td {	padding: 0.5em;}

#content table tr.rowA {
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB {
	background-color: #EFDCC2;
	color: inherit;
}

/* Primary Content */
#primaryContentContainer {
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#primaryContent {
	margin: 2em 1.0em 0em 18em;/*margin: 2em 3.0em 0em 18em;*/
	padding: 0 5px 0 10px;/*padding: 0em 0em 0em 1.5em*/
	border-left: solid 1px #DFBF99;
}

/* Secondary Content */
#secondaryContent {
	position: relative;
	z-index: 2;
	float: right;
	width: 15em;
	margin-top: 2em;
}

/* Footer */
#footer {
	width: 778px;
	height: 56px;
	padding-top: 30px;
	background: #ffffff url('../images/a4.jpg') top left no-repeat;
	text-align: center;
}

#footer p  {font-size: 9pt;}

.clear {clear: both;}