body {
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #0497DD;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

img { border: 0; }

#header {
	background-color: #0398DD;
	background-image: url(../images/headerbg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#header-inner {
	margin: 0 auto;
	padding-bottom: 12px;
	width: 768px;
}

#header h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#header img { margin-right: 20px; }

#header p {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0;
	text-align: justify;
}

#header strong { color: #FCFF02; }

#header-bottom {
	background-image: url(../images/headerbottombg.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 0;
	height: 11px;
	overflow: hidden;
	text-align: center;
}

#bottom {
	margin: 0 auto;
	width: 700px;
}

#bottom td {
	border-color: #D6D6D6;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding-bottom: 20px;
	padding-top: 20px;
}

#bottom h1 {
	color: #343434;
	font-size: 18px;
	font-weight: normal;
	margin: 19px 0;
	text-align: center;
}

#bottom h2 {
	color: #0497DD;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}

#bottom h3 {
	color: #343434;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

#bottom p {
	color: #343434;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	text-align: justify;
}

.side {
	padding-right: 20px;
	text-align: center;
}

.side a {
	display: block;
	font-size: 10px;
}

#table-bottom td {
	border: 0 !important;
}

#footer {
	color: #343434;
	clear: left;
	font-size: 10px;
	padding: 40px 0 10px 0;
	text-align: center;
}