body {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #D1E2EC;
}

body, td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

#wrap {
	position: relative;
	text-align: center;
	margin: 0 auto;
	background-color: white;
	width: 600px;		   /*Feed IE 600 px for its box model*/
        background-image: url(images/background.gif);
	background-color: #D1E2EC;
        background-repeat: repeat-y;
        background-position: top center;
	padding: 0 20px;
}

#wrap > #maintable {
	position: relative;
	left: 1px;
}

#headerCell {
	padding-top: 11px;
}

#leftcol, .leftcol {
	background-color: #5379AA;
}


#nav {
	background-color: #5379AA;
	padding-top: 20px;
}

#nav div {
	padding: 5px 2px 5px 14px;
}

#nav a { 
	text-decoration: none; 
	color: white; 
	text-transform: uppercase;
	font-family: verdana;
	font-size: 80%;
}

#nav a:hover { color: #FFA52E; } 

#customerComments{
	margin: 5px 3px 5px 8px;
	color: #929292;
}

#customerComments h3 {
	font-size: 1.1em;
}

#customerComments p {
	margin: .6em 0;
}

#contentCell {
	position: relative;
	padding-top: 20px;
}

#contentCell p {
	margin: .8em 0;
	line-height: 18px;
}

#contentCell h2 {
	color: #5379A6;
	font-size: 1.4em;
	margin-bottom: .5em;
	text-align: right;
	text-decoration: underline;
}

#contentCell h3 {
	color: #5379A6;
	font-size: 1.2em;
	margin-bottom: .5em;
}

.rightLink {
	text-align: right;
}

#contentCell a {
	color: #FF850E;
	text-decoration: none;
	font-weight: bold;
}
#contentCell a:hover { color: #FFA52E; }

#copyright {
	font-size: 10px;
}


#subNavHold {
	margin-top: 25px;
}

#subNavHold img {
	margin-bottom: 10px;
}
