/* main CSS Document */
html, body{
	margin: 0;
	padding: 15;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10pt;
	font-family: verdana;
	vertical-align: baseline;
	min-height: 100%;
	height:auto;

} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	/* border: 0px; */
	font-weight: inherit;
	font-style: inherit;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
	color: black;
    background:#948d5f url(images/bodybg.jpg) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

ul#nav{ 
font-size:10pt; 
padding:10px 0px 0px 0px; 
text-align:center; 
} 
ul#nav li{ 
display:inline; 
padding:0px 20px 0 0px; 
text-transform:uppercase; 
font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif;
} 
ul#nav li a{ 
color:#fff; 
} 
ul#nav li a:hover, 
ul#nav li.current a{color:#8bbd25} 

#container {
 background: url(images/middle.png) repeat-y;
	margin: 0px auto;
	width: 800px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
padding-right: 35px;

margin-bottom:.5em}
a img,img{
	font-family: Arial, Helvetica, sans-serif;

border:none;display:block;}
a{
		font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
	color:#181892;
}
h1,h2,h3,h4,h5,h6{
		font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
	font-size: 10pt; 
	text-align:center;/* for ie5.+*/
}
