h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight: normal;
	color: #1069A7;
	font-variant:small-caps;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight: normal;
	color: #1069A7;
	font-variant:small-caps;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	color: #1069A7;
	font-variant:small-caps;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	color: #1069A7;
	font-variant:small-caps;
}

h5 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	color: #1069A7;
	border-bottom: 1px solid #CCCCCC;
	font-variant:small-caps;
	margin-bottom: 10px;
}

body  {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	line-height: 20px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background: #FFFFFF url(/images/body_background.jpg) repeat-x;
}

#logoDisplay {
	position:absolute;
	top: 30px;
	left: 100px;
}

#container { 
	position:absolute;
	top: 142px;
	left: 130px;
	width: 613px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(/images/main_background_top.png) no-repeat ;
} 

#mainContent {
	padding: 30px;
	min-height: 400px;
}

#footer {
	padding: 30px 0 30px 0;
	background:url(/images/main_background_bottom.png) no-repeat top;
	font-size:10px;
	line-height:normal;
}

#rightColumn {
	position:absolute;
	top: 180px;
	left: 760px;
	width: 202px;
	text-align:left;
}

.categoryListing {
	padding: 5px 0 ;
}

#headerLinks {
	position:absolute;
	top: 71px;
	left: 390px;
	width: 566px;
	text-align:right;
}

#headerLinks a:link, #headerLinks a:active , #headerLinks a:visited {
	color: #B4CEDC; 
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(/images/linkdot.png) no-repeat center left;
	padding: 5px 20px 5px 15px;
}
#headerLinks a:hover { 
	color: #999999; 
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(/images/linkdot.png) no-repeat center left;
	padding: 5px 20px 5px 15px;
}

a:link, a:active , a:visited {
	color: #5696BF; 
	text-decoration: underline;
	
}
a:hover { 
	color: #999999; 
	text-decoration: none;
}
