body {
	font-size:100%;
	margin:0;
	background-color:#999 }

img {border:0}

a {text-decoration:none}

a:hover {text-decoration:underline}

#main-container {
	width:768px;
	margin:0 auto;
	overflow:hidden;
	border:1px solid #000;
	background-color: #fff }

#footer {
	width:100%;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.625em;
	text-align:center;
	color:#fff;
	background-color:#039;
	padding-bottom:5px }

.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px }

.nomargin {margin:0}

.nobotmargin {margin-bottom:0}

.notopmargin {margin-top:0}

.two-col {width:50%}

.indent {margin-left:18px}

.floatleft {float:left}

.floatright {float:right}

.bold {font-weight:bold}

.italic {font-style:italic}

.blue {color:#039}

.red {color:#e31824}

.white {color:#fff}

.center {text-align:center}

.justify {text-align:justify}

.right {text-align:right}

.clearboth {clear:both}