/* CSS Common styling */

/* Common HTML Styling */
body {
  text-align: center;
  background-color: #FFFFFF;
  margin-top: 5px;
  margin-bottom:10px;
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;
}

a:link {
	color: #000000; text-decoration: underline;
}
a:visited {
	color: #000000; text-decoration: underline;
}
a:active {
	color: #000000; text-decoration: underline;
}
a:hover {
	color: #000000; text-decoration: underline;
}

img {
	border: 0px;
}


/* Useful Classes */
.clearer {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}

/* Common IDs */
#header {
	height: 120px;
	text-align:right;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header #subnav {
	position: absolute;
	top: 20px;
	right: 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
}


#msg {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 0px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

#footer {
	text-align:right;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	vertical-align:bottom;
}

