* {
	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: 1073px;
	overflow: hidden;
	background-color: #99cccc;
}

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

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

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

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

#secondary #footer {
	width: 753px;
}

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

.floatleft { float: left; width: 220px; }
.floatright { float: right; width: 533px; }


#header { height: 134px; left: 0; position: relative; width: 753px; }
#header h1 { position: relative; height: 105px; width: 170px; margin: 0 0 0 0; }
#secondary #header img.logo { padding: 10px 25px 10px 25px; }
.header-element {float: left; position: absolute; height: 134px; width: 333px; left: 220px; top: 0; margin: 0 0 0 0px; }

.header-contact { text-align: center;  width: 220px; }
.header-contact p { color: #666699; }
.header-contact a { text-decoration: underline; }
.header-contact a:hover { font-weight: bold;}

#content .floatright h2 {
	color: #333;
	text-align: left;
	margin: 0 0 10px 0;
	font: bold 3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content .floatright h3 {
	color: #666699;
	text-align: left;
	margin: 0 0 10px 0;
	font: 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


.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.thumb1 {
	padding: 10px 10px 10px 0;
	text-align: center;
}
	
.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;
}
	
