html, body {
	margin: 0;
	padding: 0;
	background: #431005;
	font: 11pt/1.4 Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	/*margin-bottom: 20px;*/
}
a:hover{text-decoration:none;}
/*layout*/

#container {
	width: 850px;
	margin: 20px auto;
	text-align: center;
	background: #FFFFFF;
	padding: 0;
	border: 1px solid #8c8c8c;
	overflow: hidden;
	height:1%;
}
h1,h2,h3,h4{ font-family:Palatino, "Times New Roman", serif;}
h3 {margin-bottom: -10px;}
#banner {
	height: 231px;
	overflow: hidden;
	background: url(../images/banner.jpg) no-repeat top left;
}

#banner h1 {
	display: none;
}

/* this nav just defines layout and basic bg, not any link properties*/

#nav {
	height: 41px;
	overflow: hidden;
	background: url(../images/NavBgNoTxt.jpg) no-repeat top left;
	position: relative;
	text-align: center;
}

/* necessary for padding, also helps with a few other things */

#content {
	text-align: left;
	/*background: url(../images/bg.jpg) repeat-y right;*/
	background: #e3e3e3;
	overflow: hidden;
	height:1%;
	
}

#body {
	padding: 0 20px;
	margin:0;
	overflow: hidden;
	border-left: 1px solid #431005;
	background: #fff;
	width:auto;
	min-height:250px !important;
	height:1%;
}

img {
	margin: 5px;
}

/*float things*/
.left {
	float:left;
	margin-left:0;
	width:auto;
}

.right {
	float:right;
	margin-right:0;
	width:auto;
}
/*Text definition for body*/


p.introduction:first-letter  
{ 
float:left; 
color:#660000; 
font-size:50px; 
line-height:40px; 
padding-top:0px; 
font-family: times;
 } 

/*

------- 
begin nav link definitions, plus set list properties for all lists inside nav bar

-------

set margins and padding to 0 inside nav, hide bullets from user

-------

*/

#nav *, #blinks *, #sidebar * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul {
	width: 499px;
	margin: auto;
}

#nav ul li {
	display: inline;
}

/*

link activity

*/

#nav ul li a {
	margin-top: 1px;
	overflow: hidden;
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
	font: 10pt/40px Georgia, "Times New Roman", Times, serif;
	float: left;
	text-transform:uppercase;
}

#nav ul li a:hover {
	background-color: #490502;
}

/* sidebar*/
#sidebar {
	margin: 0;
	padding: 0;
	float:left;
	font: 11pt/30px Georgia, "Times New Roman", Times, serif;
}
#sidebar *{font: 10pt/30px Arial, Helvetica, sans-serif;}
#sidebar ul {
	margin-top: 20px;
	
	/*padding-bottom:100%;*/
}

#sidebar ul li a {
	color: #000;
	text-decoration: none;
	/*font: 11pt/30px Georgia, "Times New Roman", Times, serif;*/
	display: block;
	padding: 0 5px;
	width: 180px;
	font-weight:bold;
}

/*#sidebar ul li a.oneLine{
	color: #000;
	text-decoration: none;
	font: 12pt/1 Georgia, "Times New Roman", Times, serif;
}*/
#sidebar ul li a:hover {
	color: #333;
	background:#431005;
	color: #fff;
}
#sidebar ul li.indent a {
	color: #000;
	text-decoration: none;
	font-style:italic;
	display: block;
	padding: 0 5px;
	width: 140px;
	margin-left:20px;
	font-weight:normal;
}
#sidebar ul li.indent a:hover {
	color: #fff;
}
#sidebar h1{ margin-left:5px; font-weight:bold;}

/* start bottom links*/
#blinks {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #431005;
}

#blinks ul li {
	display: inline;
}

#blinks ul li a {
	color: #666666;
	margin: 0 10px;
	font-size:10pt;
	text-decoration:none;
}

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

/*add some options*/
.rBar #sidebar {
	float:right;
	height: 12pt;
	font-family: "Times New Roman", Times, serif;
}

.rBar #body {
	border-right: 1px solid #431005;
	border-left: none;
}

.rNav #nav ul {
	float:right;
}

.lNav #nav ul {
	float:left;
}
