/* CSS Document */


BODY { 
  background-image: url("images/bg.gif");
  background-repeat: repeat;
  background-position: left;
}

.title
{
	margin: 0;
	padding: 0;
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #CC3399;
}

home, body
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
	color: #000000;
}

#logo
{
	position: absolute;
	left: 100px;
	top: 0px;
	background-color: #ffffff;
}

#text
{
	position: absolute;
	left: 125px;
	top: 265px;
	width: 460px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
}
#subscribe
{
    background-image: url("images/submit_bg.gif");
    background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	left: 125px;
	top: 410px;
	width: 450px;
	height: 100px;
	padding: 10px 5px 5px 10px;
	background-color: #ffffff;
}

#footer
{
	position: absolute;
	left: 125px;
	top: 550px;
	width: 460px;
	padding: 10px 5px 5px 10px;
	border-top: dashed 1px #333333;
	background-color: #ffffff;
}

.input
{
	background-color: white;
	border: none;
	border-bottom: dotted 1px #333333;
	width: 140px;
	font-family:  Helvetica, Arial, sans-serif;
	text-indent: 5px;
	font-size: 1em;
	margin-top: 20px;
}

.button
{
	margin-bottom: -5px;
	margin-left: 10px;
}

.highlight
{
  background-color : pink;
}

/* Links
    ----------------------------------------------- */
a {
border-bottom: 1px dotted #333333;
color: #CC3399;
margin-bottom: 0;
text-decoration: none;
}

a:hover {
border-bottom-style: solid;
}

a:focus {
background: pink;
}

a:active {
color: #CC3399;
}

a.imagelink {
border-bottom: none;
text-decoration: none;
}

a.imagelink:hover {
border-bottom: none;
}




