/* Standard Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #6666af url(images/mopbak.gif) center;
}

br.half {
	line-height: 0.5em;
}

a {
	font-size: 0.8em;
}

p {
	font-size: 0.8em;
}

h2 {
	font-size: 1.2em;
	color: #454578;
}

h2.announcement {
	background: #000;
	font-size: 1em;
	color: #f22;
	padding: 10px;
}

h3 {
	font-size: 0.9em;
	color: #1212ff;
}

ul {
	font-size: 1em;
}

ul.QA {
	text-indent: 1em;
	list-style-position: inside;
}

ol {
	font-size: 1em;
	list-style-position: inside;
}

li {
	font-size: 0.8em;
}

img {
	padding: 0.5em;
	border: none;
}

table {
	text-align: center;
	background: url(images/mopbak.gif) top;
}

th {
	font-size: 1em;
	font-weight: bold;
	padding: 0.5em;
	border: 1px solid #7e7e7e;
}

td {
	font-size: 0.9em;
	padding: 0.5em;
	border: 1px solid #7e7e7e;
}

td.bdr0 {
	border: 0;
}

td.images {
	font-size: 0.7em;
	padding: 0.5em;
	border: 1px solid #7e7e7e;
}

/* Containers */

.container-main {
	width: 774px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #777777;
	background: #dadada;
}

.header {
	color: #ffffff;
	background: url(images/bg-header.gif);
	font-family: "Comic Sans MS", Arial, sans-serif;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 2.4em;
	border-bottom: 1px solid #7a7a8b;
}

.header p {
	font-size: 1.1em;
}

.top-menu {
	font-family: "Comic Sans MS", Arial, sans-serif;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	background: #dadafc url(images/bg-topmenu.gif);
	border-top: 1px solid #000049;
	border-bottom: 1px solid #000049;
}

.top-menu a {
	color: #474769;
	font-size: 0.8em;
	padding: 1em;
	text-decoration: none;
	border-right: 1px solid #7a7a8b;
	border-left: 1px solid #000049;
}

.top-menu a:hover {
	background: #333333 url(images/bg-topmenu-a-hover.gif) repeat-x center;
	border-right: 1px solid #7a7a8b;
	border-bottom: 1px solid #7a7a8b;
	text-decoration: underline;
}

.mid-menu {
	text-align: center;
	font-family: "Comic Sans MS", Arial, sans-serif;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

.mid-menu a {
	color: #474769;
	font-size: 0.8em;
	padding: 1em;
	text-decoration: none;
	border-top: 1px solid #000049;
	border-bottom: 1px solid #000049;
	border-right: 1px solid #7a7a8b;
	border-left: 1px solid #000049;
	background: #dadafc url(images/bg-topmenu.gif);
}

.mid-menu a:hover {
	background: #333333 url(images/bg-topmenu-a-hover.gif) repeat-x center;
	border-top: 1px solid #7a7a8b;
	border-right: 1px solid #7a7a8b;
	border-bottom: 1px solid #7a7a8b;
	text-decoration: underline;
}

.middle-area {
	background: #eeeeee;
	border-bottom: 1px solid #7a7a8b;
}

.content {
	font-family: "Comic Sans MS", Tahoma, Arial, sans-serif;
	padding: 0.7em;
}

.content ul {
	list-style: inside disc;
}

.content ol {
	list-style: inside decimal;
}

.content li {
	list-style-type: disc;
}

.content2 {
	font-family: "Comic Sans MS", Tahoma, Arial, sans-serif;
	padding: 0.7em;
}

.content2 ol {
	list-style: inside decimal;
}

.content2 ul {
	list-style: inside;
}

.content2 li {
	list-style-type: disc;
}

.content3 {
	font-family: "Comic Sans MS", Tahoma, Arial, sans-serif;
	width: 45%;
	padding: 0.7em;
	margin: 0 auto;
}

.content3 ol {
	list-style: inside decimal;
}

.content3 ul {
	list-style: inside;
}

.content3 li {
	list-style-type: disc;
}

.footer {
	color: #ffffff;
	font-size: 1em;
	font-family: "Comic Sans MS", Arial, sans-serif;
	text-align: center;
	background: #454578 url(images/bg-footer.gif) repeat-x center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.footer a {
	font-size: 0.8em;
	color: #FFD;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Classes */

.clearer {
	clear: both;
}

.flt-r {
	float: right;
}

.flt-l {
	float: left;
}