
* 
{
	padding:0;
	margin:0;
}

html
{ 
	min-height:100%;
	background:url(../images/body_bg.jpg) repeat-x;
	background-color:#eed6a2;
	background-position:bottom;	
	padding-bottom:10px;
}

body 
{
	font-size: 100%;	
}


#banner_container 
{
	height:120px;
	background:url(../images/banner_container_bg.jpg) repeat-x;
	width:100%;	
}

#container 
{
	width:700px;
	background:url(../images/container_bg.jpg) no-repeat;
	background-color:#d9c4b5;	
	background-position: bottom; 
	margin-left:auto;
	margin-right:auto;
	overflow:auto;

}
#banner 
{
	width:700px;
	height:100px;
	background: url(../images/bannertop_bg.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;	
}
#banner div
{
	width:350px;
}
#navcontainer
{
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	border-left:1px solid #23260b;
	height: 20px;
	width:699px;
}

#navcontainer ul
{
	border:0;
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	background: #8e5147;
	/*width: 78px;*/
	height: 18px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: none;
	padding: 0 8px 0 8px;
	margin: 0 0 0 0;
	color: #e3d3d1;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Verdana", "Lucida Sans Unicode", lucida, sans-serif;
	font-weight:bold;
	float: left;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background: #000;
}

#navcontainer a:active
{
	background: #000;
	color: #fff;
}

#navcontainer li#active a
{
	background: #000;
	border: 1px solid #000;
	color: #fff;
}



#left_nav 
{
	width:150px;
	background-color:transparent;
	float:left;
}

#left_nav a 
{
	font-size:11px;
	font-family:"Verdana", "Lucida Sans Unicode", lucida, sans-serif;
	text-decoration:none;
	color:#000;	
}
#left_nav a:hover
{
	color:#a83430;
	text-decoration:underline;	
}

#left_nav li#subactive a
{
	color:#a83430;

}

#above_flourish 
{
	list-style: none;
	margin: 20px 0 0 12px;
}
#below_flourish 
{
	margin: 0 0 0 12px;
	list-style: none;
}


#text_area 
{
	width:550px;
	background:url(../images/text_area_bg.jpg);
	background-color:transparent;
	float:left;
	margin-bottom:84px;
	
}

#text_area_top 
{
	background:url(../images/text_area_top.jpg) no-repeat;
	height:88px;
	width:550px;
}

#text_area_bottom
{
	height:86px;
	width:550px;
	background-color:transparent;
}

#content 
{
	background-color:transparent;
	margin-top:22px;
	padding:0 41px 0 34px;
	min-height:400px;
	height:auto;
	font-family:"Verdana", "Lucida Sans Unicode", lucida, sans-serif;
	font-size:11px;	
}

#content ul
{
	border:0;
	margin: 10px 0 10px 2em;
	padding: 0;

}
#content ul li
{
	margin: 5px 0 5px 0;
}

#content a
{
	color:#a83430;
	text-decoration:none;	
}
#content a:hover
{
	color:#a83430;
	text-decoration:underline;		
}

/* for Internet Explorer min height, remove if IE7 corrects this bug */
/*\*/
* html #content {
height: 400px;
}
/**/	

.back
{
	text-align:right;	
}

#footer 
{
	padding:0;
	margin:15px 0 15px 0;
	width:700px;
	color:#992d23;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;	
	font-weight: 700;
	font-size:9px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal; 
	line-height:12px; 
	word-spacing: 1px;
}

#footer a  
{
	color:#992d23;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 700;
	text-decoration: none;
	

}

#footer a:hover 
{
	color:#000;
	text-decoration: none;
	
}

img 
{
	margin:0;
	padding:0;
	border:0;
	display:block;	
}



h1 
{
	font-family:"Georgia" serif;
	font-weight:700;
	background-color:transparent;
	background:url(../images/h1_bg.gif) repeat-x;
	background-position:bottom;
	margin-bottom:.7em;
	color:#6e1e14;
	font-style:italic;
	font-size:2em;
}

h2 {
	font-family:"Georgia" serif;
	font-weight:500;
	margin-bottom:.7em;
	line-height:20px;
}

p 
{
	margin-bottom:2em;
	line-height:1.6em;	
}

.align_center 
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.align_left 
{
	text-align:left;	
}
.align_right 
{
	text-align:right;
}
.underlined 
{
	text-decoration:underline;	
}
.float_left 
{
	float:left;		
}
.float_right 
{
	float:right;		
}
br {
	clear:both;	
}
.bold 
{
	font-weight:bold;	
}
.indent 
{
	margin-left:2em;
}
.noclear 
{
	clear:none;
}
.strike 
{
	text-decoration: line-through;	
}

.pagenumber 
{
	text-align:center;
	font-weight:bold;
	clear:both;	
}
.block 
{
	display:block;
}

.nospace 
{
	padding:0px;
	margin:0px;	
}

.large 
{
	font-size:130%;	
}
.notation 
{
	border-bottom:1px dotted;	
}

.citation
{
	background-color:#e4e3cd;
	border:1px solid #a49d87;
	line-height:14px;
	padding:10px;
	font-size:10px;
	clear:both;
	margin:10px 0 0 10px;
}

table
{
	border-collapse:collapse;	
}

.imageListing {
	cursor:hand;
	border: 1px solid #9C9E6D ;
}

#docImage {
	border: 1px solid #8C8C8C;
	background: #E6E6E6;
	float: left;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
}

#docImageCentre {
	border: 1px solid #8C8C8C;
	background: #E6E6E6;
	float: none;
	clear: both;
	padding: 0 0 0 0;
	margin: auto;
	margin-bottom: 10px;
}

#doctopright {
	height: 35px;
}

#doctopright img {
	float: right;
}
