/* CSS Document */

/* layout */

body {
	width: 760px;
	padding: 0;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #005380;
	background-image: url(../images/write002.jpg);  
}

/* /layout */

/* top nav */

p#top-text {
  font: "Trebuchet MS", Helvetica, sans-serif 12px;
  color: #ffffff;
}

#topnav-bg {
  background: url(../images/menu-bar.gif) top no-repeat;
  width: 760px;
  height: 33px;
}

#topnav {
  margin: 0;
  padding: 0 0 0 2px;
}

#topnav ul {
  margin: 0;
  padding: 0;
}

#topnav li {
  margin: 0;
  padding: 0 2px 0 2px;
  float: left;
  list-style: none;
  font: "Trebuchet MS", Helvetica, sans-serif 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
} 

* html #topnav li {
  margin: 0;
  padding: 0 2px 0 2px;
  float: left;
  list-style: none;
  font: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: url(../images/button-normal.gif) top no-repeat;
  display: block;
  width: 96px;
  height: 33px;
} 

* html #topnav {
  margin: 0;
  padding: 0 2px 0 2px;
  float: left;
  list-style: none;
  font: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: url(../images/button-active.gif) top no-repeat;
  display: block;
  width: 96px;
  height: 33px;
}

#topnav li a {
  background: url(../images/button-normal.gif) top no-repeat;
  display: block;
  width: 96px;
  height: 33px;
  color: #ff0000;
  text-decoration: underline;
} 

* html #topnav li a {
  color: #ff0000;
  text-decoration: underline;
} 

#topnav li a:hover {
  color: #ff0000;
  text-decoration: none;
} 

#topnav li.active a{
  background: url(../images/button-active.gif) top no-repeat;
  display: block;
  width: 96px;
  height: 33px;
  color: #000000;
  text-decoration: none;
} 
 

/* /top nav */

/* content area */

#ca {
  background: #004064;
}

#left {
  width: 125px;
}

#right {
  width: 635px;
}

.red {
  color: #ff0000;
}

h1 {
  font-size: 36px;
  margin: 0;
  padding: 10px 0 10px 10px;
  color: #000000;
}

h1.title-top {
  padding: 18px 0 0 95px;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0 10px 10px;
  color: #ffffff;
}

p {
  font-size: 12px;
  margin: 0;
  padding: 5px 10px 5px 10px;
  text-align: justify;
}

.box-top-bg {
  background: url(../images/box_01.gif) top no-repeat;
  width: 615px;
  height: 90px;
}

.box-bg {
  background: url(../images/box_02.gif) top repeat-y;
}

.nav {
  margin: 0;
  padding: 0;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav li {
  margin: 0;
  padding: 5px 0 5px 15px;
  font-size: 12px;
  list-style: none;
}

* html .nav li {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  list-style: none;
}

.nav li a {
  color: #48b7f4;
  text-decoration: underline;
}


.nav li a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* /content area */

/* footer */

#foot-nav {
  margin: 0;
  padding: 0 0 0 120px;
}

#foot-nav ul {
  margin: 0;
  padding: 0;
}

#foot-nav li {
  margin: 0;
  padding: 55px 10px 0 10px;
  list-style: none;
  float: left;
  font-size: 10px;
}

#foot-nav li a {
  color: #ffffff;
  text-decoration: underline;
}

#foot-nav li a:hover {
  color: #ffffff;
  text-decoration: none;
}

#footer-menu-bg {
  background: url(../images/footer_01.gif) top no-repeat;
  width: 760px;
  height: 71px;
}

#footer-copyright-bg {
  background: url(../images/footer_03.gif) top no-repeat;
  width: 250px;
  height: 74px;
}

#copyright {
  font-size: 9px;
  color: #ffffff;
  margin: 0;
  padding: 10px 0 0 10px;
}

/* /footer */

/* global links */

a {
	color: #ff0000;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* /global links */

/* /CSS Document */
.cover {
	border: 1px solid #000000;
}
td {
	font-size: 12px;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}.style2 {font-size: 9px}