/* Global formating/style tags */
body {
	margin: 0em;
	background-color: #c0c0c0;
	font-size: 62.5%;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #33496d;
	text-decoration: none;
}

a:hover {
	color: #919eac;
}

/* Global structure tags */
#Wrapper {
	position: relative;
	width: 98.4em;
	border: 0em solid #000000;
	border-left: 0em;
	border-top: 0em;
	background-color: #ffffff;
	margin: 0em auto;
}

#BottomBar {
	width: 98.4em;
	text-align: center;
	margin: 0em auto;
	background-color: #ffffff;
	font-size: 1em;
	color: #617590;
	padding: .5em 0em;
}
	#BottomBar a {
		color: #617590;
	}

	#BottomBar a:hover {
		color: #001e4c;
	}
