/* Body */

body {
	background-Color: #8e96f8;
	font-family: arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* Bold */
.bold {
	font-weight: bold;
}

/* BottomMargin */

div.BottomMargin {
	position: relative;
	top: -10px;
	height: 20px;
}

/* Company */

span.Company {
	font-weight: bold;
	font-style: italic;
	color: #f40c0c;
}

/* Content */

div.Content {
	text-align: center;
	width: 580px;
	height: 320px;
	font-size: .8em;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* Copyright */

div.Copyright {
	clear: both;
	font-size: .6em;
	text-align: center;
	position: relative;
	top: -100px;
}

/* H3 */

h3 {
	font-size: 1.3em;
}

/* Left */

.Left {
	float: left;
}

/* Main */

div.Main {
	height: 400px;
}

/* Nav* */

a.Nav, a.Nav:link, a.Nav:visited {
	color: white;
	font-family: sans-serif;
	font-weight: bold;
}

a.Nav:hover, a.Nav:active {
	color: #f3ef1d;
}

div.Nav {
	width: 217px;
	background-image: url(images/sunflowers.gif);
	text-align: left;
	font-size: .8em;
}

img.nav {
	border: none;
}

/* P */

p {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

/* Rel */

.Rel {
	position: relative;
}

/* Right */

.Right {
	float: right;
}

/* Special */

a.Special {
	color: #f3ef1d;
}

a.Special:hover {
	color: white;
}

/* Top* */

div.TopMargin {
	height: 100px;
	position: relative;
	text-align: left;
}
