/* main CSS Document */
html, body{
	margin: 5;
	padding: 5;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: verdana;
	vertical-align: baseline;

	min-height: 100%;
	height:auto;

} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, acronym, address, big, cite, code,
del, dfn, 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;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	/* vertical-align: baseline; */
}
body {
	line-height: 1;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

ul#nav{ 
font-size:9pt; 
padding:4px 0px 0px 0px; 
text-align:left; 
} 
ul#nav li{ 
display:inline; 
padding:0px 20px 0px 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:#BBD1C5} 


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: 5px;

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:#50913F;
}
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.+*/
}
