/* MAIN FONT & BG COLOR
============================ */

body {
	color: #000000;
	background: #d0a884 url(../images/bg2.jpg) repeat;
	font: 0.8em/1.4em Arial, Helvetica, sans-serif;
}
.first {font-weight:bold;}

/* PRIMARY LINK COLORS
=============================== */
a {
	color: #009900;
	text-decoration: underline;
}
a:hover {
	color: #51b111;
	text-decoration: none;
}

#sidebar a {
	color: #fff;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #51b111;
	text-decoration: none;
}
/* HEADINGS H1-H6 
======================== */

h1 {
	color: #5a99a1;
	font: italic bold 5em Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #8c8c8c;
	font-weight: bold;
	line-height: 1.9em;
	font-size: 1.4em;
}

h3 {
	color: #8c8c8c;
	font-weight: bold;
	line-height: 1.7em;
	font-size: 1.1em;
}

h4 {
	color: #8c8c8c;
	font-weight: bold;
	line-height: 1.7em;
	font-size: 1.1em;
}

h5 {
	color: #8c8c8c;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1.1em;
}

h6 {
	color: #8c8c8c;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1em;
}



/* TOP NAV
===================== */
#nav {width:1030px;
	font: 0.7em Arial, Helvetica, sans-serif;
}

#nav li a {
	color: #000;
}

/* TOP NAV HOVER COLOR  */
div#nav li:hover a,
div#nav li.sfhover a /* IE */ {
	color: #88cf2b;
}

/* TOP NAV ACTIVE COLOR  */
div#nav li.active a {
	color: #FFF;
}
#nav li a .about {color: #FFF;
}



/* BACKGROUNDS
=======================*/


#wrap {
	background:  url(../images/contentbg.gif);
	z-index: 100;	
}


#sidebar{
	
	text-align:center;
}
#sidebar .top{
	background: url(../images/sidetop.png) no-repeat;
	height: 14px;
	width: 193px;
}
#sidebar .bottom{
	background: url(../images/sidebot.png) no-repeat;
	height: 64px;
	width: 193px;
}
#contentfooter{
	background: url(../images/contentfooter.png);
	height: 16px;
	width: 814px;
}

/* END OF BG */
/* RIGHT SIDE 
======================= */
#sidebar .inside{
	padding-right:15px;
	color:#CCCCCC;
}
#sidebar p {
text-align:left;}
#sidebar .divide{
	width: 165px;
	height: 3px;
	background: url(../images/hrside.png);
}



/* inner content
================== */

#content ul{
	margin-left:50px;
	list-style: disc;
	font-size: 0.7em;
	line-height: 1.2em;
	}
#content  hr{color: #cccccc;
background-color: #cccccc;
height: 1px;}
/* SIDE BAR QUOTES
========================*/
#sidebar .quote p{font-size: 1.2em;}
#sidebar .quote p.name{
	color:#000000;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 0.9em;
}
#sidebar .quote{margin-top:20px;
	padding-top:5px;
	background: url(../images/hrside.png) no-repeat top;
}

#sidebar .quote  a{
	font-size: 0.7em;
	font-weight: normal;
}
/* FOOTER
===========================*/

#footer {
	text-align:right;
	color: #666666;
	font: 0.7em/0.5em Arial, Helvetica, sans-serif;
	
}
#footer #mainlevel{
	text-align:center;
	padding-right:25px;
	color: #ffffff;
	padding-top: 20px;
}

#footer p{
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
}
  #footer a, #footer #mainlevel li a {
	color: #ffffff;
	text-decoration: none;
	padding-left:10px;
}
#footer #mainlevel li a.special{padding-right:330px;}
#footer a:hover,
#footer #mainlevel li a:hover {
	color: #def3fe;
	text-decoration: underline;
}
