/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	width: 770px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	background-image: url(images/bodyBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	}
body a:link, body a:visited {
	color:#666666; 
	text-decoration: underline;
	}
body a:hover {
	color:#666666;
	text-decoration: underline;
	}
ul {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	}
li {
	font-weight: bold;
	position: relative;
	width: 160px;
	text-align: left;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin: 0px;
	vertical-align: middle;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}
#pageLeft {
	width: 165px;
	height: 485px;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-image: url(images/shirtBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#pageContent {
	width: 604px;
	height: auto;
	padding: 90px 0px 0px 0px;
	margin: 0px;
	position: relative;
	float: left;
	}
#pageContent p {
	padding-left: 14px;
	}
#pageContent td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	}
#pageContent td.info {
	padding-top: 12px;
	padding-left: 42px;
	padding-bottom: 20px;
	background-image: url(images/divide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#pageContent td.footer {
	padding-top: 100px;
	text-align: center;
	}

