@charset "utf-8";
/* CSS Document */

/* Default Settings */
html, body{
	margin: 0;
	padding: 0;
	background-color: #212121;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	background: #7DCC1B url(images/HOP_BG.jpg) repeat-x top;
	}
hr {
	clear: both;
	width: 100%;
	color: #7DCC1B;
	background-color: #7DCC1B;
	margin: 0;
	padding: 0;
	}
h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
	font-size: 1.8em;
	color: #19A2D9;
	padding: 0;
	font-weight: normal;
	}
img {
	border: 0;
	}
p {
	clear: both;
	margin-top: 10px;
	}
a:link, a:visited {
	text-decoration: none;
	color: #7DCC1B;
	}
a:hover {
	text-decoration: underline;
	color: #006600;
	}
	

/* Header */

.header {
	clear: both;
	width: 743px;
	height: 198px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}


/* Tables */
.table-main {
	width: 743px;
	height: 435px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	}
.table-td-center {
	width: 700px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}
.table-td-left {
	width: 24px;
	background: transparent url(images/HOP_Left_BG.png) no-repeat;
	}
.table-td-right {
	width: 24px;
	background: transparent url(images/HOP_Right_BG.png) no-repeat;
	}

.content-table {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	}


/* Navigation */
#top-nav {
	width: 700px;
	height: 62px;
	background: #006699 url(images/HOP_Menu_BG.jpg) repeat-x;
	}
	

/* Pencil Banner */
#pencils {
	width: 700px;
	height: 123px;
	background: #FFFFFF url(images/HOP_Pencils.jpg) no-repeat;
	}
	


/* Main Menu settings */
#navigation
	{
	float: right;
	height: 62px;
	width: 700px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 1.2em;
	/* define navigation element */
}
#navigation ul
	{
	margin: 0;
	padding: 0;
	}
#navigation ul li
	{
	list-style: none;
	float: left;
	border: 0;
	
	/* set list elements to display inline */
	}
#navigation ul li a
	{
	height: 62px;
	width: 140px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	display: block;
	line-height: 62px;
	font-weight: bold;
	background-color: transparent;
	/* set dimensions of navigation links */
	}
#navigation ul li a:hover
	{
	color: #333333;
	font-weight: bold;
	background-color: #FBD216;
	/* set navigation hover link state */
	}