body {background-color: #FFFFFF}

#Content {
	width:800px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
	padding: 5px;
	border:6px solid #000;
	/*make IE happy about centering the site*/
	margin: 0 auto;
	}

h1, h2, h3, a, p {font-family: Arial}
h1 {color: purple; font-size: 24px; text-align: center}
h2 {font-size: 18px}
p{font-size: 16px}
a {font-size:14px}
h3 {text-decoration: underline; font-size: 14px}

img {
	border: 0;

	/*IE hack that makes scaled image render better
	  http://css-tricks.com/ie-fix-bicubic-scaling-for-images/ */
	-ms-interpolation-mode: bicubic;
	}

#Footer {
	text-align:center;
	}

#Footer a{padding-right: 4px;
	padding-left: 4px;}
	
#Modified, #Footer {
	font-size: 11px;
	}
	
.email {
	font-size: 10px;
}

.bar a {
	padding-right: 7px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.bar a:hover {
	background-color:#000033;
}
.bar {
	background-color: #0033FF;
	border: 1px solid #000033;
	text-align: center;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}


/*Center the page for IE*/
body {text-align: center;}