/* Page Structure
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 12pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

  /* Message
----------------------------------------------- */

td#message {
	color: #000000;
	background: #FFFFFF;
	text-align: center;
}

td#message h2 {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 14pt;

}



/* Headings
----------------------------------------------- */


h1 {
	color: #000000;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 14px;
	margin-bottom: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	line-height: 1.3em;
}

h2 {
	color: #000000;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 18px;
	padding-top: 3px;

}

h3 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;

}



/* Links
----------------------------------------------- */


a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

p a:link:after, p a:visited:after {
	content:" ("  attr(href) ") ";
	font-size: 10pt;
	text-decoration: none;
	display: inline;
}

/* Main Navigation
----------------------------------------------- */


 #navcontainer li#active a
 {
 background-color: #inherit;
 color: #CCCCCC;
 display: none;
 }
 
 #navinside li#active a
 {
 background-color: #inherit;
 color: #CCCCCC;
 display: none;
 }

td#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEB900;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image:  url(images/home_image_02.jpg);
	width: 760px;
	height: 31px;
	margin-top: 0;
	background-position: center;
	display: none;

}

td#nav ul {
	margin: 0;
	padding: 8px;
	list-style: none;
	display: none;
}

td#nav li {
	display: inline;
	font-size: 105%;
	margin: 0;
	padding-right: 16px;
	white-space: nowrap;
	display: none;
}

td#nav li a {
	font-weight: bold;
	color: #EEB900;
	text-decoration: none;
	display: none;
}

td#nav a:hover, td#current {
  	color: #CCCCCC;
	display: none;
  }


/* Print Elements
----------------------------------------------- */

.showprint {
	display: none;

}

#footerprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
}

#headerprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}

#headerprint h1{
	font-size: 16pt;
	font-weight: bold;
}

#subheadprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}

#subheadprint h1{
	font-size: 14pt;
	font-weight: bold;
}

div#url {
	font-family: "Courier New", Courier, mono;
}
