html, body {
	margin:0px;
	font-family:Verdana, Tahoma;
	font-size:11pt;
	color:#333;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;		
}

h1 {
	margin-top:0px;
	font-size: 16pt;
}
h2 {
     font-size: 12px;
     margin: 10px 0 0px 6px;
     font-weight: bold;
     color: #FF6600;
     border-bottom: #444 1px solid;
}
h3 {
	margin-top:0px;
	font-size: 12pt;
}
h4 {
	margin-top:0px;
	font-size: 11pt;
	text-decoration: underline;
}
p {
  line-height:1.3em;
}

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

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

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

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

a.sidelink {
	color: #004D71;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	padding-left: 6px;
	padding-top: 4px;
}

a.sidelink:hover {
	text-decoration:underline;
	color: #FF6600;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	padding-left: 6px;
	padding-top: 4px;
}
.linkboxtitle {
	width:100%;
	margin-top:0px;
	font-size: 10pt;
	text-align: center;
	padding: 0px;
	color: #FFFFFF;
	background-color: #006699;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.linkbox {
	width:100%;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	text-align: left;
	border-right: 3px solid #595A59;
	border-left: 3px solid #595A59;
}

#header {
	width: 100%;
	height: 164px;
	background-color: #;
	color: #FFFFFF;
}

#content {
	margin-left: 6px;
	margin-right: 0px;
	padding: 7em 1em 1.5em 0.5em;
	max-width: 65em;
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}
.navList {
	width: 140px;
	margin: 0px;
	top: 165px;
	float: right;
}

#rightcolumn {
	width: 138px;
	text-align: center;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

/* Menu */
#navcontainer
{
padding: 2px;
line-height: 17px;
list-style: none;
background-color: #;
width: 140px;
}

#navlist
{
margin: 0;
padding: 2px;
padding-left: 0;
border-left: 2px solid #FFFFFF;
}

#navlist li
{
margin: -1px 0 0 2px;
border-left: 1px solid #ffffff;
padding: 0;
display: block;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
font-size: 10px;
line-height: 16px;
padding-left: 2px;
text-decoration: none;
color: #000;
font-family: verdana, tahoma;
}

#navlist a:link#current, #navlist a:visited#current
{
margin-left: -4px;
border-left: 4px solid #335;
border-bottom: 1px solid #335;
color: #FF6600;
font-size: 11px;
font-weight: bolder;
}

#navlist a:link#current:hover, #navlist a:visited#current:hover, #navlist a:hover
{
margin-left: -4px;
border-left: 4px solid #FF6600;
border-bottom: 1px solid #000;
background-color: #9CC1F2;
}


ul ul {
padding: 0;
border-left: 6px solid #FFF;
margin-left: -6px;
}


/* Extra DIVs */
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
  display:none;
}
.title {
	font-weight: bold;
	color: #FF6600;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

/* Images */
.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}
.hide {
display: none;
}
#top {
	top: 165px;
	position: absolute;
	text-align: right;
}
.desc {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}
.guidebtn {background:url(images/btn-cnt-guide.gif) left top no-repeat; border:0px; margin:0px; padding:0px; height:38px; width:171px;}