@CHARSET "UTF-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #fff;
	background: #ffffff url(../img/logo-bg-var.gif) top left no-repeat;
	color: #000;
	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: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #AB035C;
}

a:hover { color: #EC008C; }

p {
	line-height: 140%;
}

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

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

/* IDs and Classes */

.bodyhome {
	background: #ffffff url(../img/logo-bg-home.gif) top left no-repeat;
}

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

#rightColumn {
	position: relative;
	float: right;
	width: 580px;
}
#leftColumn {
	position: relative;
	width: 366px;
	min-height: 470px;
}

#link2home {
	display: block;
	height: 270px;
	width: 366px;
	text-decoration: none;
}

#menu {
	position: relative;
	top: 100px;
	padding-left: 10px;
}

#menu li {
	list-style: none;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #AB035C;
}

#menu a { text-decoration: none; }
#menu a.inactive { color: #D0D0D0; }
#menu a.inactive:hover { color: #EC008C; }


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


.moreAnchor {
	text-decoration: none;
}

#footer {
	clear: both;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 10px;
	color: #555;
}

#footer a { text-decoration: none; color: #603; }
#footer a:hover { color: #e05; }
#footer p { margin-top: 3px; }


#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;
}
