<!--

/*  body and font definitions */

body {
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 20px;
}

td, p, ul, body, font, .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

a {
	color: #0000FF;
	text-decoration: none;
}

.nav {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 5px solid #FFFF00;
	padding: 0px 5px 5px 0px;
	margin: 10px 0px 0px 0px;
}

.nav:hover {
	background-color: #EEEEFF;
}

.title {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #0000FF;
	padding: 10px 0px 10px 0px;
}

.section {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #0000FF;
}

.centersection {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #0000FF;
	text-align: center;
}

.centercopy {
	text-align: center;
}

.label {
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: #6B0312;
}



/*  dropshadow */
  
.wrap1 {
  float:left;
  background:url(../images/shadow.gif) right bottom no-repeat;
  }
  
.wrap2 {
  background:url(../images/corner_bl.gif) left bottom no-repeat;
  }
  
.wrap3 {
  padding:0px 10px 10px 0px;
  background:url(../images/corner_tr.gif) right top no-repeat;
  }
  
  
/*  positioning-layers static and absolute */

#container {
	width: 100%;
	background-color: #FFFFEE;
	z-index: 10;
}

#border {
	border-left: 10px solid #FFFF00;
	background-color: #FFFFEE;
	z-index: 8;
}

#menu {
	text-align: right;
	border-top: 10px solid #FFFF00;
	float: left;
	width: 175px;
	padding: 0px 10px 10px 0px;
	background-color: #FFFFEE;
	z-index: 4;
}

#content {
	border-right: 10px solid #FF0000;
	border-top: 10px solid #FF0000;
	margin: 0px 0px 0px 185px;
	padding: 10px;
	background-color: #FFEEEE;
	z-index: 6;
}

#picture {
	text-align: right;
	border-left: 10px solid #0000FF;
	border-bottom: 10px solid #0000FF;
	float: left;
	width: 150px;
	height: 120px;
	padding: 10px;
	background-color: #EEEEFF;
	z-index: 3;
}

#copyright {
	font-size: 8pt;
	border-right: 10px solid #FFFF00;
	border-bottom: 10px solid #FFFF00;
	margin: 0px 0px 0px 180px;
	height: 120px;
	padding: 10px;
	background-color: #FFFFEE;
	z-index: 5;
}

-->

