* {
	padding: 0;
	margin: 0;
	border: 0px solid #000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
}

#wrap {
	margin: auto;
	width: 873px;
	overflow: hidden;
	background-color: #99cccc;
}

#primary {
	float: left;
	width: 160px;
	text-align: center;
}

#secondary {
	float: left;
	width: 553px;
}

#secondary #header {
	height: 134px;
	width: 553px;
	background-color: #FFF;
}

#secondary #content {
	width: 553px;
	background-color: #666699;
	overflow: hidden;
}

#secondary #footer {
	width: 553px;
}

#tertiary {
	float: right;
	width: 160px;
	text-align: center;
	padding-top: 134px;
}

.floatleft {
	float: left;
	width: 220px;
}

.floatright {
	float: right;
	width: 333px;
}

.logo {
	text-align: center;
	color: #666699;
}

.logo img {
	padding: 10px 0;
}

.visual {
}

.menu {
	background-color: #666699;
}

.copy {
	background-color: #FFF;
	padding: 12px;
	min-height: 550px;
}

.actionsquare {
	padding: 12px;
	background-color: #FFF;
	font-weight: bold;
}

.signoff {
	padding: 12px;
	background-color: #666699;
	color: #FFF;
}

.clear {
	clear: both;
}

.menu ul {
	padding: 12px 0 12px 12px;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
}

.menu li {
	padding: 0px;
}

.menu a, .menu a:visited {
	color: #FFF;
	text-decoration: none;
}

.menu a:hover, .menu a.selected {
	color: #99cccc;
	text-decoration: none;
}

a, a:visited {
	color: #666699;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

.signoff a, .signoff a:visited {
	color: #FFF;
	text-decoration: underline;
}

.signoff a:hover {
	color: #99cccc;
	text-decoration: underline;
}

#tertiary a, #tertiary a:visited {
	color: #FFF;
	text-decoration: none;
}

#tertiary a:hover {
	color: #666699;
	text-decoration: none;
}

h1, h2 {
	color: #333;
}

h1 {
	font-size: 12px;
	margin-bottom: 15px;
}

h2 {
	font-size: 10px;
	margin-bottom: 5px;
}

h3 {
	font-size: 10px;
	margin-bottom: 15px;
	color: #FF0000;
}

p {
	margin-bottom: 15px;
}

strong.dark {
	font-weight: bold;
	color: #333;
}

ul {
	padding: 0 0 12px 24px;
	list-style: disc;
}

li {
	padding: 0 0 6px 0;
}
	
.copy img {
	padding: 15px 0;
	text-align: center;
}
	
.copy .thumbs img {
	padding: 7px;
	text-align: center;
}

table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

td {
	border-bottom: 1px solid #000;
}

table p {
	margin-bottom: 0;
}

.copy .imgleft {
	float: right;
	padding: 0 0 0 15px;
}
	