@charset "UTF-8";
/*
 *     $Author: michael $
 *    $Archive: /Volunteer/MDC/Confluence/WebContent/css/base.css $
 *       $Date: 2011/08/19 04:20:56 $
 *   $Revision: 1.3.2.2 $
 *     Subject: Primary css style definitions used as the default for all pages.
 */

* {
	margin: 0;
	padding: 0;
}

.button {
	width: 7em;
}

.menu li {
	display: inline;
	list-style-type: none;
}

.submenu li {
	display: inline;
	list-style-type: none;
}

#header .menu .item a {
	background-color: #5c743d;
	border-right: solid 2px rgb(55,47,45);
	border-bottom: solid 2px rgb(55,47,45);
	color: rgb(252,177,52);
	padding: 0 0.2em;
	text-decoration: none;
}
#header .menu .item a:hover {
	border-right: solid 2px silver;
	border-bottom: solid 2px silver;
}

#header img {
	padding: 0.5em;
}

#header h1 {
	font-size: 1.75em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(42,49,133);
	padding-top: 0.25em;
	margin-bottom: 0.5em;
}

#body .Legend dt {
	font-weight: bold;
}

#body .List caption {
	font-size: 120%;
}
#body .List .Detail td {
	padding: 0.25em;
}
#body .List .Detail th {
	padding: 0.25em;
}
#body .List .Detail .Label a.Order {
	color: blue;
	text-decoration: none;
}
#body .List .Detail .Value .Number {
	text-align: right;
}
#body .List .Detail .Value .Text {
	text-align: left;
}

#body .login {
	margin: 1em;
	padding: 1em;
}
#body .login .text label {
	width: 8em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	float: left;
	text-align: right;
}
#body .login .text span.label {
	width: 8em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	float: left;
	text-align: right;
}
#body .login .text input {
	margin: 0.2em 0.2em 0.2em 1em;
}
#body .login .text span.input {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 1em;
}
#body .login .logical label {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
#body .login .logical input {
	margin: 0.2em 0.2em 0.2em 9em;
}
#body .login .submit input {
	margin-top: 0.5em;
	margin-left: 9em;
}

#body .menu .item a {
	color: #996633;
/*	color: rgb(252,177,52); */
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}
#body .menu .item a:hover {
	border-right: solid 2px silver;
	border-bottom: solid 2px silver;
}

#body .Navigate {
	text-align: center;
}
#body .Navigate a {
	margin: 0 0.25em;
	color: blue;
	text-decoration: none;
}
#body .Navigate a:hover {
	background-color: silver;
}

#body a {
	color: blue;
}

#body div.Legend {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0;
}

#body dl dt {
	font-weight: bold;
	margin-top: 1em;
}
#body dl dd {
	margin-bottom: 2em;
	margin-left: 2em;
}

#body dl.faq dt {
	margin-top: 0;
}
#body dl.faq dd {
	font-style: italic;
}

#body dl.Legend {
	border: 2px solid grey;
	margin-top: 0;
	padding: 0 1em 0.5em;
}

#body h2 {
	margin: 0.75em 0 0.25em;
}

#body h3 {
	margin: 1em 0 0;
}

#body h4 {
	text-decoration: underline;
	margin: 0.5em 0;
}
#body h5 {
	font-size: 1em;
	font-weight: bold;
}
#body h6 {
	font-size: 1em;
	font-weight: normal;
}

#body img {
	margin: 0.5em;
	border-top: 0.2em solid silver;
	border-left: 0.2em solid silver;
	border-right: 0.2em solid black;
	border-bottom: 0.2em solid black;
}
#body img.icon {
	border: 0;
	margin: 0;
	padding: 0;
}

#body p {
	margin: 0.75em 0.5em;
}

#body h3 + p {
	margin-top: 0;
}

#body ol {
	margin-left: 2em;
}
#body ol li {
	margin: 0.2em 0;
}

#body ul {
	margin-left: 2em;
}
#body ul li {
	margin: 0.2em 0;
}

#footer {
	/*font-size: 80%; */
	font-size: 0.6em;
	text-align: center;
}

#footer a {
	color: blue;
}
#footer a IMG {
	border: 0;
}

#body .newsletter { float: left; height: 15em; width: 27em; vertical-align: top;}
#body .newsletter li { margin-left: -2em; list-style-type: none; }

