@import url("table.css");
@import url("text.css");
@import url("nav.css");
@import url("box.css");

html, body {
	font-family:Arial, Verdana, Helvetica;
	font-size:14px;
	height:100%;
	margin:0;
	border:0;
	padding:0;
	color:#737373;
	background:url(images/body_background.gif) repeat-x #FFFFFF;
}

img {
	margin:0;
	border:0;
	padding:0;
}

p {
	margin:8px 0 0 0;
	border:0;
	padding:0;
	text-align: justify;
	line-height:16px;
}

.nomargin {
	margin:0;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

form {
	margin:0;
	border:0;
	padding:0;
}

div#gecko_logo {
	width:100%;
	height:100%;
	background:url(images/main_background.gif) no-repeat 0 296px;
}

div#container{
	width:960px;
	margin:0 auto;
}

div#header {
	width:960px;
	height:140px;
}

div#logo {
	width:253px;
	height:109px;
	float:left;
	margin:31px 0 0 10px;
	display:inline;
}

div#catchphrase {
	width:430px;
	float:right;
	margin:31px 15px 0 0;
	display:inline;
	line-height:16px;
}

div#breakbar {
	width:958px;
	height:5px;
	border-right:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	background:#aab942;
}

div#main {
	width:960px;
}

div#content {
	width:650px;
	float:left;
	margin:16px 0 0 5px;
	display:inline;
}

div#content a {
	margin: 3px 0 8px 3px;
}
div#content p {
}
div.contentold {
	min-height: 180px;
}

div.lhcopy {
	padding:0 5px;
}

div#rhcontent {
	width:285px;
	float:right;
	margin:40px 0 0 0;
	display:inline;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}

.break {
	height:1px;
	margin:9px 0;
	background:url(images/dotted_line.gif) repeat-x;
}

.form-select, .form-text, .form-textarea {
	border: 1px solid #ccc;
}
.form-text {
	height: 17px;
}

.form-submit {
	color: #AAB942;
	border: 1px solid #AAB942;
}

.form-required {
	color: #f0f;
}

sup {
	font-size: 9px;
}

div.node {
	padding-bottom: 5px;
}
span.submitted {
  color: #999;
  font-size: 0.8em;
}

div.highlight {
	background-color: #f8f8f8;
	border: 1px solid #f2f2f2;
	margin: 4px;
	float: left;
	width: 98%;
}

div.highlight p {
	margin: 0 4px 8px 4px;
}
div.highlight a {
	float: left;
	padding-right: 4px;
}
div.highlight a.close {
}
div.highlight img {
	float: left;
}
br.clear {
	clear: both;
}
