html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background-image: url('images/bg.jpg');
        font-size:5px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size:5px;
	text-align: center;
}

h2 {
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

h3 {
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4 {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	text-align: center;
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 5px;
}

h6 {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#container {
width: 700px;
text-align: center;
}

/* header for the website */

#header_container { 
	width: 700px;
height: 100px;
	text-align: center;
	background: #images/bg1.jpg;
	border-right: 2px solid #images/bg1.jpg;
}

#header { 
	width: 700px;
height: 100px;
	background: #images/bg1.jpg;
	color: #333333
	border-top: 1px solid #images/bg1.jpg;
	border-right: 1px solid #images/bg1.jpg;
	text-align: center;
float: left;
}

#header_logo { 
	width: 150px;
height: 100px;
float: left;
	background: #images/bg1.jpg;
	color: #333333
	border-top: 1px solid #images/bg1.jpg;
	border-left: 1px solid #images/bg1.jpg;
text-align: left;
padding-left: 20px;
}
.name{
	padding:20px 0 0 50px;
	color:#F6F5E3;
	font-size:28px;
}
/* left menu navigation */

#header_menu { 
	width:700px;
	height: 30px;
	margin: 0px;
	background: #17f52e;
	text-align: center;
	font-weight:bold;
	font-family: verdana;
	font-size: 12px;
	color: #003a62;
	border-bottom: 1px solid #003a62;
	border-right: 1px solid #003a62;
	border-left: 1px solid #003a62; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px
}

/* main content section */

#content_block {
	width: 700px;
	text-align: center;
	float: left;
	border-right: 1px solid #images/bg1.jpg;
	border-left: 1px solid #images/bg1.jpg;
background: #images/bg1.jpg;
}
#main_content { 
	width: 550px;
	text-align:left;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
background: #images/bg1.jpg;
}

#seo { 
	width: 120px;	
	text-align:center;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #images/bg1.jpg;
background: #images/bg1.jpg;
}

/* footer */

#footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	width: 700px; 
	background: #images/bg.jpg;
	border-bottom: 1px solid #images/bg.jpg;
	border-top: 1px solid #images/bg.jpg;
	border-right: 1px solid #images/bg.jpg;
	border-left: 1px solid #images/bg.jpg; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px
background: #images/bg.jpg;
}

span.part1 {font-size:24px; font-family: Verdana; color:#images/bg.jpg; text-decoration:none;}
span.part2 {font-size:12px; font-family: Verdana; color:#images/bg.jpg;}

#navcontainer ul
{
padding: .5em 0;
margin: 0;
list-style-type: none;
background-color: #images/bg1.jpg;
color: #images/bg.jpg;
width: 700px;
font-family: verdana;
font-size: 12px;
text-align: center;
border-right: 1px solid #images/bg1.jpg;
border-left: 1px solid #images/bg1.jpg;
border-bottom: 1px solid #images/bg1.jpg;
}

li { display: inline; }

li a
{
text-decoration: none;
font-weight: bold;
background-color: #images/bg.jpg;
color: #003a62;
padding: .2em;

}

li a:hover
{
font-weight: bold;
background-color: #images/bg.jpg;
color: #17fe52;
}

li a:active
{
font-weight: bold;
background-color: #images/bg.jpg;
color: #FFFFFF;
}

.bu {
	background-color: #images/bg1.jpg;
	border: 1px solid #images/bg1.jpg;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Tabbed example */
div.tabs {
  min-height: 8em;		/* No height: can grow if :target doesn't work */
  position: relative;		/* Establish a containing block */
  line-height: 1;		/* Easier to calculate with */
  z-index: 0}			/* So that we can put other things behind */
div.tabs > div {
  display: inline}		/* We want the buttons all on one line */
div.tabs > div > a {
  color: black;			/* Looks more like a button than a link */
  background: #000000;		/* Active tabs are light gray */
  padding: 0.2em;		/* Some breathing space */
  border: 0.1em outset #BBB;	/* Make it look like a button */
  border-bottom: 0.1em solid #CCC} /* Visually connect tab and tab body */
div.tabs > div:not(:target) > a {
  border-bottom: none;		/* Make the bottom border disappear */
  background: #FFCC99}		/* Inactive tabs are dark gray */
div.tabs > div:target > a,	/* Apply to the targeted item or... */
:target #default2 > a {		/* ... to the default item */
  border-bottom: 0.1em solid #CCC; /* Visually connect tab and tab body */
  background: #ff9933}		/* Active tab is light gray */
div.tabs > div > div {
  background: #CC7533;		/* Light gray */
  z-index: -2;			/* Behind, because the borders overlap */
  left: 0; top: 1.3em;		/* The top needs some calculation... */
  bottom: 0; right: 0;		/* Other sides flush with containing block */
  overflow: auto;		/* Scroll bar if needed */
  padding: 0.2em;		/* Looks better */
  border: 0.1em outset #BBB}	/* 3D look */
div.tabs > div:not(:target) > div { /* Protect CSS1 & CSS2 browsers */
  position: absolute }		/* All these DIVs overlap */
div.tabs > div:target > div, :target #default2 > div {
  position: absolute;		/* All these DIVs overlap */
  z-index: -1}			/* Raise it above the others */
</style>

<style type="text/css">
  a.thanks{
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  outline: none;
  }
