html * {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
} 

body {
	border-top: 8px solid #ffcc00;
	font-size: 84%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	height: 98%;
}

a:link, a:visited {
   color: #0068B1;
   text-decoration: none;
}

a:hover, a:active {  
  color: #0068B1;
  text-decoration: none;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #000000;
	right: 5px;
}

form.ddfm input.fmverify,
form.ddfm  textarea.fmtextarea,
form.ddfm  input.fmtext {
	position: absolute;
	left: 420px;
}

form.ddfm  img {
	position: absolute;
	left: 620px;

}


form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	vertical-align: top;
	font-size: 100%;
	font-weight: bold;
}

#container {
	position: relative;
	width: 800px;
	margin-left: auto ;
  	margin-right: auto ;
	background-color: #fff ;
	min-height: 100%;
}

* html #container {
	height: 100%;
} 

#header {
   text-align: left;
	height: 140px;
	background: #800;
}

body.home #header {
    height: 170px;	
	background: #fff url(../img/header-bkg.jpg) repeat-x;
}

img.logo {
	position: absolute;
	top:10px;
	left: 10px;
}

img.toptagline {
	position: absolute;
	top:10px;
	right:120px;
}

body.home img.logo {
	position: absolute;
	top:30px;
	left: 10px;
}

.button {
	border: solid;  
	margin: 5px; 
	padding: 5px; 
	width: 100px; 
	text-align: center; 
	background: #fced92;
}

.full-button {
	border: solid;  
	margin: 5px; 
	padding: 5px; 
	width: 450px; 
	text-align: center; 
	background: #fced92;
}

p img, .cite img {
	float: right;
	padding: 5px;
}

.cite {
	float: right;
	width: 192px;
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	padding: 2px 2px 2px 2px;
	margin: 2px;
	font-size: .8em;
}

.cite p {
	clear: right;
	margin: 0px;
	padding: 0px;
}

.centered {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#searchnav {
	background: #fff url(../img/searchnav-bkg.jpg) repeat-x;
	height: 27px;
	margin-left: 230px;
	font-size: .8em;
	padding-right: 10px;
}

#searchnav form {
text-align: right;
}

#content {
	text-align: left;
	margin-left: 230px;
	margin-bottom: 8em;
	line-height: 1.3em;
}

#content-home {
	text-align: left;
	margin-left: 230px;
	margin-bottom: 8em;
	width: 700px;
	line-height: 1.3em;
}

#content h1, h2 {
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}

#content h1 {
	margin-top: 40px;
	font-size: 16pt;
	margin-right: 40px;
	line-height: 18pt;
}

#content h2 {
	font-size: 1em;
	margin-right: 40px;
	margin-top: 10px;
}

#content h3 {
	margin-right: 40px;
}

#content p, ul, ol {
	margin-left: 20px;
	margin-right: 40px;
	margin-bottom: 10px;
}

.author {
	font-style: italic;
}

#content ul {
	list-style-image: url(../img/bullet.gif);
	margin-bottom: 10px;
}

#content li {
	margin-left: 40px;
	padding-top: 6px;
}

/* small navigation top right */
#globalnav {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
	font-size: .8em;
}

/* side navigation */
#sidenav {
	float: left;
	width: 196px;
	text-align: left;
	margin-top: 0px;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .01px;
}

#footer {
	clear: both;
	font-size: .8em;
	text-align: right;
	padding: 20px 14px 10px 0;
	color: #626262;
	position: relative;
    margin-top: -8em;
}

#footer p {
   padding-bottom: 2px;
}

#footer a {
	text-decoration: underline;
}

hr {
	color: #ccc;
	height: 1px;
	width: 80%;
	text-align: center;
}


/* forms */

table.form td {
	padding: 4px 4px 4px 0; 
}
