/* CSS Document */

body {
	background: #333;
	margin: 0;
}

*, h1, h2, h3, h4, h5, h6, p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

p, td, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p, li {
	font-size: 80%;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 1.4em;
}

a {
	color: #fff;
}

a:hover {
	color: #cd9ccd;
}

h3 {
	font-size: 100%;
	margin-bottom: 0;
}

div#header {
	border-bottom: 3px double #743A74;
	height: 120px;
}

div#header img {
	float: left;
}

div.col {
	margin-left: 200px;
}

img.right, embed.right, object.right {
	float: right !important;
	margin-left: 1em;
}

embed.right, object.right {
	margin-left: 2em;
}

img.left {
	float: left;
	margin-right: 1em;
}

div#content {
	margin: 0 40px 20px 40px;
}

div#nav {
	font-size: 80%;
	margin: 5px 0 2.5em 0;
	clear: both;
}

div#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 12px 0 0;
}

div#nav a:hover {
	color: #fff;
	border-bottom: 3px double #743A74;
}

div#footer {
	border-top: 1px solid #999;
	padding-top: 0.5em;
	margin: 2em 0 0 0;
	clear: both;
}

div#footer p {
	font-size: 70%;
	color: #ccc;
	text-align: center;
	margin-bottom: 10px;
}
