body {
	background: url(../images/bg.jpg) repeat-x;
	background-color:#7492BC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
}

img {
	border: none;
}

a { 
	text-decoration:none; 
	color: #506583;
}

a:hover {
	color: #6885B0;
}	

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#header {
	background-color: #0E4EA5;
	margin:  0;
}

#topNav {
	width: 900px;
	background-image:url(../images/topNavBg.jpg);
	background-repeat:repeat-x;				
}

.tab {
	text-align: center;
	vertical-align:top;
	padding-top: 8px;
	width: 122px;
	height: 36px;
	background-image:url(../images/tab.jpg);
	background-repeat:no-repeat;
}

.tab a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #506583;
	font-weight: bold;
	text-transform: uppercase;
}

.tab a:hover {
	color: #6885B0;
}	
			
#topNavRightSide {
	width: 17px;
	text-align: right;
}

#leftNav {
	width: 173px;
	background: url(../images/leftNavBg.jpg) repeat-x;		
	background-color:#c0c0c0;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#leftNavTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-left:10px;
	padding-top:10px;
}

#leftNav a {
	color: white;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menuItem {
	padding-left: 24px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#leftNavBottom {
	height: 30px;
}

#partFinder {
	background-color:#eaeaea;
	padding: 10px; 
}

#cont {
	float: right;
	width: 687px;
	margin: 0;
	padding: 0 20px 0 20px;
	font-size: 12px;
}

#cont h1 {
	font-size: 18px;
}

#cont h2 {
	font-size: 16px;
}

#cont h3 {
	font-size: 14px
}

#cont td {
	font-size: 12px;
}

#rpad {
	padding-right: 20px;
}

#side { 
	float: left;
	width: 173px;
	margin: 0;
}

#clear {
	clear: both;
	height: 1%;
}

#footer {
	clear: both;
	text-align: center;
	background: url(../images/footerBg.png) repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 auto;
	padding-top: 20px;
	width: 900px;
	height: 72px;
}