html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #09a053;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	text-align: center;
	font: 12px arial, sans-serif;
	background-color: #eee;
	color: black
}
#outer {
	background: top center url(images/header_bg.jpg) repeat-x;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 756px;
}

#nav {
	position: relative;
	height: 278px;
	z-index: 1;
	background-color: #333333;
	background-image: url(images/header_c_bg.gif);
	background-repeat: repeat-x;
}
#nav a {
	color: #e5e7e4;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
}
#nav ul {
	padding: 38px 0 0 382px;
	margin: 0;
	position: relative;
	z-index: 1;
}
#nav li {
	background: left center url(images/bullet.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin: 0;
}
#nav li#m1 { margin-left: 19px; }
#nav li#m2 { margin-left: 11px; }
#nav li#m3 { margin-left: 3px; }
#nav li#m4 { margin-left: 0px;  }
#nav li#m5 { margin-left: 2px; }
#nav li#m6 { margin-left: 8px; }
#nav a {
	font-weight: bold;
}

#emailrel {
	position: relative;
	float:right;
	background: url(images/email.jpg) no-repeat;
	width: 250px;
	height: 33px;
	border: none;
	z-index: 2;
	display: block;
}

#email {
	position: absolute;
	top: 245px;
	left: 505px;
	width: 250px;
	height: 33px;
	background: url(images/email.jpg) no-repeat;
	border: none;
	z-index: 2;
}
#btn1 { 
		position: absolute; 
		top: 45px; 
		left: 405px; 
		width: 19px; 
		height: 19px; 
		background-color: transparent; 
		border: none; }	
        
#btn2 { 
		position: absolute; 
		top: 78px; 
		left: 398px; 
		width: 19px; 
		height: 19px; 
		background-color: transparent; 
		border: none; }	
        
#btn3 { 
		position: absolute; 
		top: 112px; 
		left: 390px; 
		width: 19px; 
		height: 19px; 
		background-color: transparent; 
		border: none; }	                 

#btn4 { 
		position: absolute; 
		top: 143px; 
		left: 386px; 
		width: 19px; 
		height: 19px; 
		background-color: transparent; 
		border: none; }
        
#btn5 { 
		position: absolute; 
		top: 176px; 
		left: 387px; 
		width: 19px; 
		height: 19px; 
		background-color: transparent; 
		border: none; }
        
#btn6 { 
		position: absolute; 
		top: 209px; 
		left: 394px; 
		width: 19px; 
		height: 19px; 
		background-color: transparent; 
		border: none; }
        
#head {
	background: url(images/header.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 382px;
	height: 278px;
}
#head-pip {
	background: url(images/header_pip.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 382px;
	width: 48px;
	height: 64px;			
}

#body {
	position: relative;
	left: -10px;
	width: 775px;
	background-color: #EEEEEE;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.bodyimage {
	background-color: #666;
	padding: 10px;
}

#body-inner {
	padding: 28px 23px 28px 31px;
}

#body-inner h1 {
	background: #08a053;
	font-size: 18px;
	color: #fff;
	padding: 6px 23px;
	margin: 6px 0 60px 0;
}

#body-inner h2 {
	background: #08a053;
	font-size: 14px;
	color: #fff;
	padding: 6px 23px;
	margin: 6px 0 60px 0;
}
#body-inner ul {
	margin: 30px 55px;
}
#body-inner li {
	margin: 5px;
}
#body-left {
	float: left;
	width: 281px;
}
#body-right {
	float: right;
	width: 384px;
}
.topic-pic {
	background: #666;
	padding: 10px;
}
#body-left h1 {
	background: #08a053;
	font-size: 14px;
	color: #fff;
	padding: 6px 23px;
	margin: 6px 0 20px 0;
}

#body-left h2 {
	background: #08a053;
	font-size: 12px;
	color: #fff;
	padding: 6px 23px;
	margin: 6px 0 15px 0;
}
#body-left ul {
	margin: 30px 55px;
}
#body-left li {
	margin: 5px;
}

#body-right .box {
	padding: 15px;
	background: #fff;
	border: 1px solid #999;
	margin: 3em 0;
}
#body-right .pic {
	padding: 15px;
	background: #fff;
	border: none;
	margin: 3em 0;
}
#body-right h1 {
	font: 18px arial, sans-serif;
    font-weight: bold; 
}

#body-right h2 {
	font: 18px  arial, sans-serif;
}

#body-right h3 {
	font: 14px  arial, sans-serif;
    font-weight: bold; 
}
#body-right .box p {
	margin: 0 0 1em 0;
}
#body-right .box .left {
	margin-right: 15px;
	border: 1px solid #999;
}
#body-right .box .btns {
	text-align: right;
	padding-top: 10px;
	position: relative;
}
.btns a {
	background: left #09a053 url(images/btn.gif) repeat-y;
    border: 2px solid #95e682;
	border-color: #a1e682 #186500 #186500 #4b9c28;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	position: relative;
}

.btns a:hover {
	background-color: #75ae7d;
	color: #fff;
}

.btns2 a {
	background: left #09a053 url(images/btn.gif) repeat-y;
    border: 2px solid #95e682;
	border-color: #a1e682 #186500 #186500 #4b9c28;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 10px;
	position: relative;
}

.btns2 a:hover {
	background-color: #75ae7d;
	color: #fff;
}

table.std {
    font: 12px arial, sans-serif;
	background: #eee;
    width: 500px;
    padding: 3px;
    text-align: right;
    border: 1px solid #333;
    }
    
tr.header td {
    background: #eee;
    font-weight:bold;
    }
	
th {
    background: #eee;
    font-weight:bold;
	text-align: left;
	border: 1px solid #333;
    }
    
tr {
    border: 1px solid #333;
	background: #eee;
    }
    
td {
	border: 1px solid #333;
	padding: 0 0.5em;
	}
    
 td.bold {
	border: 1px solid #333;
	padding: 0 0.5em;
    font-weight:bold;
	}
    
table.clear {
    font: 12px arial, sans-serif;
	background: #eee;
    width: 100%;
    padding: 3px;
    text-align: right;
    }

tr.clear {
    border: 0 
    }
    
td.clear {
	border: 0;
	padding: 0 0.5em;
	}
    
form.cgiform fieldset {
  margin-bottom: 10px;
}
form.cgiform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cgiform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cgiform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cgiform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cgiform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cgiform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cgiform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cgiform em {
  font-weight: bold;
  font-style: normal;
  color: #333;
}
form.cgiform label {
  width: 130px; /* Width of labels */
}
form.cgiform fieldset fieldset label {
  margin-left: 133px; /* Width plus 3 (html space) */
}

p.dbl {
    line-height: 200%;
    text-align: justify;
     }
     
.rp {
	float: right;
}

p.right {
        float:right;
 }

#copyright {
	background: top left url(images/footer_bg.gif) repeat-x;
	float: right;
	width: 425px;
	clear: both;
	margin-right: 9px;
	padding-bottom: 0px;
	margin-right: 5px;
}

#copyright-left {
	background: top left url(images/footer_left.gif) no-repeat;
	padding: 27px 30px;
	font-size: 11px;
	text-align: center;
}
.capt {
	font-size: x-small;
	font-style: italic;
	text-decoration: none;
	text-align: right;
}
.smlp {
	font-size: x-small;
	font-style: italic;
}
.ctr {
	text-align: center;
}
.imgpad {
	padding-left: 70px;
}
.rightcol {
	float: right;
	width: 160px;
}
.leftcol {
	float: left;
	width: 175px;
}
