body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BBBDC0;
	font-size: 12px;
	color: #000000;
}
body {
	margin-top: 15px;
}
a {
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #666666;
}

p {
line-height: normal;
}

/* main wrapper that holds the content area centrally */

#wrapper {
width:804px;
height: 349px;
margin:0 auto;
padding: 0 0px 0px 0px;
}

/* parent divs */

#logo {
width:357px;
height: 249px;
background-image: url(../images/landing-page_06.gif);
background-repeat: no-repeat;
float: left;
}

#links {
width:447px;
height: 249px;
float: left;
}

#footer-left {
width:357px;
height: 72px;
float: left;
background-image: url(../images/landing-page_10.gif);
background-repeat: no-repeat;
}

#footer-right {
width:447px;
height: 72px;
float: left;
background-image: url(../images/landing-page_11.gif);
background-repeat: no-repeat;
}

#footer {
width:804px;
height: 100px;
float: left;
text-align: center;
}


.hidden {
	position:absolute;
	left:0px;
	top:-4000px;
	width:1px;
	height:1px;
	overflow:hidden;
}

