/* 
 * STANDARD HTML ELEMENTS
 */
body {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #005500;
	color: #000000;
	font-size: 0.875em;	/* 16px * .875 = 14px */
}
body, caption, th, td {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	text-align: center; /* 1st part of IE/win centering hack */
}
#main {
	text-align: left;	/* 2nd part of IE/win centering hack */
	margin-left: auto;	/* standards-compliant centering method */
	margin-right: auto;
	width: 760px;
}

/*
 * CSS2.1 Default Font Sizes
 *
 */
p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 1em;
}
/* give headers x-small bottom margins */
h1 {
	font-size: 2em; 		/* xx-large	*/
	margin-bottom: 0.375em;
	color: #000099;
}
h2 {
	font-size: 1.5em;		/* x-large	*/
	margin-bottom: 0.5em;
	color: #000099;
}
h3 {
	font-size: 1.2em;		/* large	*/
	margin-bottom: 0.625em;
	color: #000099;
}
h4, h5, h6 {
	font-size: 1em;			/* medium	*/
	margin-bottom: 0.75em;
	color: #000099;
}
/* uncomment if h1 is an image with alt attribute
h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/

/* Links */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #005500;
	text-decoration: underline overline;
}

abbr {
	font-style: normal;	/* Safari italicizes abbr! */
	border-bottom: 1px dotted #00ff00;
	cursor: help;
	white-space: nowrap;
}

ul, ol {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	margin-left: 2em;
	padding-left: 0px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 1em;
}
ul			{ list-style-type: disc; }
ul ul		{ list-style-type: circle; }
ul ul ul	{ list-style-type: square; }
ul ul ul ul	{ list-style-type: disc; }
ol 			{ list-style-type: decimal; }
ol ol		{ list-style-type: lower-alpha; }
ol ol ol	{ list-style-type: lower-roman; }
ol ol ol ol	{ list-style-type: decimal; }




/* ERROR MESSAGES */
.warning {
	color: #cc0000;
	font-weight: bold;
}
.errorMessage {
	padding: 10px;
	background-color: #e5e5e5;
	color: #666666;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}
.errorMessage .errorReason {
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
}
.errorMessage p {
	margin-bottom: 0px;
}

/* FOOTER */
.footer {
	margin-top: 2em;
	padding-bottom: 0.5em;
	/* text-align: center; */
	font-size: 0.8em;
}
.footer p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.imgLeft, .imgTopLeft, .imgBottomLeft {
	margin-right: 20px;
	float: left;
}
.imgRight, .imgTopRight, .imgBottomRight {
	margin-left: 20px;
		float: right;
}
.imgLeft, .imgBottomLeft, .imgRight, .imgBottomRight {
	margin-top: 15px;
}
.imgLeft, .imgTopLeft, .imgRight, .imgTopRight {
	margin-bottom: 15px;
}
/* CREDITS */
p.credits {
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	text-align: right;
	font-size: 0.8em;
	line-height: 20px;
}
p.credits, p.credits a:link, p.credits a:visited, p.credits a:hover {
	color: #cccccc;
	text-decoration: none;
}
p.credits a:hover {
	background-color: transparent;
	color: #333333;
}
p.credits a span {
	text-decoration: underline;
}
p.credits a:hover span {
	color: #ffffff;
	background-color: #0000ff;
}
p.credits a span.more {
	display: none;
}
/* STANDARD CLASSES */
.tdPadding {
	padding: 10px;
}
/* A clearing div causes the infamous IE peek-a-boo bug. For IE/win,
you NEED to apply '* html CONTAINER { height: 1%; }' to the container
(of the float & clearing divs). */
.spacer {
	display: block;
	clear: both;
	margin: 0px;
	border: none;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}
* html div#spacerDivsContainer { height: 1%; }

/*/////////////////////*/
/* Biodynamics-Eng.com */
/*/////////////////////*/

#header {
	background-image: url(/images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 760px;
	height: 139px;
	padding: 0px;
	margin: 0px;
}
#footer {
	background-image: url(/images/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 760px;
	height: 32px;
	padding: 0px;
	margin: 0px;
}
#mid {
	width: 760px;
	padding: 0px;
	margin: 0px;
}	
#navdrop {
	background-image: url(/images/navdrop.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 202px;
	padding: 0px;
	margin: 0px;
}
#nav {
	background-image: url(/images/nav.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 202px;
	height: 289px;
}
#nav li {
	margin: 0px 0px 6px 25px;
}
.submenu {
	padding: 0px 0px 0px 10px;
	font-size: 8pt;
}
#navtext {
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
}
#content {
	background-image: url(/images/content.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 558px;
}
#contentdrop {
	background-image: url(/images/contentdrop.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 558px;
}
.contentcontent {
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 15px;
}
ul.nobullet {
	list-style-type: none;
}