body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0;
}
#keywords {
	width:760px;
	background-color: #666666;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}


img { border: none; } 


#header {
	width:760px;
	
}

#content {
	
	width:760px;
	background-image: url(images/home/content.gif);
}
#left-menu {
	width:136px;
	*/ height:700px; */
	
	background-color: #3A648E;
}

#center {
	
	width:491px;
	background-color: #FFFFFF;
}


#right-menu {
	
	width:133px;
	
	background-color: #DAE5EE;
}
#left-menu-items {
	
	width:136px;
	height:135px;
	background-image: url(images/home/left-menu-items.gif);
	background-color: #3A648E;
	padding-top: 14px;
	background-repeat: no-repeat;
}
.leftmenu-items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	text-align: left;
	font-weight: bold;
}
.leftmenu-items a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DAE5EE;
	text-decoration: none;
	font-weight: bold;
}

.leftmenu-items a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DAE5EE;
	text-decoration: none;
	font-weight: bold;
}

.leftmenu-items a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}

#center-search {
	width:491px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.center-search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}



#center-flash {
	width:491px;
	height:393px;
}
#right-menu-items {
	width:133px;
	height:102px;
}
.right-menu-items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	background-image: url(images/home/right-menu-items_mid.gif);
}
.right-menu-items a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/home/right-menu-items_mid.gif);
}
.right-menu-items a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/home/right-menu-items_mid-do.gif);
	height: 22px;
	display: block;
}

#right-menu-reasons {

	width:133px;
	height:397px;
}

#left-menu-categories {
	
	width:136px;
	height:357px;
	background-image: url(images/home/left-menu-categories.jpg);
}
.left-menu-categories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	color: #000000;
}
.left-menu-categories a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.left-menu-categories a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #990000;
}

#center-icons {

	width:491px;
	height:222px;
}

#left-menu-info {
	
	width:136px;
	height:45px;
}

#right-menu-button {
	
	width:133px;
	height:144px;
}

#left-menu-specials {

	width:136px;
	height:106px;
}


#bottom-menu {

	width:760px;
	height:38px;
	background-color: #253E63;
	background-image: url(images/home/bottom-menu.jpg);
}

#bottom-logos {
	
	width:760px;
}

#bottom-contact {
	width:760px;
	
}
TD.footer a:link{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 4px;
}
TD.footer a:visited{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #99CCFF;
	font-weight: bold;
		text-decoration: none;
}
TD.footer a:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.footer {
	color: #99CCFF;
	font-weight: bold;
}
.bottom-contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a {
 color: black;
 text-decoration: none;

}

a:hover{
 color: black;
 text-decoration: underline;

}


