html, body, form {
	/*padding: 0px;
	margin: 0px;*/
	margin: 0px;
	padding: 0px;
}
body {
	/*background: #A5A5A5 url(../styleImages/backgrounds/pageBg.jpg) repeat-x;
	padding: 5px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;*/
	
	margin: 0px;
	padding: 0px;
	font: 100% Tahoma, Arial, Verdana;
	background-image: url(/images/bodyBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
a:link, a:visited {
	/*color: #070F72;
	text-decoration: none;*/
	
	color: #FFBE00;
	text-decoration: none;
}
a:hover {
	/*color: #f60;
	text-decoration: none;*/
	
	color: #000000;
	text-decoration: none;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.textbox {
	background-color: #E0F0FF;
	border: 1px solid #000;
	color: #000;
}
.dropDown {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
#c {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 2px solid #333;
	background: #fff url(../styleImages/backgrounds/contentBg.jpg) no-repeat left top;
}
#banner {
	height: 36px;
	text-align: right;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 68px;
}
#nav {
	/*position: relative;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;*/
	
	width: 955px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffbe00;
	text-align: center;
}
/* Stuff I added in - Start */
#nav a {
	padding-right: 30px;
	padding-left: 30px;
	text-decoration: none;
	font-size: 85%;
	color: #000000;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFBE00;
}
/* Stuff I added in - End */
#content {
	position: relative;
	float: left;
	border: 1px solid #000;
	padding: 3px;
	color: #333;
	background-color: #fff;
	margin-bottom: 5px;
}
#content.wide { /* Used for when a column dissapears */
	width: 560px;
}
#extra {
	position: relative;
	width: 160px; 
	float: right;
}
#bottom {
	text-align: center;
}
.txtCopyright {
	display: none;
}

/* CSS stuff that I added in */

#center {
	width: 955px;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	height: 131px;
	float: left;
	clear: both;
	width: 955px;
}
#top .logo {
	float: left;
}
#top .banner {
	float: left;
	background-color: #ffffff;
	padding-right: 6px;
}

#top #contact {
	float: left;
	padding-top: 26px;
	padding-left: 11px;
	color: #3f3f3f;
	font-size: 75%;
	width: 118px;
}
#top #contact a {
	color: #3f3f3f;
	text-decoration: none;
}
#top #contact a:hover {
	color: #ffffff;
	text-decoration: none;
}
#main {
	padding-top: 27px;
	padding-right: 8px;
	padding-left: 8px;
	clear: both;
	width: 939px;
	font-size: 85%;
}
#more {
	float: right;
	display: block;
	color: #FFBE00;
}
#main .categories {
	float: left;
	height: 114px;
	width: 313px;
	margin-bottom: 7px;
}
#main .categories p {
	padding-left: 95px;
	font-size: 75%;
	margin-top: 2px;
	padding-right: 5px;
}
#main .categories img {
	border: 1px solid #8b8c8e;
	float: left;
}
#space {
	clear: both;
	text-align: center;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFBE00;
	font-size: 75%;
	padding-top: 4px;
}
#space a {
	color: #666666;
	padding-right: 4px;
	padding-left: 4px;
}
#space a:hover {
	color: #FFBE00;
}
#foot {
	font-size: 75%;
	text-align: center;
	color: #FFBE00;
	padding-top: 7px;
}
#foot a {
	padding-right: 10px;
	padding-left: 10px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
	float: left;
	width: 100%;
	font-size: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.subCat {
	text-align: center;
	padding: 8px;
	float: left;
	width: 116px;
	height: 50px;
}
#subCats a
 {
	color: #000000;
	text-decoration: none;
 }
 #subCats a:hover
 {
	color: #FFBE00;
	text-decoration: underline;
 }
 