@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #F7ECFF;
	background-image: url(images/page-bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	line-height: 125%;
}

p {
	margin: 10px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.justify {
	text-align: justify;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #009900;
}

h2 {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	font-style: italic;
	margin: 15px 0px 5px 0px;
	color: #009900;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #009900;
}

img {
	margin: 5px;
	border: 2px solid #009900;
}

img.plain {
	margin: 0px;
	border: none;
}

blockquote {
	margin: 5px 100px 5px 75px;
	font-size: 85%;
}

strong {
	font-weight: bold;
	color: #009900;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dd {
	margin-top: .5em;
	padding-left: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

ul {
	list-style: disc outside;
	margin-left: 3em;
	line-height: 125%;
}

ul ul {
	list-style: circle outside;
	margin-left: 3em;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

th {
	font-weight: bold;
	font-size: 110%;
	color: #009900;
	vertical-align: top;
	border-bottom: 1px solid #A521FF;
	white-space: nowrap;
	padding: 5px;
	text-align: center;
}

th.row {
	border: none;
	padding-right: 7px;
	text-align: left;
}

td {
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	color: black;
	padding: 3px;
}

td.form {
	text-align: left;
}

table.lightgrid {
	border: 1px solid #CCCCCC;
}

table.lightgrid td {
	border: 1px dashed #CCCCCC;
	vertical-align: middle;
	text-align: center;
}

#mmheader {
	width: 760px;
	margin-left: auto;
	margin-right: auto; 
	background: none;
}

#mmbody {
	width: 760px;
	margin-left: auto;
	margin-right: auto; 
	padding: 10px 10px 10px 10px;
	border: 10px double;
	border-color: #A521FF;
	background-color: #FFFFFF;
}

#mmbody a {
	text-decoration: underline; 
	color: #A521FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mmbody a:hover {
	text-decoration: underline;
	background: #DDFFDD;
/*	background: #FFFFCC; */
}

#mmbody a.plain {
	text-decoration: none; 
	color: #A521FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	margin-top: 15px;
	border-top: 1px dotted #A521FF;
}

#footer p {
	font-size: 75%;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 0px 30px 0px 30px;
}

.all-caps {
	text-transform: uppercase;
}

.topbar {
	border-top: 3px dotted #A521FF;
	padding-top: 10px;
}
