body, div, p, h1, h2, h4, ul, li, img { 
			margin: 0; 
			padding: 0; 
			border: none;
			}

body {
		background: #E1D4B7;
	}

/* ------------------	Header 	------------------ */	

#header {
		margin: 0px;
		padding: 0px;
		height: 150px;
		width: 100%;
		background-color: #800000;
		}

#header span {	display: none;	}

#header h1 {
			position: absolute;
			margin-top: 0px;
			margin-left: 20px;
			top: 20px;
			background: url('h1.jpg') no-repeat;
			width: 510px;
			height: 74px
		}
		
/* ------------------ horizontal line after header ------------------ */

#line {
		margin: 0px;
		height: 15px;
		background: #D3C196 url('background.jpg');
		clear: both;

		}

/* ------------------ subcontainer containing left and right columns -----------------*/	

#subcontainer { 
				clear: both;
				background-color: #FFECD9;
			 }
	
				
/* ------------------ Left sidebar with its vertical menu ------------------ */

#sidebar {
		width: 252px;
		height: auto;
		position: absolute;
		top: 100px;
		left: 30px;
		margin:0;
		padding: 0px;
		background: #D3C196;
		}	
		
.rtop {
	display:block;
	background:#800000;
}

.rbottom{
	display:block;
	background:#E1D4B7;
}

.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#D3C196;
	}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px;}


	/* 	----------  Navigation Menu -------- */	
		
		/* DEFAULTS */

#navcontainer { 	
		margin: 0px;
		background: #D3C196;
		padding: 0 0 20px 0;
		margin: 0px;
		width: 250px;
		}

ul#navlist, ul#subnavlist1, ul#subnavlist2, ul#subnavlist3 {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-family: verdana, arial, sans-serif;
		}

		/* NAV LIST */ 
		
ul#navlist li { margin: 0 0 1px 0; }

ul#navlist li a {
		display: block;
		margin-bottom: 5px;
		margin-top: 5px;
		background: #DCCEAD;
		border-width: 1px;
		border-style: solid;
		border-color: #EBE2CF #C5AC72 #CDB887 #800000;
		border-left: 12px solid #800000;
		padding: 2px;
		font-size: 12px;
		color: black;
		text-decoration: none;
		font-weight: bold;
		}

ul#navlist li a:hover {
		background: #D3C196;
		border-color: #C5AC72 #EBE2CF #EBE2CF #800000;
		padding: 4px;
		}

ul#navlist li a#current { border-left: 12px solid #FF9933; }

ul#navlist li a.drop { 
		background: #DCCEAD url('arrow.gif') no-repeat 95% 5%;
		border-color: #EBE2CF #C5AC72 #CDB887 #800000;
		padding: 2px;
		}
		
ul#navlist li a.drop:active { border-color: #EBE2CF #C5AC72 #CDB887 #FF9933;  }

		/* SUB NAV LISTS */

ul#subnavlist1 li { display: inline; }

ul#subnavlist1 li a {
		display: block;
		margin-left: 10px;
		margin-right: 10px;
		padding: 2px;
		background: transparent;
		border-top: 0px none;
		border-right:0px none;
		border-left:0px none;
		border-bottom: 1px dashed black;
		font-size: 11px;
		color: black;
		text-decoration: none;
		font-weight: normal;
		}

ul#subnavlist1 li a:hover {
		padding: 2px;
		text-decoration: none;
		border-top: 0px none;
		border-right:0px none;
		border-left:0px none;
		border-bottom: 1px dashed black;
		color: white;
	}
	
ul#subnavlist2 li { display: inline; }

ul#subnavlist2 li a {
		display: block;
		margin-left: 10px;
		margin-right: 10px;
		padding: 2px;
		background: transparent;
		border-top: 0px none;
		border-right:0px none;
		border-left:0px none;
		border-bottom: 1px dashed black;
		font-size: 11px;
		color: black;
		text-decoration: none;
		font-weight: normal;
		}

ul#subnavlist2 li a:hover {
		padding: 2px;
		text-decoration: none;
		border-top: 0px none;
		border-right:0px none;
		border-left:0px none;
		border-bottom: 1px dashed black;
		color: white;
	}
	
ul#subnavlist3 li { display: inline; }

ul#subnavlist3 li a {
		display: block;
		margin-left: 10px;
		margin-right: 10px;
		padding: 2px;
		background: transparent;
		border-top: 0px none;
		border-right:0px none;
		border-left:0px none;
		border-bottom: 1px dashed black;
		font-size: 11px;
		color: black;
		text-decoration: none;
		font-weight: normal;
		}

ul#subnavlist3 li a:hover {
		padding: 2px;
		text-decoration: none;
		border-top: 0px none;
		border-right:0px none;
		border-left:0px none;
		border-bottom: 1px dashed black;
		color: white;
	}

	
ul#navlist li a#subcurrent {
font-weight: bold;
color: #800000;
}

ul#navlist li a#subcurrent:hover { color: #ddd; }


/* ------------------ Main content of the body ------------------ */

#content {
		float: right;
		width: 630px;
		margin-right: 30px;
		padding: 20px;
		background-color: #E1D4B7;
		}
		
h2 {
		padding: 10px 0px 10px 0px;
		font: Verdana, Arial, sans-serif;
		color: #000000; 
	}

h3 {
		padding: 10px 0px 0px 0px;
		font: Verdana, Arial, sans-serif;
		color: #000000; 
		text-decoration: underline;
	}

h4 {
		padding: 10px 0px 0px 0px;
		font: Verdana, Arial, sans-serif;
		color: #000000; 
	}

		
p, li, dl, dt, dd {
		font-family: Verdana, Arial, sans-serif; 
		color: #000000; 
		font-size: 12px;
		line-height: 1.35em;
		}

.link a:link { color: #808080;
				font-weight: bold;}
				
.link a:visited { color: #996633;
					font-weight: bold; }

dt.subheading {	font-family: Verdana, Arial, sans-serif; 
		color: #000000; 
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
	}	
	
ol.paragraph li {
  margin: 1em 0;
}	

p.indent {
text-indent:-30px;
margin-left:35px;
}

ul.paragraph li {
  text-indent: 0px;
  margin-left:20px;
}

ul.para li {
  text-indent: 0px;
  margin: 16px 0 0 20px;
}

ol.para li {
  text-indent: 0px;
  margin: 16px 0 0 -5px;
}


span.underline {
	text-decoration: underline;
}

span.text {
	font-style: italic;
	font-weight: bold;
}

.textindent {
	text-indent:-30px;
	margin-left:35px;
 }

				/* 	----- images -----	*/	

.right {	
		float: right;
		padding: 10px 0px 10px 10px;
		
		 }
.left {		float: left;
			padding: 10px 10px 10px 0px;
			}

.img-border { border: 2px solid #FF9933;}			
.img-center { 
		display: block;
    	margin-left: auto;
    	margin-right: auto;
    	padding: 20px;
    	}
     
     				
/*----------------------------- Footer----------------------------- */

#footer { 
		height: auto;
		padding: 10px;
		background: #D3C196 url('background.jpg');
		clear:both;
	}

#footer p {
			font-family: Verdana, Arial, sans-serif; 
			color: #000; 
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			}
		
#footer p.small-text	{ font-size: 10px; }

.bottom a:link { color: #000;}
.bottom a:visited { color: #fff; }
