/* CSS Document */


body {
	height: auto;
	background-image:url(../images/bkg.png);
	background-repeat:repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.96em;
	
	}
	
#wrap {
	height: 100%;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 1px;
	}

#header {
	height: 131px;
	width: 955px;
	background-repeat:no-repeat;
	background-image: url(../images/bkg.png);
	}

#main-area {
	height: 100%;
	width: 955px;
 	background-color: #FFFFFF;
	}

#left-column {
	height: 100%;
	width: 174px;
	float: left;
	background-image: url(../images/leftsidebar2.png);
	background-repeat: repeat-y;
	background-position: left top;
	}

#content {
	float: left;
	}

#right-edge {
	height: 100%;
	width: 8px;
	float: right;
	background-image:url(../images/rightsidebar2.png);
	background-repeat:repeat-y;
	background-position: right top;
	}

#footer {
	clear: both;
	height: 84px;
	width: 955px;
	background-image:url(../images/footer2.png);
	background-repeat:no-repeat;
	}

#footer p {
	margin-top: 5px;
	margin-bottom: 3px;
	}


#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover {
	color:#FFCC33;
	}
	
.td-main {
	margin-left:5px;
	margin-right:5px;
	}

.footer-text {
	font-size: 74%;
	color:#FFFFFF;
	margin-left:15px;
	margin-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}

.bodytext {
	font-size: 75%;
	}

.smallerbodytext {
	font-size: 94%;
	}

ul {
	margin-left: 0px;
	}

li {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#terms {
	font-size:96%;
	}
#terms h1 {font-size:115%; font-weight:bold;}

#terms h3 {font-size:102%; font-weight:bold;}

#terms ul {
	margin-left: 0px;
	}
#terms li {
	list-style-position: outside;
	list-style-type: disc;
	}