/* CSS Document */

table, tr, td {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 769px;
}

#content {
	width: 769px;
}

.toprow {
	background: url(../images/header-top.jpg) no-repeat;
	height: 79px;
}

.leftNav {
	background: url(../images/bg-mgn.jpg) no-repeat;
	height: 521px;
	width: 193px;
}

	.perMsg { border: 2px solid #000; padding: 2px; }
	.small { font-size: small; }

.leftSide img {
	border: 0;
}

.mainText {
	background: url(../images/bg-main.jpg) no-repeat;
	padding: 170px 30px 0 0;
	height: 521px;
}

	.red { color: #F00; }
	.blue { color: #00F; }
	.green { color: #060; }
	.yellow { background-color: #FF0; }
	.underline { text-decoration: underline; }
	.table { text-align: center; border: thin solid #000; background-color: #CFF; }
	.quote {
		background-color: #DDD;
		padding: 10px;
		font-style: italic;
		border-bottom: thin solid #000;
		border-right: thin solid #000;
		border-left: thick solid #000;
		border-top: thin solid #000;
	}
		table.quote td { padding: 10px; }
	.steps { color: #FFF; background-color: #6F0706; text-decoration: underline; }
	.box { background-color: #FFC; width: 85%; border-color: #000; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thick; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: double; }
		table.box td { font-style: italic; padding: 8px; }
		.name { color: #C00; }
	.checklist { list-style-image: url(../images/checkmark.png); }
	.simpletable { border: thin solid #999; }
	.strike { text-decoration: line-through; }
	.doublebox { border: think double #000; }
	.imagine { border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thick; border-style: solid; border-color: #000; }

.footer {
	background: url(../images/footer.jpg) no-repeat;
	padding: 20px 55px 0 0;
	text-align: right;
	font-size: small;
	height: 43px;
	color: #fff;
	clear: both;
}

	.footer a { color: #FFF; }

.required, .error {
	background: transparent;
	color: #CC0000;
	font-weight: bold;
}

.popup { height: 500px; width: 425px; }
	.popup table { border: thin solid #CCCCCC; }
	.popup td { padding: 8px; }
