/* -------------------------------------------------------------------
G L O B A L
---------------------------------------------------------------------- */
*{
	padding:0;
	margin:0;
}
html, body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #BFA970;
}

/* -------------------------------------------------------------------
S T R U C T U R E
---------------------------------------------------------------------- */
#wrapper{
	width:728px; 
	text-align:left; 
	min-width: 500px;
	margin: 0 0 0 26px;
	background:#fff;
	padding:1px;
}
#wrapper{
	width:730px;	
}
 
#header{
	border-bottom:5px solid #A89665;
	height:83px;
	width:100%;
	background-color:#fff;
	position:relative;
}

* html #header{height:88px;height:83px}

#topcontent{
	width:100%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background: #535300;
}

* html #topcontent{height:21px;he\ight:19px}

#topcontent img{
	vertical-align:bottom;
}
 
#leftcol{
	width:171px;
	float:left;
	position:relative;
	margin-left:-171px;
	margin-right:1px;
	border-right:1px solid #fff;
}

#leftcol img{
	vertical-align:bottom;
}

* html #leftcol {
	margin-right:-3px;
}
 
#outer{
	border:solid white 0px;
	border-left-width: 172px;
	border-left-color: #fff; /* left column colour */
	border-left-style: solid;
	background-color: #fff; /* center column colour */
	width: auto;
}

#footer{
	height:20px;
	width:100%;
	border-top:6px solid #4C4C00;
	margin-top:80px;
	padding-top:10px;
}

#footer #footerlist {
	position: absolute;
	font:9px Verdana, Arial,Geneva,Helvetica,sans-serif;
	color:#CAC4C4;
	margin-left:190px;
}

#inner{margin:0; width:100%;}

#maincol{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -8px 0 -2px;
	background: url(images/bground-maincontent.jpg) #fff no-repeat top right;
}

#maincol img{
	vertical-align:bottom;
}

#outer>#inner{ border-bottom: 1px solid #fff;  }


#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/

/* -------------------------------------------------------------------
H E A D E R
---------------------------------------------------------------------- */
#toppic1{
	position:absolute;left:199px; top:90px;
}
#toppic2{
	position:absolute;left:442px; top:90px;
}
#toppic3{
	position:absolute;left:599px; top:90px;
}
#download{
	position:absolute;left:600px; top:225px;
	background-color:#BFA970;
	border:1px solid #ffffff;
	height: 18px;
	width: 150px;
	text-align:center;
}
.content{
	float:left;
	padding:15px 0 0 15px;
} /*padding for content */ 
.contentright{
	float:right;
	padding:20px 25px 0 0px;
} /*padding for content */ 

/* -------------------------------------------------------------------
M A I N   C O N T E N T
---------------------------------------------------------------------- */
#pagetitle{
	width:233px;
	height:37px;
	font: 24px/38px times new roman, times ,serif;
	color:#fff;
	background: url(images/bground-pagetitle.gif) #A0410D no-repeat top left;
	padding-left:10px;
	margin-bottom:10px;
}

* html #pagetitle{width:245px;w\idth:233px}

.pics{ 
	float:right;
	padding:0px 40px 10px 10px;
	margin:0 0 0 0;
}
.pics2{ 
	float:left;
	padding:0px 40px 10px 10px;
	margin:0 0 0 0;
}
.dottedline {
	margin: 10px 30px 10px 10px;
	border-bottom:1px dotted #A38A55;
}

/* -------------------------------------------------------------------
L I N K S - non-navigational
---------------------------------------------------------------------- */
a{
	font:11px Verdana, Arial,Geneva,Helvetica,sans-serif;
	text-decoration:underline;
	color:#535300;
}
a:hover{
	text-decoration:none;
	color:#ff0000;
}

a.footer{
	font:9px Verdana, Arial,Geneva,Helvetica,sans-serif;
	color:#CAC4C4;
}
a.footer:hover{
	text-decoration:none;
	color:#000;
}

/* -------------------------------------------------------------------
N A V I G A T I O N
---------------------------------------------------------------------- */
#navcontainer{
	padding: 0px 0px 0px 3px;
	width:728px;
	background: #535300;
}

#nav {text-align: center;} /* IE centering method */ 

a.nav{
	font:11px Verdana, Arial,Geneva,Helvetica,sans-serif;
	color:#ffffff;
}
a.nav:hover{
	text-decoration:none;
	color:#BFA970;
}



ul.nav{
	margin:0 0 0 0;
	padding-left: 10px;
	list-style: none;
}
ul.nav li{
	padding-top:2px;
	padding-left: 0px;
	border: 0;
	list-style: none;
}
ul.nav li a{
	padding-top:2px;
	padding-left: 0px;
	list-style: none;
}

/* -------------------------------------------------------------------
P A G E - E L E M E N T S
---------------------------------------------------------------------- */
h1{ 
	font:bold 12px/18px Verdana, Arial,Geneva,Helvetica,sans-serif;
	color: #4C4C00;
	padding:10px 0 5px 10px;
	margin:0 0 0 0;
}
h2{ 
	font:bold 11px/18px Verdana, Arial,Geneva,Helvetica,sans-serif;
	color: #000;
	padding:5px 0 0px 10px;
	margin:0 0 0 0;
}
p{ 
	font:12px/20px Verdana, Arial,Geneva,Helvetica,sans-serif;
	color: #000;
	padding:5px 60px 10px 10px;
	margin:0 0 0 0;
}
br{
	line-height:18px;
}


/* -------------------------------------------------------------------
M I S C
---------------------------------------------------------------------- */
.clr{clear:both;}

.para{display:none;}