html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

a {
	font-family:Arial;
	font-size:8pt; color:#336699;
	font-weight:bold; text-decoration:none; verdana;
}
a: hover{
	font-family:Arial;
	font-size:8pt;
	color:#e28c05;
	font-weight:bold;
	text-decoration:underline; verdana;
}
a:visited{
	font-family:Arial;
	font-size:8pt;
	color:#336699;
	font-weight:bold;
	text-decoration:none; verdana;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

/** layout **/
#wrapper {
	width: 678px;
	min-height: 750px;
	_height: 750px;
	background: url(../images/header.jpg) no-repeat;
  position: relative;
}
h0{
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Verdana
}
h1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    COLOR: #660099;
    FONT-FAMILY: Verdana
}
h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}
h2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    COLOR: #FF9900;
    FONT-FAMILY: Verdana
}
h3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: Large;
    COLOR: #3366FF;
    FONT-FAMILY: Verdana
}
h4
{
    FONT-SIZE: small;
    COLOR: #000000;
    FONT-FAMILY: Verdana
}


h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 500px;
}
#nav li {
  float: left;
  background: url(../images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** Body **/

#content {
 
}
#content a {
    text-decoration: underline;
    font-weight: bold;
    font-size: medium;
    color: #FF9900;
    font-family: Verdana
  }
#content a:hover {
  text-decoration: underline;
    font-weight: bold;
    font-size: medium;
    color: blue;
    font-family: Verdana
}
#content .mail a {
    text-decoration: underline;
    font-weight: bold;
    font-size: small;
    color: blue;
    font-family: Verdana
  }
  #content .mail a:hover {
  text-decoration: underline;
    font-weight: bold;
    font-size: small;
    color: #FF9900;
    font-family: Verdana
}
#body {
  border: 3px solid white;
  background: #FFFFFF;
  padding: 18px;
}
#body h1 { 
  font-size: small;
  font-size: 9px;
  color: #FFEA00;
}
#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body h4 { 
  font-size: small;
  font-size: 9px;
  color: #FFEA00;
}

#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

.box {
  float: Left;
  width: 280px;
  background: #CCCCFF;
  margin-left: 90px;
}
.box-t { background: top url(../images/box_t.gif) repeat-x; }
.box-r { background: right url(../images/box_r.gif) repeat-y; }
.box-b { background: bottom url(../images/box_b.gif) repeat-x; }
.box-l { background: left url(../images/box_l.gif) repeat-y; }
.box-tr { background: top right url(../images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(../images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(../images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(../images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}
.box2 {
  float: Left;
  width: 280px;
  background: #CCCCFF;
  margin-left: 30px;
}

#fix1 {
  width: 340px;
}
#fix1 .box-tl {
  padding-bottom: 22px;
}
#fix1 ul {
  margin: 1em 0;
}
#fix1 li {
  list-style: none;
  margin: 0.9em 0;
}
#fix1 ul a {
  text-decoration: none;
  color: black;
}
#fix1 ul a:hover {
  text-decoration: underline;
  color: blue;
}
#fix2 {
  width: 340px;
}
#fix2 .box-tl {
  padding-bottom: 22px;
}
#fix2 ul {
  margin: 1em 0;
}
#fix2 li {
  list-style: none;
  margin: 0.9em 0;
}
#fix2 ul a {
  text-decoration: none;
  color: black;
}
#fix2 ul a:hover {
  text-decoration: underline;
  color: blue;
}
/** Timeline **/
#timeline{
	text-align: center;
}
#timeline ul a {
  text-decoration: none;
  color: #F9CA1D;
}
#timeline ul a:hover {
  text-decoration: underline;
  color: blue;
}
#timeline p {
  text-align: center;
  text-decoration: none;
  color: red;
}


/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}

