/* Outerspace Stylesheet */

body {
	margin: 32px 24px 32px 24px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #666666;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	float: left;
}

img {
	border: none;
	
	margin: 0px;
}

.thumbs img {
	border: none;
	padding: 0px 1px 1px 0px;
	margin: 0px;
}

a:hover img {
	background-color: white;
}

a {
	color: black;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a:hover {
	background-color: black;
	color: white;
}

#container {
	width: 800px;
}

#header {
	width: 800px;
	float: left;
	margin: 0px 0px 14px 0px;
}

#header a:hover {
	background-color: white;
}

.row {
	padding: 12px 0px 32px 0px;
	width: 800px;
	float: left;
	border-bottom: 1px solid #cccccc;
}

#footer {
	width: 800px;
	/* background-color: #dddddd; */
	float: left;
	margin: 5px 0px 30px 0px;
}

.navActive {
	color: black;
	font-weight: bold;
}

.field {
	width: 200px;
	float: left;
}

.field2 {
	width: 400px;
	float: left;
}

.field3 {
	width: 600px;
	float: left;
}

.field4 {
	width: 800px;
	float: left;
}

.fieldRight {
	width: 200px;
	float: left;
	text-align: right;
}

.extLink a {
	white-space: nowrap;

	padding: 0px 0px 0px 8px;
	
	background-image:url(gfx/external_link.gif);
   background-repeat:no-repeat;
   background-position: 0px 4px;
}

.extLink a:hover {
	background-image:url(gfx/external_link_hover.gif);
}

.email a {
	white-space: nowrap;

	padding: 0px 2px 0px 13px;
	
	background-image:url(gfx/email.gif);
   background-repeat:no-repeat;
   background-position: 0px 4px;
}

.email a:hover {
	background-image:url(gfx/email_hover.gif);
}
