* {
	margin: 0;
}

html {
	height: 100%;
	width: 100%;
}
body {
	font: 12px "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	color: #777;
	text-align: center;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
h1, h2, h3, #nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 15px;
}

h2 {
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
p, ul, li {
	line-height: 25px;
	margin: 0 0 20px;
	padding: 0;
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
a {
	color: #000;
	text-decoration: none;
	padding: 0;
	border-bottom: 1px solid #F0F0F0;
}
a:hover {
	background: #F5F5F5;
}

strong {
	text-transform: uppercase;
}

#main-frame {
x	height: 665px;
	width: 998px;
	margin: 0 auto;
	border: 1px solid #777;
	position: relative;
}
#top-logo {
	border: none;
	padding: 30px 0;
}
#flash-box {
	height: 166px;
}
#content {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 20px 15px 10px;
}
#nav {
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav p {
	margin: 0;
}
#nav a {
	color: #999;
	padding: 0 15px;
	border: none;
}
#nav a:hover {
	color: #333;
	background: none;
}
#copyright {
	font-family: Constantia, "Times New Roman", Times, Serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	margin: 10px 0 0 -80px;
	padding: 20px 0;
}

.overlay {
	width: 800px;
	height: 425px;
	position: absolute;
	left: 100px;
	top: 65px;
	display: none;
	border: 1px solid #777;
	background: #FFF;
}
.overlay .scroll-box {
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	top: 25px;
	overflow: auto;
}
.overlay .scroll-box * {
	margin-left: 15px;
	margin-right: 15px;
}
.overlay h2, .overlay p, .overlay ul, .overlay ol {
	text-align: left;
}
.hide {
	display: none;	
}
.close-button {
	color: #777;
	font-size: 10px;
	padding-right: 15px;
	position: absolute;
	right: 5px;
	top: 5px;
	border: none;
	background: url(images/btn_close.png) no-repeat right center;
}
.close-button:hover {
	background: url(images/btn_close_over.png) no-repeat right center;
}
.no-link-highlight {
	border: none;
}
.no-link-highlight:hover {
	background: none;
}