html, body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333;
	padding: 2px;
	text-align: center;
	background-image: url(images/bg.png);
}

h1 {
	margin-top:0px;
	font-size: 13pt;
	font-family: Verdana, Tahoma;
	color: #0000CC;
}
h2 {
	margin-top:0px;
	font-size: 14pt;
}
h3 {
	margin-top:0px;
	font-size: 12pt;
}
h4 {
	margin-top:7px;
	font-size: 10pt;
	text-decoration: underline;
	margin-bottom: 4px;
	font-weight:bolder;
	font-family: Verdana, Tahoma;
	color: #FF6600;
}
p {
  line-height:1.3em;
}

lw {
	font-size: 10pt;
	text-decoration:underline;
}

a {
  color: #004D71;
  text-decoration: underline;
}

a:hover {
  text-decoration:underline;
  color: #006699;
}

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

a.toplink:hover {
  text-decoration:underline;
  color:#990000;
}

a.sidelink {
  color: #000000;
  text-decoration: underline;
  font-size: 8pt; 
  font-family: Verdana, Tahoma; 
}

a.sidelink:hover {
  text-decoration:underline;
  color: #006699;
  font-size: 8pt;
  font-family: Verdana, Tahoma;    
}
a.title {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 20pt;
	font-weight: bolder;
}
a.title:visited {
  text-decoration:none;
  color: #FFFFFF;
  font-size: 20pt;
	font-weight: bolder;     
}
a.title:hover {
  text-decoration:underline;
  color: #FFFFFF;
  font-size: 20pt;    
	font-weight: bolder;  
}
#container {
	width: 780px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(images/main-bk.gif);
	background-repeat: repeat-y;
}

#header {
	width: 100%;
	height: 116px;
	background-color: #006699;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#content {
	margin-left: 150px;
	max-width: 36em;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 1em 0.5em 1em 1em;
	text-align: justify;
}

#navList {
	width: 130px;
	margin: 0;
	padding: 1em;
	position: absolute;
	top: 115px;
}

#rightcolumn {
	width: 125px;
	margin: 0;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.2em;
	padding-right: 0.2em;
}

#footer {
	width: 100%;
	height: 30px;
	background-color: #797E68;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 10px;
}

/* Extra DIVs */
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
  display:none;
}
	a.titlelink:link {
		color: #333333; 
		text-decoration: none;
		font-weight: bold;
	}
	a.titlelink:visited {
		color: #333333;  
		text-decoration: none;
		font-weight: bold;
	}
	a.titlelink:hover {
		color: #333333; 
		text-decoration: underline;
		font-weight: bold;
	}
	a.desclink:link {
		color: #333333; 
		text-decoration: none;
		font-weight: normal;
	}
	a.desclink:visited {
		color: #333333; 
		text-decoration: none;
		font-weight: normal;
	}
	a.desclink:hover {
		color: #333333; 
		text-decoration: none;
		font-weight: normal;
	}
.bmenu {
	height: 20px;
	width: 780px;
	text-align: center;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 12px;
}
.small {
	font-family: Tahoma;
	font-size: x-small;
	color: #993300;
}
