@CHARSET "UTF-8";

body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background-color: #fff;
	color: #0072ae;
	margin: 0;
	padding: 0;
}

* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

div, p, table, tr, th, td, ul, ol, li {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #00f;
}

a:hover { color: #de0079; }

p {
	line-height: 140%;
}

hr {
	border: none;
	height: 1px;
	background-color: #0072ae;
	color: #0072ae;
}

li {
	list-style-type: square;
	list-style-position: inside;
}

/* IDs and Classes */

#main {
	padding: 18px;
	width: 960px;
}

#rightColumn {
	float: right;
	width: 590px;
}
#leftColumn {
	width: 334px;
}

#leftColumn div {
	margin: 60px 0;
}

#menu img {
	display: block;
	margin: 16px 0;
}

#homeImage {
	width: 560px;
	max-height: 500px;
	overflow: hidden;
}

#newsletterForm {
	position: relative;
	top: -30px;
	width: 300px;
	height: 62px;
	overflow: hidden;
	background: #fffff0 url(/img/newsletterform.gif) top left no-repeat;
}

#newsletterForm .email {
	position: relative;
	top: 20px;
	left: 10px;
	width: 220px;
	height: 20px;
	border: none;
	background-color: "transparent";
}

#newsletterForm .submit {
	position: relative;
	top: 24px;
	left: 10px;
	width: 220px;
	height: 18px;
	border: none;
	background: transparent url(/img/1px_transp.gif) top left no-repeat;
	cursor: pointer;
}

.newsDate {
	margin: 5px 0;
	font-style: italic;
	font-size: 0.8em;
}
.newsTitle {
	margin: 5px 0 2px;
	font-size: 1.1em;
	font-weight: bold;
}
.newsText {
	margin: 2px 0 20px;
}


.moreAnchor {
	font-size: 0.7em;
	text-decoration: none;
}

#footer {
	margin-top: 20px;
	font-size: 0.8em;
	color: #999;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#prefooter {
	margin-top: 20px;
	font-size: 0.8em;
}
